#051970

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

Shades of Sapphire #051970

Tints of Sapphire #051970

Color information

#051970 (or 0x051970) is unknown color: approx Sapphire. HEX triplet: 05, 19 and 70. RGB value is (5,25,112). Sum of RGB (Red+Green+Blue) = 5+25+112=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 112 (44.14% from 255 or 78.87% from 142); Max value from RGB is 112 - color contains mainly: blue. Hex color #051970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051970 is #FAE68F. Grayscale: #1C1C1C. Windows color (decimal): -16443024 or 7346437. OLE color: 7346437.

HSL color Cylindrical-coordinate representation of color #051970: hue angle of 228.79º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051970 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB525112-
CMYK0.960.7800.56
HSL228.79º91.45%22.94%-
HSV(B)228.79º95.54%43.92%-
XYZ3.331.915.52-
YUV28.94174.87110.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 25 (10.16% from 255) = 17.61%
BLUE value IS 112 (44.14% from 255) = 78.87%
R=3.52%
G=17.61%
B=78.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5251120.960.7800.56228.7991.4522.94
Hex51970604E038e55b17
Octal53116014011607034513327
Binary10111001111000011000001001110011100011100101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051970; }

 p { color: rgb(5,25,112); }

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

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

 a { background-color: rgb(5,25,112); }

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

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

 span { border-color: rgb(5,25,112); }

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