Shades of Sapphire #081858
Tints of Sapphire #081858
RGB
CMYK
RGB Variations
Color information
#081858 (or 0x081858) is known color: Sapphire. HEX triplet: 08, 18 and 58. RGB value is (8,24,88). Sum of RGB (Red+Green+Blue) = 8+24+88=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 88 (34.77% from 255 or 73.33% from 120); Max value from RGB is 88 - color contains mainly: blue. Hex color #081858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081858 is #F7E7A7. Grayscale: #1A1A1A. Windows color (decimal): -16246696 or 5773320. OLE color: 5773320.
HSL color Cylindrical-coordinate representation of color #081858: hue angle of 228º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081858 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 24 | 88 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.65 |
| HSL | 228º | 0.83% | 0.19% | - |
| HSV(B) | 228º | 0.91% | 0.35% | - |
| XYZ | 2.19 | 1.41 | 9.39 | - |
| YUV | 26.51 | 162.7 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 88 | 0.91 | 0.73 | 0 | 0.65 | 228 | 0.83 | 0.19 |
| Hex | 8 | 18 | 58 | 5B | 49 | 0 | 41 | E4 | 53 | 13 |
| Octal | 10 | 30 | 130 | 133 | 111 | 0 | 101 | 344 | 123 | 23 |
| Binary | 1000 | 11000 | 1011000 | 1011011 | 1001001 | 0 | 1000001 | 11100100 | 1010011 | 10011 |
Color Harmonies of #081858
Complementary color
Monochromatic Colors of #081858
Black with #081858
Text Example
Text Example
White with #081858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081858; }
p { color: rgb(8,24,88); }
H1.HeaderClassName
{
color: #081858;
}
.AnyTagClassName
{
color: #081858;
}
</style>
background-color css
<style>
a { background-color: #081858; }
a { background-color: rgb(8,24,88); }
div.DivClassName
{
background-color: #081858;
}
.BgClassName
{
background-color: #081858;
}
</style>
border-color css
<style>
span { border-color: #081858; }
span { border-color: rgb(8,24,88); }
td.TdClassName
{
border-color: #081858;
}
.TagClassName
{
border-color: #081858;
}
</style>