Shades of Sapphire #081F5B
Tints of Sapphire #081F5B
RGB
CMYK
RGB Variations
Color information
#081F5B (or 0x081F5B) is known color: Sapphire. HEX triplet: 08, 1F and 5B. RGB value is (8,31,91). Sum of RGB (Red+Green+Blue) = 8+31+91=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #081F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081F5B is #F7E0A4. Grayscale: #1E1E1E. Windows color (decimal): -16244901 or 5971720. OLE color: 5971720.
HSL color Cylindrical-coordinate representation of color #081F5B: hue angle of 223.37º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081F5B is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 31 | 91 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.64 |
| HSL | 223.37º | 0.84% | 0.19% | - |
| HSV(B) | 223.37º | 0.91% | 0.36% | - |
| XYZ | 2.48 | 1.79 | 10.11 | - |
| YUV | 30.96 | 161.88 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 91 | 0.91 | 0.66 | 0 | 0.64 | 223.37 | 0.84 | 0.19 |
| Hex | 8 | 1F | 5B | 5B | 42 | 0 | 40 | DF | 54 | 13 |
| Octal | 10 | 37 | 133 | 133 | 102 | 0 | 100 | 337 | 124 | 23 |
| Binary | 1000 | 11111 | 1011011 | 1011011 | 1000010 | 0 | 1000000 | 11011111 | 1010100 | 10011 |
Color Harmonies of #081F5B
Complementary color
Monochromatic Colors of #081F5B
Black with #081F5B
Text Example
Text Example
White with #081F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081F5B; }
p { color: rgb(8,31,91); }
H1.HeaderClassName
{
color: #081F5B;
}
.AnyTagClassName
{
color: #081F5B;
}
</style>
background-color css
<style>
a { background-color: #081F5B; }
a { background-color: rgb(8,31,91); }
div.DivClassName
{
background-color: #081F5B;
}
.BgClassName
{
background-color: #081F5B;
}
</style>
border-color css
<style>
span { border-color: #081F5B; }
span { border-color: rgb(8,31,91); }
td.TdClassName
{
border-color: #081F5B;
}
.TagClassName
{
border-color: #081F5B;
}
</style>