Shades of Sapphire #081F4F
Tints of Sapphire #081F4F
RGB
CMYK
RGB Variations
Color information
#081F4F (or 0x081F4F) is known color: Sapphire. HEX triplet: 08, 1F and 4F. RGB value is (8,31,79). Sum of RGB (Red+Green+Blue) = 8+31+79=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 79 (31.25% from 255 or 66.95% from 118); Max value from RGB is 79 - color contains mainly: blue. Hex color #081F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081F4F is #F7E0B0. Grayscale: #1D1D1D. Windows color (decimal): -16244913 or 5185288. OLE color: 5185288.
HSL color Cylindrical-coordinate representation of color #081F4F: hue angle of 220.56º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081F4F is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 31 | 79 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.69 |
| HSL | 220.56º | 0.82% | 0.17% | - |
| HSV(B) | 220.56º | 0.9% | 0.31% | - |
| XYZ | 2 | 1.6 | 7.6 | - |
| YUV | 29.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 79 | 0.90 | 0.61 | 0 | 0.69 | 220.56 | 0.82 | 0.17 |
| Hex | 8 | 1F | 4F | 5A | 3D | 0 | 45 | DD | 52 | 11 |
| Octal | 10 | 37 | 117 | 132 | 75 | 0 | 105 | 335 | 122 | 21 |
| Binary | 1000 | 11111 | 1001111 | 1011010 | 111101 | 0 | 1000101 | 11011101 | 1010010 | 10001 |
Color Harmonies of #081F4F
Complementary color
Monochromatic Colors of #081F4F
Black with #081F4F
Text Example
Text Example
White with #081F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081F4F; }
p { color: rgb(8,31,79); }
H1.HeaderClassName
{
color: #081F4F;
}
.AnyTagClassName
{
color: #081F4F;
}
</style>
background-color css
<style>
a { background-color: #081F4F; }
a { background-color: rgb(8,31,79); }
div.DivClassName
{
background-color: #081F4F;
}
.BgClassName
{
background-color: #081F4F;
}
</style>
border-color css
<style>
span { border-color: #081F4F; }
span { border-color: rgb(8,31,79); }
td.TdClassName
{
border-color: #081F4F;
}
.TagClassName
{
border-color: #081F4F;
}
</style>