Shades of Sapphire #052249
Tints of Sapphire #052249
RGB
CMYK
RGB Variations
Color information
#052249 (or 0x052249) is known color: 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
| RGB | 5 | 34 | 73 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.71 |
| HSL | 214.41º | 0.87% | 0.15% | - |
| HSV(B) | 214.41º | 0.93% | 0.29% | - |
| XYZ | 1.84 | 1.66 | 6.53 | - |
| YUV | 29.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 73 | 0.93 | 0.53 | 0 | 0.71 | 214.41 | 0.87 | 0.15 |
| Hex | 5 | 22 | 49 | 5D | 35 | 0 | 47 | D6 | 57 | F |
| Octal | 5 | 42 | 111 | 135 | 65 | 0 | 107 | 326 | 127 | 17 |
| Binary | 101 | 100010 | 1001001 | 1011101 | 110101 | 0 | 1000111 | 11010110 | 1010111 | 1111 |
Color Harmonies of #052249
Complementary color
Monochromatic Colors of #052249
Black with #052249
Text Example
Text Example
White with #052249
Text Example
Text Example
HTML Codes & Css Web 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>