#052472

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

Shades of Sapphire #052472

Tints of Sapphire #052472

Color information

#052472 (or 0x052472) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 72. RGB value is (5,36,114). Sum of RGB (Red+Green+Blue) = 5+36+114=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 114 (44.92% from 255 or 73.55% from 155); Max value from RGB is 114 - color contains mainly: blue. Hex color #052472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052472 is #FADB8D. Grayscale: #232323. Windows color (decimal): -16440206 or 7480325. OLE color: 7480325.

HSL color Cylindrical-coordinate representation of color #052472: hue angle of 222.94º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052472 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB536114-
CMYK0.960.6800.55
HSL222.94º91.6%23.33%-
HSV(B)222.94º95.61%44.71%-
XYZ3.732.5116.21-
YUV35.62172.23106.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.23%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 114 (44.92% from 255) = 73.55%
R=3.23%
G=23.23%
B=73.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5361140.960.6800.55222.9491.623.33
Hex524726044037df5c17
Octal54416214010406733713427
Binary101100100111001011000001000100011011111011111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052472; }

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

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

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

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

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

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

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

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