Shades of Sapphire #081D59
Tints of Sapphire #081D59
RGB
CMYK
RGB Variations
Color information
#081D59 (or 0x081D59) is known color: Sapphire. HEX triplet: 08, 1D and 59. RGB value is (8,29,89). Sum of RGB (Red+Green+Blue) = 8+29+89=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #081D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D59 is #F7E2A6. Grayscale: #1D1D1D. Windows color (decimal): -16245415 or 5840136. OLE color: 5840136.
HSL color Cylindrical-coordinate representation of color #081D59: hue angle of 224.44º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081D59 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 29 | 89 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.65 |
| HSL | 224.44º | 0.84% | 0.19% | - |
| HSV(B) | 224.44º | 0.91% | 0.35% | - |
| XYZ | 2.34 | 1.65 | 9.65 | - |
| YUV | 29.56 | 161.54 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 89 | 0.91 | 0.67 | 0 | 0.65 | 224.44 | 0.84 | 0.19 |
| Hex | 8 | 1D | 59 | 5B | 43 | 0 | 41 | E0 | 54 | 13 |
| Octal | 10 | 35 | 131 | 133 | 103 | 0 | 101 | 340 | 124 | 23 |
| Binary | 1000 | 11101 | 1011001 | 1011011 | 1000011 | 0 | 1000001 | 11100000 | 1010100 | 10011 |
Color Harmonies of #081D59
Complementary color
Monochromatic Colors of #081D59
Black with #081D59
Text Example
Text Example
White with #081D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D59; }
p { color: rgb(8,29,89); }
H1.HeaderClassName
{
color: #081D59;
}
.AnyTagClassName
{
color: #081D59;
}
</style>
background-color css
<style>
a { background-color: #081D59; }
a { background-color: rgb(8,29,89); }
div.DivClassName
{
background-color: #081D59;
}
.BgClassName
{
background-color: #081D59;
}
</style>
border-color css
<style>
span { border-color: #081D59; }
span { border-color: rgb(8,29,89); }
td.TdClassName
{
border-color: #081D59;
}
.TagClassName
{
border-color: #081D59;
}
</style>