Shades of Sapphire #081E7B
Tints of Sapphire #081E7B
RGB
CMYK
RGB Variations
Color information
#081E7B (or 0x081E7B) is known color: Sapphire. HEX triplet: 08, 1E and 7B. RGB value is (8,30,123). Sum of RGB (Red+Green+Blue) = 8+30+123=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 123 (48.44% from 255 or 76.40% from 161); Max value from RGB is 123 - color contains mainly: blue. Hex color #081E7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081E7B is #F7E184. Grayscale: #212121. Windows color (decimal): -16245125 or 8068616. OLE color: 8068616.
HSL color Cylindrical-coordinate representation of color #081E7B: hue angle of 228.52º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081E7B is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 30 | 123 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.52 |
| HSL | 228.52º | 0.88% | 0.26% | - |
| HSV(B) | 228.52º | 0.93% | 0.48% | - |
| XYZ | 4.14 | 2.41 | 18.99 | - |
| YUV | 34.02 | 178.21 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 123 | 0.93 | 0.76 | 0 | 0.52 | 228.52 | 0.88 | 0.26 |
| Hex | 8 | 1E | 7B | 5D | 4C | 0 | 34 | E5 | 58 | 1A |
| Octal | 10 | 36 | 173 | 135 | 114 | 0 | 64 | 345 | 130 | 32 |
| Binary | 1000 | 11110 | 1111011 | 1011101 | 1001100 | 0 | 110100 | 11100101 | 1011000 | 11010 |
Color Harmonies of #081E7B
Complementary color
Monochromatic Colors of #081E7B
Black with #081E7B
Text Example
Text Example
White with #081E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E7B; }
p { color: rgb(8,30,123); }
H1.HeaderClassName
{
color: #081E7B;
}
.AnyTagClassName
{
color: #081E7B;
}
</style>
background-color css
<style>
a { background-color: #081E7B; }
a { background-color: rgb(8,30,123); }
div.DivClassName
{
background-color: #081E7B;
}
.BgClassName
{
background-color: #081E7B;
}
</style>
border-color css
<style>
span { border-color: #081E7B; }
span { border-color: rgb(8,30,123); }
td.TdClassName
{
border-color: #081E7B;
}
.TagClassName
{
border-color: #081E7B;
}
</style>