#052462

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

Shades of Sapphire #052462

Tints of Sapphire #052462

Color information

#052462 (or 0x052462) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 62. RGB value is (5,36,98). Sum of RGB (Red+Green+Blue) = 5+36+98=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #052462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052462 is #FADB9D. Grayscale: #212121. Windows color (decimal): -16440222 or 6431749. OLE color: 6431749.

HSL color Cylindrical-coordinate representation of color #052462: hue angle of 220º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052462 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB53698-
CMYK0.950.6300.62
HSL220º90.29%20.2%-
HSV(B)220º94.9%38.43%-
XYZ2.92.1811.82-
YUV33.8164.23107.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 98 (38.67% from 255) = 70.50%
R=3.60%
G=25.90%
B=70.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal536980.950.6300.6222090.2920.2
Hex524625F3F03Edc5a14
Octal5441421377707633413224
Binary10110010011000101011111111111011111011011100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052462; }

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

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

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

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

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

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

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

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