#052A62

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

Shades of Sapphire #052A62

Tints of Sapphire #052A62

Color information

#052A62 (or 0x052A62) is unknown color: approx Sapphire. HEX triplet: 05, 2A and 62. RGB value is (5,42,98). Sum of RGB (Red+Green+Blue) = 5+42+98=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #052A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A62 is #FAD59D. Grayscale: #252525. Windows color (decimal): -16438686 or 6433285. OLE color: 6433285.

HSL color Cylindrical-coordinate representation of color #052A62: hue angle of 216.13º 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 #052A62 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB54298-
CMYK0.950.5700.62
HSL216.13º90.29%20.2%-
HSV(B)216.13º94.9%38.43%-
XYZ3.12.5711.89-
YUV37.32162.24104.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 42 (16.80% from 255) = 28.97%
BLUE value IS 98 (38.67% from 255) = 67.59%
R=3.45%
G=28.97%
B=67.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal542980.950.5700.62216.1390.2920.2
Hex52A625F3903Ed85a14
Octal5521421377107633013224
Binary10110101011000101011111111001011111011011000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052A62; }

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

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

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

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

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

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

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

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