Shades of Sapphire #081D5C
Tints of Sapphire #081D5C
RGB
CMYK
RGB Variations
Color information
#081D5C (or 0x081D5C) is known color: Sapphire. HEX triplet: 08, 1D and 5C. RGB value is (8,29,92). Sum of RGB (Red+Green+Blue) = 8+29+92=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #081D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D5C is #F7E2A3. Grayscale: #1D1D1D. Windows color (decimal): -16245412 or 6036744. OLE color: 6036744.
HSL color Cylindrical-coordinate representation of color #081D5C: hue angle of 225º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081D5C is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 29 | 92 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.64 |
| HSL | 225º | 0.84% | 0.2% | - |
| HSV(B) | 225º | 0.91% | 0.36% | - |
| XYZ | 2.47 | 1.7 | 10.32 | - |
| YUV | 29.9 | 163.04 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 92 | 0.91 | 0.68 | 0 | 0.64 | 225 | 0.84 | 0.2 |
| Hex | 8 | 1D | 5C | 5B | 44 | 0 | 40 | E1 | 54 | 14 |
| Octal | 10 | 35 | 134 | 133 | 104 | 0 | 100 | 341 | 124 | 24 |
| Binary | 1000 | 11101 | 1011100 | 1011011 | 1000100 | 0 | 1000000 | 11100001 | 1010100 | 10100 |
Color Harmonies of #081D5C
Complementary color
Monochromatic Colors of #081D5C
Black with #081D5C
Text Example
Text Example
White with #081D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D5C; }
p { color: rgb(8,29,92); }
H1.HeaderClassName
{
color: #081D5C;
}
.AnyTagClassName
{
color: #081D5C;
}
</style>
background-color css
<style>
a { background-color: #081D5C; }
a { background-color: rgb(8,29,92); }
div.DivClassName
{
background-color: #081D5C;
}
.BgClassName
{
background-color: #081D5C;
}
</style>
border-color css
<style>
span { border-color: #081D5C; }
span { border-color: rgb(8,29,92); }
td.TdClassName
{
border-color: #081D5C;
}
.TagClassName
{
border-color: #081D5C;
}
</style>