Shades of Sapphire #081451
Tints of Sapphire #081451
RGB
CMYK
RGB Variations
Color information
#081451 (or 0x081451) is known color: Sapphire. HEX triplet: 08, 14 and 51. RGB value is (8,20,81). Sum of RGB (Red+Green+Blue) = 8+20+81=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 81 (32.03% from 255 or 74.31% from 109); Max value from RGB is 81 - color contains mainly: blue. Hex color #081451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081451 is #F7EBAE. Grayscale: #171717. Windows color (decimal): -16247727 or 5313544. OLE color: 5313544.
HSL color Cylindrical-coordinate representation of color #081451: hue angle of 230.14º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081451 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 20 | 81 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.68 |
| HSL | 230.14º | 0.82% | 0.17% | - |
| HSV(B) | 230.14º | 0.9% | 0.32% | - |
| XYZ | 1.84 | 1.15 | 7.91 | - |
| YUV | 23.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 81 | 0.90 | 0.75 | 0 | 0.68 | 230.14 | 0.82 | 0.17 |
| Hex | 8 | 14 | 51 | 5A | 4B | 0 | 44 | E6 | 52 | 11 |
| Octal | 10 | 24 | 121 | 132 | 113 | 0 | 104 | 346 | 122 | 21 |
| Binary | 1000 | 10100 | 1010001 | 1011010 | 1001011 | 0 | 1000100 | 11100110 | 1010010 | 10001 |
Color Harmonies of #081451
Complementary color
Monochromatic Colors of #081451
Black with #081451
Text Example
Text Example
White with #081451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081451; }
p { color: rgb(8,20,81); }
H1.HeaderClassName
{
color: #081451;
}
.AnyTagClassName
{
color: #081451;
}
</style>
background-color css
<style>
a { background-color: #081451; }
a { background-color: rgb(8,20,81); }
div.DivClassName
{
background-color: #081451;
}
.BgClassName
{
background-color: #081451;
}
</style>
border-color css
<style>
span { border-color: #081451; }
span { border-color: rgb(8,20,81); }
td.TdClassName
{
border-color: #081451;
}
.TagClassName
{
border-color: #081451;
}
</style>