Shades of Sapphire #081D55
Tints of Sapphire #081D55
RGB
CMYK
RGB Variations
Color information
#081D55 (or 0x081D55) is known color: Sapphire. HEX triplet: 08, 1D and 55. RGB value is (8,29,85). Sum of RGB (Red+Green+Blue) = 8+29+85=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 85 (33.59% from 255 or 69.67% from 122); Max value from RGB is 85 - color contains mainly: blue. Hex color #081D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D55 is #F7E2AA. Grayscale: #1C1C1C. Windows color (decimal): -16245419 or 5577992. OLE color: 5577992.
HSL color Cylindrical-coordinate representation of color #081D55: hue angle of 223.64º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081D55 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 29 | 85 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.67 |
| HSL | 223.64º | 0.83% | 0.18% | - |
| HSV(B) | 223.64º | 0.91% | 0.33% | - |
| XYZ | 2.18 | 1.59 | 8.79 | - |
| YUV | 29.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 85 | 0.91 | 0.66 | 0 | 0.67 | 223.64 | 0.83 | 0.18 |
| Hex | 8 | 1D | 55 | 5B | 42 | 0 | 43 | E0 | 53 | 12 |
| Octal | 10 | 35 | 125 | 133 | 102 | 0 | 103 | 340 | 123 | 22 |
| Binary | 1000 | 11101 | 1010101 | 1011011 | 1000010 | 0 | 1000011 | 11100000 | 1010011 | 10010 |
Color Harmonies of #081D55
Complementary color
Monochromatic Colors of #081D55
Black with #081D55
Text Example
Text Example
White with #081D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D55; }
p { color: rgb(8,29,85); }
H1.HeaderClassName
{
color: #081D55;
}
.AnyTagClassName
{
color: #081D55;
}
</style>
background-color css
<style>
a { background-color: #081D55; }
a { background-color: rgb(8,29,85); }
div.DivClassName
{
background-color: #081D55;
}
.BgClassName
{
background-color: #081D55;
}
</style>
border-color css
<style>
span { border-color: #081D55; }
span { border-color: rgb(8,29,85); }
td.TdClassName
{
border-color: #081D55;
}
.TagClassName
{
border-color: #081D55;
}
</style>