Shades of Sapphire #081F50
Tints of Sapphire #081F50
RGB
CMYK
RGB Variations
Color information
#081F50 (or 0x081F50) is known color: Sapphire. HEX triplet: 08, 1F and 50. RGB value is (8,31,80). Sum of RGB (Red+Green+Blue) = 8+31+80=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 80 (31.64% from 255 or 67.23% from 119); Max value from RGB is 80 - color contains mainly: blue. Hex color #081F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081F50 is #F7E0AF. Grayscale: #1D1D1D. Windows color (decimal): -16244912 or 5250824. OLE color: 5250824.
HSL color Cylindrical-coordinate representation of color #081F50: hue angle of 220.83º 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 #081F50 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 31 | 80 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.69 |
| HSL | 220.83º | 0.82% | 0.17% | - |
| HSV(B) | 220.83º | 0.9% | 0.31% | - |
| XYZ | 2.04 | 1.61 | 7.79 | - |
| YUV | 29.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 80 | 0.90 | 0.61 | 0 | 0.69 | 220.83 | 0.82 | 0.17 |
| Hex | 8 | 1F | 50 | 5A | 3D | 0 | 45 | DD | 52 | 11 |
| Octal | 10 | 37 | 120 | 132 | 75 | 0 | 105 | 335 | 122 | 21 |
| Binary | 1000 | 11111 | 1010000 | 1011010 | 111101 | 0 | 1000101 | 11011101 | 1010010 | 10001 |
Color Harmonies of #081F50
Complementary color
Monochromatic Colors of #081F50
Black with #081F50
Text Example
Text Example
White with #081F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081F50; }
p { color: rgb(8,31,80); }
H1.HeaderClassName
{
color: #081F50;
}
.AnyTagClassName
{
color: #081F50;
}
</style>
background-color css
<style>
a { background-color: #081F50; }
a { background-color: rgb(8,31,80); }
div.DivClassName
{
background-color: #081F50;
}
.BgClassName
{
background-color: #081F50;
}
</style>
border-color css
<style>
span { border-color: #081F50; }
span { border-color: rgb(8,31,80); }
td.TdClassName
{
border-color: #081F50;
}
.TagClassName
{
border-color: #081F50;
}
</style>