#052470

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

Shades of Sapphire #052470

Tints of Sapphire #052470

Color information

#052470 (or 0x052470) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 70. RGB value is (5,36,112). Sum of RGB (Red+Green+Blue) = 5+36+112=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #052470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052470 is #FADB8F. Grayscale: #232323. Windows color (decimal): -16440208 or 7349253. OLE color: 7349253.

HSL color Cylindrical-coordinate representation of color #052470: hue angle of 222.62º 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 #052470 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB536112-
CMYK0.960.6800.56
HSL222.62º91.45%22.94%-
HSV(B)222.62º95.54%43.92%-
XYZ3.622.4615.61-
YUV35.39171.23106.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.27%
GREEN value IS 36 (14.45% from 255) = 23.53%
BLUE value IS 112 (44.14% from 255) = 73.20%
R=3.27%
G=23.53%
B=73.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5361120.960.6800.56222.6291.4522.94
Hex524706044038df5b17
Octal54416014010407033713327
Binary101100100111000011000001000100011100011011111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052470; }

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

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

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

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

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

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

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

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