#052B62

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

Shades of Sapphire #052B62

Tints of Sapphire #052B62

Color information

#052B62 (or 0x052B62) is unknown color: approx Sapphire. HEX triplet: 05, 2B and 62. RGB value is (5,43,98). Sum of RGB (Red+Green+Blue) = 5+43+98=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #052B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B62 is #FAD49D. Grayscale: #252525. Windows color (decimal): -16438430 or 6433541. OLE color: 6433541.

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

Color convert

RGB54398-
CMYK0.950.5600.62
HSL215.48º90.29%20.2%-
HSV(B)215.48º94.9%38.43%-
XYZ3.132.6411.9-
YUV37.91161.91104.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 43 (17.19% from 255) = 29.45%
BLUE value IS 98 (38.67% from 255) = 67.12%
R=3.42%
G=29.45%
B=67.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal543980.950.5600.62215.4890.2920.2
Hex52B625F3803Ed75a14
Octal5531421377007632713224
Binary10110101111000101011111111000011111011010111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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