Shades of Sapphire #081967
Tints of Sapphire #081967
RGB
CMYK
RGB Variations
Color information
#081967 (or 0x081967) is known color: Sapphire. HEX triplet: 08, 19 and 67. RGB value is (8,25,103). Sum of RGB (Red+Green+Blue) = 8+25+103=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 103 (40.62% from 255 or 75.74% from 136); Max value from RGB is 103 - color contains mainly: blue. Hex color #081967 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081967 is #F7E698. Grayscale: #1C1C1C. Windows color (decimal): -16246425 or 6756616. OLE color: 6756616.
HSL color Cylindrical-coordinate representation of color #081967: hue angle of 229.26º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081967 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 25 | 103 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.60 |
| HSL | 229.26º | 0.86% | 0.22% | - |
| HSV(B) | 229.26º | 0.92% | 0.4% | - |
| XYZ | 2.9 | 1.73 | 13.01 | - |
| YUV | 28.81 | 169.87 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 103 | 0.92 | 0.76 | 0 | 0.60 | 229.26 | 0.86 | 0.22 |
| Hex | 8 | 19 | 67 | 5C | 4C | 0 | 3C | E5 | 56 | 16 |
| Octal | 10 | 31 | 147 | 134 | 114 | 0 | 74 | 345 | 126 | 26 |
| Binary | 1000 | 11001 | 1100111 | 1011100 | 1001100 | 0 | 111100 | 11100101 | 1010110 | 10110 |
Color Harmonies of #081967
Complementary color
Monochromatic Colors of #081967
Black with #081967
Text Example
Text Example
White with #081967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081967; }
p { color: rgb(8,25,103); }
H1.HeaderClassName
{
color: #081967;
}
.AnyTagClassName
{
color: #081967;
}
</style>
background-color css
<style>
a { background-color: #081967; }
a { background-color: rgb(8,25,103); }
div.DivClassName
{
background-color: #081967;
}
.BgClassName
{
background-color: #081967;
}
</style>
border-color css
<style>
span { border-color: #081967; }
span { border-color: rgb(8,25,103); }
td.TdClassName
{
border-color: #081967;
}
.TagClassName
{
border-color: #081967;
}
</style>