Shades of Sapphire #081355
Tints of Sapphire #081355
RGB
CMYK
RGB Variations
Color information
#081355 (or 0x081355) is known color: Sapphire. HEX triplet: 08, 13 and 55. RGB value is (8,19,85). Sum of RGB (Red+Green+Blue) = 8+19+85=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 85 (33.59% from 255 or 75.89% from 112); Max value from RGB is 85 - color contains mainly: blue. Hex color #081355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081355 is #F7ECAA. Grayscale: #161616. Windows color (decimal): -16247979 or 5575432. OLE color: 5575432.
HSL color Cylindrical-coordinate representation of color #081355: hue angle of 231.43º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081355 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 19 | 85 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.67 |
| HSL | 231.43º | 0.83% | 0.18% | - |
| HSV(B) | 231.43º | 0.91% | 0.33% | - |
| XYZ | 1.97 | 1.17 | 8.72 | - |
| YUV | 23.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 85 | 0.91 | 0.78 | 0 | 0.67 | 231.43 | 0.83 | 0.18 |
| Hex | 8 | 13 | 55 | 5B | 4E | 0 | 43 | E7 | 53 | 12 |
| Octal | 10 | 23 | 125 | 133 | 116 | 0 | 103 | 347 | 123 | 22 |
| Binary | 1000 | 10011 | 1010101 | 1011011 | 1001110 | 0 | 1000011 | 11100111 | 1010011 | 10010 |
Color Harmonies of #081355
Complementary color
Monochromatic Colors of #081355
Black with #081355
Text Example
Text Example
White with #081355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081355; }
p { color: rgb(8,19,85); }
H1.HeaderClassName
{
color: #081355;
}
.AnyTagClassName
{
color: #081355;
}
</style>
background-color css
<style>
a { background-color: #081355; }
a { background-color: rgb(8,19,85); }
div.DivClassName
{
background-color: #081355;
}
.BgClassName
{
background-color: #081355;
}
</style>
border-color css
<style>
span { border-color: #081355; }
span { border-color: rgb(8,19,85); }
td.TdClassName
{
border-color: #081355;
}
.TagClassName
{
border-color: #081355;
}
</style>