#052249

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

Shades of Sapphire #052249

Tints of Sapphire #052249

Color information

#052249 (or 0x052249) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 49. RGB value is (5,34,73). Sum of RGB (Red+Green+Blue) = 5+34+73=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #052249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052249 is #FADDB6. Grayscale: #1D1D1D. Windows color (decimal): -16440759 or 4792837. OLE color: 4792837.

HSL color Cylindrical-coordinate representation of color #052249: hue angle of 214.41º 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 #052249 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB53473-
CMYK0.930.5300.71
HSL214.41º87.18%15.29%-
HSV(B)214.41º93.15%28.63%-
XYZ1.841.666.53-
YUV29.78152.39110.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 73 (28.91% from 255) = 65.18%
R=4.46%
G=30.36%
B=65.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal534730.930.5300.71214.4187.1815.29
Hex522495D35047d657f
Octal54211113565010732612717
Binary10110001010010011011101110101010001111101011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052249; }

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

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

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

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

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

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

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

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