#052049

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

Shades of Sapphire #052049

Tints of Sapphire #052049

Color information

#052049 (or 0x052049) is unknown color: approx Sapphire. HEX triplet: 05, 20 and 49. RGB value is (5,32,73). Sum of RGB (Red+Green+Blue) = 5+32+73=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #052049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052049 is #FADFB6. Grayscale: #1C1C1C. Windows color (decimal): -16441271 or 4792325. OLE color: 4792325.

HSL color Cylindrical-coordinate representation of color #052049: hue angle of 216.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052049 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB53273-
CMYK0.930.5600.71
HSL216.18º87.18%15.29%-
HSV(B)216.18º93.15%28.63%-
XYZ1.781.556.51-
YUV28.6153.05111.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.55%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 73 (28.91% from 255) = 66.36%
R=4.55%
G=29.09%
B=66.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal532730.930.5600.71216.1887.1815.29
Hex520495D38047d857f
Octal54011113570010733012717
Binary10110000010010011011101111000010001111101100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052049; }

 p { color: rgb(5,32,73); }

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

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

 a { background-color: rgb(5,32,73); }

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

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

 span { border-color: rgb(5,32,73); }

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