Shades of Sapphire #081154
Tints of Sapphire #081154
RGB
CMYK
RGB Variations
Color information
#081154 (or 0x081154) is known color: Sapphire. HEX triplet: 08, 11 and 54. RGB value is (8,17,84). Sum of RGB (Red+Green+Blue) = 8+17+84=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 84 (33.20% from 255 or 77.06% from 109); Max value from RGB is 84 - color contains mainly: blue. Hex color #081154 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081154 is #F7EEAB. Grayscale: #151515. Windows color (decimal): -16248492 or 5509384. OLE color: 5509384.
HSL color Cylindrical-coordinate representation of color #081154: hue angle of 232.89º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081154 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 17 | 84 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.67 |
| HSL | 232.89º | 0.83% | 0.18% | - |
| HSV(B) | 232.89º | 0.9% | 0.33% | - |
| XYZ | 1.9 | 1.09 | 8.5 | - |
| YUV | 21.95 | 163.02 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 84 | 0.90 | 0.80 | 0 | 0.67 | 232.89 | 0.83 | 0.18 |
| Hex | 8 | 11 | 54 | 5A | 50 | 0 | 43 | E9 | 53 | 12 |
| Octal | 10 | 21 | 124 | 132 | 120 | 0 | 103 | 351 | 123 | 22 |
| Binary | 1000 | 10001 | 1010100 | 1011010 | 1010000 | 0 | 1000011 | 11101001 | 1010011 | 10010 |
Color Harmonies of #081154
Complementary color
Monochromatic Colors of #081154
Black with #081154
Text Example
Text Example
White with #081154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081154; }
p { color: rgb(8,17,84); }
H1.HeaderClassName
{
color: #081154;
}
.AnyTagClassName
{
color: #081154;
}
</style>
background-color css
<style>
a { background-color: #081154; }
a { background-color: rgb(8,17,84); }
div.DivClassName
{
background-color: #081154;
}
.BgClassName
{
background-color: #081154;
}
</style>
border-color css
<style>
span { border-color: #081154; }
span { border-color: rgb(8,17,84); }
td.TdClassName
{
border-color: #081154;
}
.TagClassName
{
border-color: #081154;
}
</style>