Shades of Sapphire #051851
Tints of Sapphire #051851
RGB
CMYK
RGB Variations
Color information
#051851 (or 0x051851) is known color: Sapphire. HEX triplet: 05, 18 and 51. RGB value is (5,24,81). Sum of RGB (Red+Green+Blue) = 5+24+81=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 81 (32.03% from 255 or 73.64% from 110); Max value from RGB is 81 - color contains mainly: blue. Hex color #051851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051851 is #FAE7AE. Grayscale: #181818. Windows color (decimal): -16443311 or 5314565. OLE color: 5314565.
HSL color Cylindrical-coordinate representation of color #051851: hue angle of 225º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051851 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 24 | 81 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.68 |
| HSL | 225º | 0.88% | 0.17% | - |
| HSV(B) | 225º | 0.94% | 0.32% | - |
| XYZ | 1.87 | 1.28 | 7.93 | - |
| YUV | 24.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 81 | 0.94 | 0.70 | 0 | 0.68 | 225 | 0.88 | 0.17 |
| Hex | 5 | 18 | 51 | 5E | 46 | 0 | 44 | E1 | 58 | 11 |
| Octal | 5 | 30 | 121 | 136 | 106 | 0 | 104 | 341 | 130 | 21 |
| Binary | 101 | 11000 | 1010001 | 1011110 | 1000110 | 0 | 1000100 | 11100001 | 1011000 | 10001 |
Color Harmonies of #051851
Complementary color
Monochromatic Colors of #051851
Black with #051851
Text Example
Text Example
White with #051851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051851; }
p { color: rgb(5,24,81); }
H1.HeaderClassName
{
color: #051851;
}
.AnyTagClassName
{
color: #051851;
}
</style>
background-color css
<style>
a { background-color: #051851; }
a { background-color: rgb(5,24,81); }
div.DivClassName
{
background-color: #051851;
}
.BgClassName
{
background-color: #051851;
}
</style>
border-color css
<style>
span { border-color: #051851; }
span { border-color: rgb(5,24,81); }
td.TdClassName
{
border-color: #051851;
}
.TagClassName
{
border-color: #051851;
}
</style>