Shades of Sapphire #081C51
Tints of Sapphire #081C51
RGB
CMYK
RGB Variations
Color information
#081C51 (or 0x081C51) is known color: Sapphire. HEX triplet: 08, 1C and 51. RGB value is (8,28,81). Sum of RGB (Red+Green+Blue) = 8+28+81=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 81 (32.03% from 255 or 69.23% from 117); Max value from RGB is 81 - color contains mainly: blue. Hex color #081C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C51 is #F7E3AE. Grayscale: #1B1B1B. Windows color (decimal): -16245679 or 5315592. OLE color: 5315592.
HSL color Cylindrical-coordinate representation of color #081C51: hue angle of 223.56º 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 #081C51 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 28 | 81 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.68 |
| HSL | 223.56º | 0.82% | 0.17% | - |
| HSV(B) | 223.56º | 0.9% | 0.32% | - |
| XYZ | 2 | 1.48 | 7.96 | - |
| YUV | 28.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 81 | 0.90 | 0.65 | 0 | 0.68 | 223.56 | 0.82 | 0.17 |
| Hex | 8 | 1C | 51 | 5A | 41 | 0 | 44 | E0 | 52 | 11 |
| Octal | 10 | 34 | 121 | 132 | 101 | 0 | 104 | 340 | 122 | 21 |
| Binary | 1000 | 11100 | 1010001 | 1011010 | 1000001 | 0 | 1000100 | 11100000 | 1010010 | 10001 |
Color Harmonies of #081C51
Complementary color
Monochromatic Colors of #081C51
Black with #081C51
Text Example
Text Example
White with #081C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C51; }
p { color: rgb(8,28,81); }
H1.HeaderClassName
{
color: #081C51;
}
.AnyTagClassName
{
color: #081C51;
}
</style>
background-color css
<style>
a { background-color: #081C51; }
a { background-color: rgb(8,28,81); }
div.DivClassName
{
background-color: #081C51;
}
.BgClassName
{
background-color: #081C51;
}
</style>
border-color css
<style>
span { border-color: #081C51; }
span { border-color: rgb(8,28,81); }
td.TdClassName
{
border-color: #081C51;
}
.TagClassName
{
border-color: #081C51;
}
</style>