Shades of Sapphire #081857
Tints of Sapphire #081857
RGB
CMYK
RGB Variations
Color information
#081857 (or 0x081857) is known color: Sapphire. HEX triplet: 08, 18 and 57. RGB value is (8,24,87). Sum of RGB (Red+Green+Blue) = 8+24+87=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 87 (34.38% from 255 or 73.11% from 119); Max value from RGB is 87 - color contains mainly: blue. Hex color #081857 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081857 is #F7E7A8. Grayscale: #1A1A1A. Windows color (decimal): -16246697 or 5707784. OLE color: 5707784.
HSL color Cylindrical-coordinate representation of color #081857: hue angle of 227.85º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081857 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 24 | 87 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.66 |
| HSL | 227.85º | 0.83% | 0.19% | - |
| HSV(B) | 227.85º | 0.91% | 0.34% | - |
| XYZ | 2.15 | 1.39 | 9.17 | - |
| YUV | 26.4 | 162.2 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 87 | 0.91 | 0.72 | 0 | 0.66 | 227.85 | 0.83 | 0.19 |
| Hex | 8 | 18 | 57 | 5B | 48 | 0 | 42 | E4 | 53 | 13 |
| Octal | 10 | 30 | 127 | 133 | 110 | 0 | 102 | 344 | 123 | 23 |
| Binary | 1000 | 11000 | 1010111 | 1011011 | 1001000 | 0 | 1000010 | 11100100 | 1010011 | 10011 |
Color Harmonies of #081857
Complementary color
Monochromatic Colors of #081857
Black with #081857
Text Example
Text Example
White with #081857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081857; }
p { color: rgb(8,24,87); }
H1.HeaderClassName
{
color: #081857;
}
.AnyTagClassName
{
color: #081857;
}
</style>
background-color css
<style>
a { background-color: #081857; }
a { background-color: rgb(8,24,87); }
div.DivClassName
{
background-color: #081857;
}
.BgClassName
{
background-color: #081857;
}
</style>
border-color css
<style>
span { border-color: #081857; }
span { border-color: rgb(8,24,87); }
td.TdClassName
{
border-color: #081857;
}
.TagClassName
{
border-color: #081857;
}
</style>