Shades of Sapphire #081554
Tints of Sapphire #081554
RGB
CMYK
RGB Variations
Color information
#081554 (or 0x081554) is known color: Sapphire. HEX triplet: 08, 15 and 54. RGB value is (8,21,84). Sum of RGB (Red+Green+Blue) = 8+21+84=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 84 (33.20% from 255 or 74.34% from 113); Max value from RGB is 84 - color contains mainly: blue. Hex color #081554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081554 is #F7EAAB. Grayscale: #181818. Windows color (decimal): -16247468 or 5510408. OLE color: 5510408.
HSL color Cylindrical-coordinate representation of color #081554: hue angle of 229.74º 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 #081554 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 21 | 84 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.67 |
| HSL | 229.74º | 0.83% | 0.18% | - |
| HSV(B) | 229.74º | 0.9% | 0.33% | - |
| XYZ | 1.97 | 1.23 | 8.52 | - |
| YUV | 24.3 | 161.69 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 84 | 0.90 | 0.75 | 0 | 0.67 | 229.74 | 0.83 | 0.18 |
| Hex | 8 | 15 | 54 | 5A | 4B | 0 | 43 | E6 | 53 | 12 |
| Octal | 10 | 25 | 124 | 132 | 113 | 0 | 103 | 346 | 123 | 22 |
| Binary | 1000 | 10101 | 1010100 | 1011010 | 1001011 | 0 | 1000011 | 11100110 | 1010011 | 10010 |
Color Harmonies of #081554
Complementary color
Monochromatic Colors of #081554
Black with #081554
Text Example
Text Example
White with #081554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081554; }
p { color: rgb(8,21,84); }
H1.HeaderClassName
{
color: #081554;
}
.AnyTagClassName
{
color: #081554;
}
</style>
background-color css
<style>
a { background-color: #081554; }
a { background-color: rgb(8,21,84); }
div.DivClassName
{
background-color: #081554;
}
.BgClassName
{
background-color: #081554;
}
</style>
border-color css
<style>
span { border-color: #081554; }
span { border-color: rgb(8,21,84); }
td.TdClassName
{
border-color: #081554;
}
.TagClassName
{
border-color: #081554;
}
</style>