Shades of Sapphire #081E75
Tints of Sapphire #081E75
RGB
CMYK
RGB Variations
Color information
#081E75 (or 0x081E75) is known color: Sapphire. HEX triplet: 08, 1E and 75. RGB value is (8,30,117). Sum of RGB (Red+Green+Blue) = 8+30+117=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #081E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081E75 is #F7E18A. Grayscale: #202020. Windows color (decimal): -16245131 or 7675400. OLE color: 7675400.
HSL color Cylindrical-coordinate representation of color #081E75: hue angle of 227.89º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081E75 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 30 | 117 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.54 |
| HSL | 227.89º | 0.87% | 0.25% | - |
| HSV(B) | 227.89º | 0.93% | 0.46% | - |
| XYZ | 3.78 | 2.26 | 17.07 | - |
| YUV | 33.34 | 175.21 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 117 | 0.93 | 0.74 | 0 | 0.54 | 227.89 | 0.87 | 0.25 |
| Hex | 8 | 1E | 75 | 5D | 4A | 0 | 36 | E4 | 57 | 19 |
| Octal | 10 | 36 | 165 | 135 | 112 | 0 | 66 | 344 | 127 | 31 |
| Binary | 1000 | 11110 | 1110101 | 1011101 | 1001010 | 0 | 110110 | 11100100 | 1010111 | 11001 |
Color Harmonies of #081E75
Complementary color
Monochromatic Colors of #081E75
Black with #081E75
Text Example
Text Example
White with #081E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E75; }
p { color: rgb(8,30,117); }
H1.HeaderClassName
{
color: #081E75;
}
.AnyTagClassName
{
color: #081E75;
}
</style>
background-color css
<style>
a { background-color: #081E75; }
a { background-color: rgb(8,30,117); }
div.DivClassName
{
background-color: #081E75;
}
.BgClassName
{
background-color: #081E75;
}
</style>
border-color css
<style>
span { border-color: #081E75; }
span { border-color: rgb(8,30,117); }
td.TdClassName
{
border-color: #081E75;
}
.TagClassName
{
border-color: #081E75;
}
</style>