Shades of Sapphire #081869
Tints of Sapphire #081869
RGB
CMYK
RGB Variations
Color information
#081869 (or 0x081869) is known color: Sapphire. HEX triplet: 08, 18 and 69. RGB value is (8,24,105). Sum of RGB (Red+Green+Blue) = 8+24+105=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 105 (41.41% from 255 or 76.64% from 137); Max value from RGB is 105 - color contains mainly: blue. Hex color #081869 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081869 is #F7E796. Grayscale: #1C1C1C. Windows color (decimal): -16246679 or 6887432. OLE color: 6887432.
HSL color Cylindrical-coordinate representation of color #081869: hue angle of 230.1º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081869 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 24 | 105 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.59 |
| HSL | 230.1º | 0.86% | 0.22% | - |
| HSV(B) | 230.1º | 0.92% | 0.41% | - |
| XYZ | 2.98 | 1.72 | 13.54 | - |
| YUV | 28.45 | 171.2 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 105 | 0.92 | 0.77 | 0 | 0.59 | 230.1 | 0.86 | 0.22 |
| Hex | 8 | 18 | 69 | 5C | 4D | 0 | 3B | E6 | 56 | 16 |
| Octal | 10 | 30 | 151 | 134 | 115 | 0 | 73 | 346 | 126 | 26 |
| Binary | 1000 | 11000 | 1101001 | 1011100 | 1001101 | 0 | 111011 | 11100110 | 1010110 | 10110 |
Color Harmonies of #081869
Complementary color
Monochromatic Colors of #081869
Black with #081869
Text Example
Text Example
White with #081869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081869; }
p { color: rgb(8,24,105); }
H1.HeaderClassName
{
color: #081869;
}
.AnyTagClassName
{
color: #081869;
}
</style>
background-color css
<style>
a { background-color: #081869; }
a { background-color: rgb(8,24,105); }
div.DivClassName
{
background-color: #081869;
}
.BgClassName
{
background-color: #081869;
}
</style>
border-color css
<style>
span { border-color: #081869; }
span { border-color: rgb(8,24,105); }
td.TdClassName
{
border-color: #081869;
}
.TagClassName
{
border-color: #081869;
}
</style>