Shades of Sapphire #052149
Tints of Sapphire #052149
RGB
CMYK
RGB Variations
Color information
#052149 (or 0x052149) is known color: Sapphire. HEX triplet: 05, 21 and 49. RGB value is (5,33,73). Sum of RGB (Red+Green+Blue) = 5+33+73=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 73 (28.91% from 255 or 65.77% from 111); Max value from RGB is 73 - color contains mainly: blue. Hex color #052149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052149 is #FADEB6. Grayscale: #1D1D1D. Windows color (decimal): -16441015 or 4792581. OLE color: 4792581.
HSL color Cylindrical-coordinate representation of color #052149: hue angle of 215.29º 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 #052149 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 33 | 73 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.71 |
| HSL | 215.29º | 0.87% | 0.15% | - |
| HSV(B) | 215.29º | 0.93% | 0.29% | - |
| XYZ | 1.81 | 1.6 | 6.52 | - |
| YUV | 29.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 73 | 0.93 | 0.55 | 0 | 0.71 | 215.29 | 0.87 | 0.15 |
| Hex | 5 | 21 | 49 | 5D | 37 | 0 | 47 | D7 | 57 | F |
| Octal | 5 | 41 | 111 | 135 | 67 | 0 | 107 | 327 | 127 | 17 |
| Binary | 101 | 100001 | 1001001 | 1011101 | 110111 | 0 | 1000111 | 11010111 | 1010111 | 1111 |
Color Harmonies of #052149
Complementary color
Monochromatic Colors of #052149
Black with #052149
Text Example
Text Example
White with #052149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052149; }
p { color: rgb(5,33,73); }
H1.HeaderClassName
{
color: #052149;
}
.AnyTagClassName
{
color: #052149;
}
</style>
background-color css
<style>
a { background-color: #052149; }
a { background-color: rgb(5,33,73); }
div.DivClassName
{
background-color: #052149;
}
.BgClassName
{
background-color: #052149;
}
</style>
border-color css
<style>
span { border-color: #052149; }
span { border-color: rgb(5,33,73); }
td.TdClassName
{
border-color: #052149;
}
.TagClassName
{
border-color: #052149;
}
</style>