Shades of Sapphire #081854
Tints of Sapphire #081854
RGB
CMYK
RGB Variations
Color information
#081854 (or 0x081854) is known color: Sapphire. HEX triplet: 08, 18 and 54. RGB value is (8,24,84). Sum of RGB (Red+Green+Blue) = 8+24+84=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 84 (33.20% from 255 or 72.41% from 116); Max value from RGB is 84 - color contains mainly: blue. Hex color #081854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081854 is #F7E7AB. Grayscale: #191919. Windows color (decimal): -16246700 or 5511176. OLE color: 5511176.
HSL color Cylindrical-coordinate representation of color #081854: hue angle of 227.37º 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 #081854 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 24 | 84 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.67 |
| HSL | 227.37º | 0.83% | 0.18% | - |
| HSV(B) | 227.37º | 0.9% | 0.33% | - |
| XYZ | 2.03 | 1.34 | 8.54 | - |
| YUV | 26.06 | 160.7 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 84 | 0.90 | 0.71 | 0 | 0.67 | 227.37 | 0.83 | 0.18 |
| Hex | 8 | 18 | 54 | 5A | 47 | 0 | 43 | E3 | 53 | 12 |
| Octal | 10 | 30 | 124 | 132 | 107 | 0 | 103 | 343 | 123 | 22 |
| Binary | 1000 | 11000 | 1010100 | 1011010 | 1000111 | 0 | 1000011 | 11100011 | 1010011 | 10010 |
Color Harmonies of #081854
Complementary color
Monochromatic Colors of #081854
Black with #081854
Text Example
Text Example
White with #081854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081854; }
p { color: rgb(8,24,84); }
H1.HeaderClassName
{
color: #081854;
}
.AnyTagClassName
{
color: #081854;
}
</style>
background-color css
<style>
a { background-color: #081854; }
a { background-color: rgb(8,24,84); }
div.DivClassName
{
background-color: #081854;
}
.BgClassName
{
background-color: #081854;
}
</style>
border-color css
<style>
span { border-color: #081854; }
span { border-color: rgb(8,24,84); }
td.TdClassName
{
border-color: #081854;
}
.TagClassName
{
border-color: #081854;
}
</style>