Shades of Sapphire #081460
Tints of Sapphire #081460
RGB
CMYK
RGB Variations
Color information
#081460 (or 0x081460) is known color: Sapphire. HEX triplet: 08, 14 and 60. RGB value is (8,20,96). Sum of RGB (Red+Green+Blue) = 8+20+96=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 96 (37.89% from 255 or 77.42% from 124); Max value from RGB is 96 - color contains mainly: blue. Hex color #081460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081460 is #F7EB9F. Grayscale: #181818. Windows color (decimal): -16247712 or 6296584. OLE color: 6296584.
HSL color Cylindrical-coordinate representation of color #081460: hue angle of 231.82º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081460 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 20 | 96 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.62 |
| HSL | 231.82º | 0.85% | 0.2% | - |
| HSV(B) | 231.82º | 0.92% | 0.38% | - |
| XYZ | 2.46 | 1.4 | 11.21 | - |
| YUV | 25.08 | 168.02 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 96 | 0.92 | 0.79 | 0 | 0.62 | 231.82 | 0.85 | 0.2 |
| Hex | 8 | 14 | 60 | 5C | 4F | 0 | 3E | E8 | 55 | 14 |
| Octal | 10 | 24 | 140 | 134 | 117 | 0 | 76 | 350 | 125 | 24 |
| Binary | 1000 | 10100 | 1100000 | 1011100 | 1001111 | 0 | 111110 | 11101000 | 1010101 | 10100 |
Color Harmonies of #081460
Complementary color
Monochromatic Colors of #081460
Black with #081460
Text Example
Text Example
White with #081460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081460; }
p { color: rgb(8,20,96); }
H1.HeaderClassName
{
color: #081460;
}
.AnyTagClassName
{
color: #081460;
}
</style>
background-color css
<style>
a { background-color: #081460; }
a { background-color: rgb(8,20,96); }
div.DivClassName
{
background-color: #081460;
}
.BgClassName
{
background-color: #081460;
}
</style>
border-color css
<style>
span { border-color: #081460; }
span { border-color: rgb(8,20,96); }
td.TdClassName
{
border-color: #081460;
}
.TagClassName
{
border-color: #081460;
}
</style>