Shades of Sapphire #081768
Tints of Sapphire #081768
RGB
CMYK
RGB Variations
Color information
#081768 (or 0x081768) is known color: Sapphire. HEX triplet: 08, 17 and 68. RGB value is (8,23,104). Sum of RGB (Red+Green+Blue) = 8+23+104=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #081768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081768 is #F7E897. Grayscale: #1B1B1B. Windows color (decimal): -16246936 or 6821640. OLE color: 6821640.
HSL color Cylindrical-coordinate representation of color #081768: hue angle of 230.62º 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 #081768 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 23 | 104 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.59 |
| HSL | 230.63º | 0.86% | 0.22% | - |
| HSV(B) | 230.63º | 0.92% | 0.41% | - |
| XYZ | 2.91 | 1.66 | 13.26 | - |
| YUV | 27.75 | 171.03 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 104 | 0.92 | 0.78 | 0 | 0.59 | 230.63 | 0.86 | 0.22 |
| Hex | 8 | 17 | 68 | 5C | 4E | 0 | 3B | E7 | 56 | 16 |
| Octal | 10 | 27 | 150 | 134 | 116 | 0 | 73 | 347 | 126 | 26 |
| Binary | 1000 | 10111 | 1101000 | 1011100 | 1001110 | 0 | 111011 | 11100111 | 1010110 | 10110 |
Color Harmonies of #081768
Complementary color
Monochromatic Colors of #081768
Black with #081768
Text Example
Text Example
White with #081768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081768; }
p { color: rgb(8,23,104); }
H1.HeaderClassName
{
color: #081768;
}
.AnyTagClassName
{
color: #081768;
}
</style>
background-color css
<style>
a { background-color: #081768; }
a { background-color: rgb(8,23,104); }
div.DivClassName
{
background-color: #081768;
}
.BgClassName
{
background-color: #081768;
}
</style>
border-color css
<style>
span { border-color: #081768; }
span { border-color: rgb(8,23,104); }
td.TdClassName
{
border-color: #081768;
}
.TagClassName
{
border-color: #081768;
}
</style>