Shades of Sapphire #051850
Tints of Sapphire #051850
RGB
CMYK
RGB Variations
Color information
#051850 (or 0x051850) is known color: Sapphire. HEX triplet: 05, 18 and 50. RGB value is (5,24,80). Sum of RGB (Red+Green+Blue) = 5+24+80=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 80 (31.64% from 255 or 73.39% from 109); Max value from RGB is 80 - color contains mainly: blue. Hex color #051850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051850 is #FAE7AF. Grayscale: #181818. Windows color (decimal): -16443312 or 5249029. OLE color: 5249029.
HSL color Cylindrical-coordinate representation of color #051850: hue angle of 224.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051850 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 24 | 80 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.69 |
| HSL | 224.8º | 0.88% | 0.17% | - |
| HSV(B) | 224.8º | 0.94% | 0.31% | - |
| XYZ | 1.84 | 1.26 | 7.74 | - |
| YUV | 24.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 80 | 0.94 | 0.70 | 0 | 0.69 | 224.8 | 0.88 | 0.17 |
| Hex | 5 | 18 | 50 | 5E | 46 | 0 | 45 | E1 | 58 | 11 |
| Octal | 5 | 30 | 120 | 136 | 106 | 0 | 105 | 341 | 130 | 21 |
| Binary | 101 | 11000 | 1010000 | 1011110 | 1000110 | 0 | 1000101 | 11100001 | 1011000 | 10001 |
Color Harmonies of #051850
Complementary color
Monochromatic Colors of #051850
Black with #051850
Text Example
Text Example
White with #051850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051850; }
p { color: rgb(5,24,80); }
H1.HeaderClassName
{
color: #051850;
}
.AnyTagClassName
{
color: #051850;
}
</style>
background-color css
<style>
a { background-color: #051850; }
a { background-color: rgb(5,24,80); }
div.DivClassName
{
background-color: #051850;
}
.BgClassName
{
background-color: #051850;
}
</style>
border-color css
<style>
span { border-color: #051850; }
span { border-color: rgb(5,24,80); }
td.TdClassName
{
border-color: #051850;
}
.TagClassName
{
border-color: #051850;
}
</style>