Shades of Sapphire #081F54
Tints of Sapphire #081F54
RGB
CMYK
RGB Variations
Color information
#081F54 (or 0x081F54) is known color: Sapphire. HEX triplet: 08, 1F and 54. RGB value is (8,31,84). Sum of RGB (Red+Green+Blue) = 8+31+84=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 84 (33.20% from 255 or 68.29% from 123); Max value from RGB is 84 - color contains mainly: blue. Hex color #081F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081F54 is #F7E0AB. Grayscale: #1D1D1D. Windows color (decimal): -16244908 or 5512968. OLE color: 5512968.
HSL color Cylindrical-coordinate representation of color #081F54: hue angle of 221.84º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081F54 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 31 | 84 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.67 |
| HSL | 221.84º | 0.83% | 0.18% | - |
| HSV(B) | 221.84º | 0.9% | 0.33% | - |
| XYZ | 2.19 | 1.67 | 8.59 | - |
| YUV | 30.17 | 158.38 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 84 | 0.90 | 0.63 | 0 | 0.67 | 221.84 | 0.83 | 0.18 |
| Hex | 8 | 1F | 54 | 5A | 3F | 0 | 43 | DE | 53 | 12 |
| Octal | 10 | 37 | 124 | 132 | 77 | 0 | 103 | 336 | 123 | 22 |
| Binary | 1000 | 11111 | 1010100 | 1011010 | 111111 | 0 | 1000011 | 11011110 | 1010011 | 10010 |
Color Harmonies of #081F54
Complementary color
Monochromatic Colors of #081F54
Black with #081F54
Text Example
Text Example
White with #081F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081F54; }
p { color: rgb(8,31,84); }
H1.HeaderClassName
{
color: #081F54;
}
.AnyTagClassName
{
color: #081F54;
}
</style>
background-color css
<style>
a { background-color: #081F54; }
a { background-color: rgb(8,31,84); }
div.DivClassName
{
background-color: #081F54;
}
.BgClassName
{
background-color: #081F54;
}
</style>
border-color css
<style>
span { border-color: #081F54; }
span { border-color: rgb(8,31,84); }
td.TdClassName
{
border-color: #081F54;
}
.TagClassName
{
border-color: #081F54;
}
</style>