#052A6F

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

Shades of Sapphire #052A6F

Tints of Sapphire #052A6F

Color information

#052A6F (or 0x052A6F) is unknown color: approx Sapphire. HEX triplet: 05, 2A and 6F. RGB value is (5,42,111). Sum of RGB (Red+Green+Blue) = 5+42+111=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 111 (43.75% from 255 or 70.25% from 158); Max value from RGB is 111 - color contains mainly: blue. Hex color #052A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A6F is #FAD590. Grayscale: #262626. Windows color (decimal): -16438673 or 7285253. OLE color: 7285253.

HSL color Cylindrical-coordinate representation of color #052A6F: hue angle of 219.06º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052A6F is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB542111-
CMYK0.950.6200.56
HSL219.06º91.38%22.75%-
HSV(B)219.06º95.5%43.53%-
XYZ3.762.8415.39-
YUV38.8168.74103.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.16%
GREEN value IS 42 (16.80% from 255) = 26.58%
BLUE value IS 111 (43.75% from 255) = 70.25%
R=3.16%
G=26.58%
B=70.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5421110.950.6200.56219.0691.3822.75
Hex52A6F5F3E038db5b17
Octal5521571377607033313327
Binary10110101011011111011111111110011100011011011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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