Shades of Sapphire #051849
Tints of Sapphire #051849
RGB
CMYK
RGB Variations
Color information
#051849 (or 0x051849) is known color: Sapphire. HEX triplet: 05, 18 and 49. RGB value is (5,24,73). Sum of RGB (Red+Green+Blue) = 5+24+73=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 73 (28.91% from 255 or 71.57% from 102); Max value from RGB is 73 - color contains mainly: blue. Hex color #051849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051849 is #FAE7B6. Grayscale: #171717. Windows color (decimal): -16443319 or 4790277. OLE color: 4790277.
HSL color Cylindrical-coordinate representation of color #051849: hue angle of 223.24º 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 #051849 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 24 | 73 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.71 |
| HSL | 223.24º | 0.87% | 0.15% | - |
| HSV(B) | 223.24º | 0.93% | 0.29% | - |
| XYZ | 1.59 | 1.17 | 6.44 | - |
| YUV | 23.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 73 | 0.93 | 0.67 | 0 | 0.71 | 223.24 | 0.87 | 0.15 |
| Hex | 5 | 18 | 49 | 5D | 43 | 0 | 47 | DF | 57 | F |
| Octal | 5 | 30 | 111 | 135 | 103 | 0 | 107 | 337 | 127 | 17 |
| Binary | 101 | 11000 | 1001001 | 1011101 | 1000011 | 0 | 1000111 | 11011111 | 1010111 | 1111 |
Color Harmonies of #051849
Complementary color
Monochromatic Colors of #051849
Black with #051849
Text Example
Text Example
White with #051849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051849; }
p { color: rgb(5,24,73); }
H1.HeaderClassName
{
color: #051849;
}
.AnyTagClassName
{
color: #051849;
}
</style>
background-color css
<style>
a { background-color: #051849; }
a { background-color: rgb(5,24,73); }
div.DivClassName
{
background-color: #051849;
}
.BgClassName
{
background-color: #051849;
}
</style>
border-color css
<style>
span { border-color: #051849; }
span { border-color: rgb(5,24,73); }
td.TdClassName
{
border-color: #051849;
}
.TagClassName
{
border-color: #051849;
}
</style>