Shades of Sapphire #081863
Tints of Sapphire #081863
RGB
CMYK
RGB Variations
Color information
#081863 (or 0x081863) is known color: Sapphire. HEX triplet: 08, 18 and 63. RGB value is (8,24,99). Sum of RGB (Red+Green+Blue) = 8+24+99=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 99 (39.06% from 255 or 75.57% from 131); Max value from RGB is 99 - color contains mainly: blue. Hex color #081863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081863 is #F7E79C. Grayscale: #1B1B1B. Windows color (decimal): -16246685 or 6494216. OLE color: 6494216.
HSL color Cylindrical-coordinate representation of color #081863: hue angle of 229.45º 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 #081863 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 24 | 99 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.61 |
| HSL | 229.45º | 0.85% | 0.21% | - |
| HSV(B) | 229.45º | 0.92% | 0.39% | - |
| XYZ | 2.68 | 1.61 | 11.97 | - |
| YUV | 27.77 | 168.2 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 99 | 0.92 | 0.76 | 0 | 0.61 | 229.45 | 0.85 | 0.21 |
| Hex | 8 | 18 | 63 | 5C | 4C | 0 | 3D | E5 | 55 | 15 |
| Octal | 10 | 30 | 143 | 134 | 114 | 0 | 75 | 345 | 125 | 25 |
| Binary | 1000 | 11000 | 1100011 | 1011100 | 1001100 | 0 | 111101 | 11100101 | 1010101 | 10101 |
Color Harmonies of #081863
Complementary color
Monochromatic Colors of #081863
Black with #081863
Text Example
Text Example
White with #081863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081863; }
p { color: rgb(8,24,99); }
H1.HeaderClassName
{
color: #081863;
}
.AnyTagClassName
{
color: #081863;
}
</style>
background-color css
<style>
a { background-color: #081863; }
a { background-color: rgb(8,24,99); }
div.DivClassName
{
background-color: #081863;
}
.BgClassName
{
background-color: #081863;
}
</style>
border-color css
<style>
span { border-color: #081863; }
span { border-color: rgb(8,24,99); }
td.TdClassName
{
border-color: #081863;
}
.TagClassName
{
border-color: #081863;
}
</style>