Shades of Sapphire #081555
Tints of Sapphire #081555
RGB
CMYK
RGB Variations
Color information
#081555 (or 0x081555) is known color: Sapphire. HEX triplet: 08, 15 and 55. RGB value is (8,21,85). Sum of RGB (Red+Green+Blue) = 8+21+85=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 85 (33.59% from 255 or 74.56% from 114); Max value from RGB is 85 - color contains mainly: blue. Hex color #081555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081555 is #F7EAAA. Grayscale: #181818. Windows color (decimal): -16247467 or 5575944. OLE color: 5575944.
HSL color Cylindrical-coordinate representation of color #081555: hue angle of 229.87º 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 #081555 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 21 | 85 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.67 |
| HSL | 229.87º | 0.83% | 0.18% | - |
| HSV(B) | 229.87º | 0.91% | 0.33% | - |
| XYZ | 2.01 | 1.24 | 8.73 | - |
| YUV | 24.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 85 | 0.91 | 0.75 | 0 | 0.67 | 229.87 | 0.83 | 0.18 |
| Hex | 8 | 15 | 55 | 5B | 4B | 0 | 43 | E6 | 53 | 12 |
| Octal | 10 | 25 | 125 | 133 | 113 | 0 | 103 | 346 | 123 | 22 |
| Binary | 1000 | 10101 | 1010101 | 1011011 | 1001011 | 0 | 1000011 | 11100110 | 1010011 | 10010 |
Color Harmonies of #081555
Complementary color
Monochromatic Colors of #081555
Black with #081555
Text Example
Text Example
White with #081555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081555; }
p { color: rgb(8,21,85); }
H1.HeaderClassName
{
color: #081555;
}
.AnyTagClassName
{
color: #081555;
}
</style>
background-color css
<style>
a { background-color: #081555; }
a { background-color: rgb(8,21,85); }
div.DivClassName
{
background-color: #081555;
}
.BgClassName
{
background-color: #081555;
}
</style>
border-color css
<style>
span { border-color: #081555; }
span { border-color: rgb(8,21,85); }
td.TdClassName
{
border-color: #081555;
}
.TagClassName
{
border-color: #081555;
}
</style>