Shades of Sapphire #081564
Tints of Sapphire #081564
RGB
CMYK
RGB Variations
Color information
#081564 (or 0x081564) is known color: Sapphire. HEX triplet: 08, 15 and 64. RGB value is (8,21,100). Sum of RGB (Red+Green+Blue) = 8+21+100=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 100 (39.45% from 255 or 77.52% from 129); Max value from RGB is 100 - color contains mainly: blue. Hex color #081564 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081564 is #F7EA9B. Grayscale: #191919. Windows color (decimal): -16247452 or 6558984. OLE color: 6558984.
HSL color Cylindrical-coordinate representation of color #081564: hue angle of 231.52º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081564 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 21 | 100 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.61 |
| HSL | 231.52º | 0.85% | 0.21% | - |
| HSV(B) | 231.52º | 0.92% | 0.39% | - |
| XYZ | 2.67 | 1.51 | 12.21 | - |
| YUV | 26.12 | 169.69 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 100 | 0.92 | 0.79 | 0 | 0.61 | 231.52 | 0.85 | 0.21 |
| Hex | 8 | 15 | 64 | 5C | 4F | 0 | 3D | E8 | 55 | 15 |
| Octal | 10 | 25 | 144 | 134 | 117 | 0 | 75 | 350 | 125 | 25 |
| Binary | 1000 | 10101 | 1100100 | 1011100 | 1001111 | 0 | 111101 | 11101000 | 1010101 | 10101 |
Color Harmonies of #081564
Complementary color
Monochromatic Colors of #081564
Black with #081564
Text Example
Text Example
White with #081564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081564; }
p { color: rgb(8,21,100); }
H1.HeaderClassName
{
color: #081564;
}
.AnyTagClassName
{
color: #081564;
}
</style>
background-color css
<style>
a { background-color: #081564; }
a { background-color: rgb(8,21,100); }
div.DivClassName
{
background-color: #081564;
}
.BgClassName
{
background-color: #081564;
}
</style>
border-color css
<style>
span { border-color: #081564; }
span { border-color: rgb(8,21,100); }
td.TdClassName
{
border-color: #081564;
}
.TagClassName
{
border-color: #081564;
}
</style>