Shades of Sapphire #081153
Tints of Sapphire #081153
RGB
CMYK
RGB Variations
Color information
#081153 (or 0x081153) is known color: Sapphire. HEX triplet: 08, 11 and 53. RGB value is (8,17,83). Sum of RGB (Red+Green+Blue) = 8+17+83=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 83 (32.81% from 255 or 76.85% from 108); Max value from RGB is 83 - color contains mainly: blue. Hex color #081153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081153 is #F7EEAC. Grayscale: #151515. Windows color (decimal): -16248493 or 5443848. OLE color: 5443848.
HSL color Cylindrical-coordinate representation of color #081153: hue angle of 232.8º degrees, saturation: 0.82, 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 #081153 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 17 | 83 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.67 |
| HSL | 232.8º | 0.82% | 0.18% | - |
| HSV(B) | 232.8º | 0.9% | 0.33% | - |
| XYZ | 1.86 | 1.08 | 8.29 | - |
| YUV | 21.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 83 | 0.90 | 0.80 | 0 | 0.67 | 232.8 | 0.82 | 0.18 |
| Hex | 8 | 11 | 53 | 5A | 50 | 0 | 43 | E9 | 52 | 12 |
| Octal | 10 | 21 | 123 | 132 | 120 | 0 | 103 | 351 | 122 | 22 |
| Binary | 1000 | 10001 | 1010011 | 1011010 | 1010000 | 0 | 1000011 | 11101001 | 1010010 | 10010 |
Color Harmonies of #081153
Complementary color
Monochromatic Colors of #081153
Black with #081153
Text Example
Text Example
White with #081153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081153; }
p { color: rgb(8,17,83); }
H1.HeaderClassName
{
color: #081153;
}
.AnyTagClassName
{
color: #081153;
}
</style>
background-color css
<style>
a { background-color: #081153; }
a { background-color: rgb(8,17,83); }
div.DivClassName
{
background-color: #081153;
}
.BgClassName
{
background-color: #081153;
}
</style>
border-color css
<style>
span { border-color: #081153; }
span { border-color: rgb(8,17,83); }
td.TdClassName
{
border-color: #081153;
}
.TagClassName
{
border-color: #081153;
}
</style>