#05319F

Color #05319F Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #05319F

Tints of Smalt #05319F

Color information

#05319F (or 0x05319F) is unknown color: approx Smalt. HEX triplet: 05, 31 and 9F. RGB value is (5,49,159). Sum of RGB (Red+Green+Blue) = 5+49+159=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 159 (62.5% from 255 or 74.65% from 213); Max value from RGB is 159 - color contains mainly: blue. Hex color #05319F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05319F is #FACE60. Grayscale: #2F2F2F. Windows color (decimal): -16436833 or 10432773. OLE color: 10432773.

HSL color Cylindrical-coordinate representation of color #05319F: hue angle of 222.86º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05319F is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB549159-
CMYK0.970.6900.38
HSL222.86º93.9%32.16%-
HSV(B)222.86º96.86%62.35%-
XYZ7.424.7333.32-
YUV48.38190.4297.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.35%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 159 (62.5% from 255) = 74.65%
R=2.35%
G=23.00%
B=74.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5491590.970.6900.38222.8693.932.16
Hex5319F6145026df5e20
Octal56123714110504633713640
Binary10111000110011111110000110001010100110110111111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05319F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05319F; }

 p { color: rgb(5,49,159); }

 H1.HeaderClassName
 {
   color: #05319F;
 }
 .AnyTagClassName
 {
   color: #05319F;
 }
</style>
background-color css

<style>
 a { background-color: #05319F; }

 a { background-color: rgb(5,49,159); }

 div.DivClassName
 {
   background-color: #05319F;
 }
 .BgClassName
 {
   background-color: #05319F;
 }
</style>
border-color css

<style>
 span { border-color: #05319F; }

 span { border-color: rgb(5,49,159); }

 td.TdClassName
 {
   border-color: #05319F;
 }
 .TagClassName
 {
   border-color: #05319F;
 }
</style>