Shades of Sapphire #081B51
Tints of Sapphire #081B51
RGB
CMYK
RGB Variations
Color information
#081B51 (or 0x081B51) is known color: Sapphire. HEX triplet: 08, 1B and 51. RGB value is (8,27,81). Sum of RGB (Red+Green+Blue) = 8+27+81=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 81 (32.03% from 255 or 69.83% from 116); Max value from RGB is 81 - color contains mainly: blue. Hex color #081B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081B51 is #F7E4AE. Grayscale: #1B1B1B. Windows color (decimal): -16245935 or 5315336. OLE color: 5315336.
HSL color Cylindrical-coordinate representation of color #081B51: hue angle of 224.38º 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 #081B51 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 27 | 81 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.68 |
| HSL | 224.38º | 0.82% | 0.17% | - |
| HSV(B) | 224.38º | 0.9% | 0.32% | - |
| XYZ | 1.98 | 1.43 | 7.96 | - |
| YUV | 27.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 81 | 0.90 | 0.67 | 0 | 0.68 | 224.38 | 0.82 | 0.17 |
| Hex | 8 | 1B | 51 | 5A | 43 | 0 | 44 | E0 | 52 | 11 |
| Octal | 10 | 33 | 121 | 132 | 103 | 0 | 104 | 340 | 122 | 21 |
| Binary | 1000 | 11011 | 1010001 | 1011010 | 1000011 | 0 | 1000100 | 11100000 | 1010010 | 10001 |
Color Harmonies of #081B51
Complementary color
Monochromatic Colors of #081B51
Black with #081B51
Text Example
Text Example
White with #081B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081B51; }
p { color: rgb(8,27,81); }
H1.HeaderClassName
{
color: #081B51;
}
.AnyTagClassName
{
color: #081B51;
}
</style>
background-color css
<style>
a { background-color: #081B51; }
a { background-color: rgb(8,27,81); }
div.DivClassName
{
background-color: #081B51;
}
.BgClassName
{
background-color: #081B51;
}
</style>
border-color css
<style>
span { border-color: #081B51; }
span { border-color: rgb(8,27,81); }
td.TdClassName
{
border-color: #081B51;
}
.TagClassName
{
border-color: #081B51;
}
</style>