Shades of Sapphire #081F7B
Tints of Sapphire #081F7B
RGB
CMYK
RGB Variations
Color information
#081F7B (or 0x081F7B) is known color: Sapphire. HEX triplet: 08, 1F and 7B. RGB value is (8,31,123). Sum of RGB (Red+Green+Blue) = 8+31+123=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 123 (48.44% from 255 or 75.93% from 162); Max value from RGB is 123 - color contains mainly: blue. Hex color #081F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081F7B is #F7E084. Grayscale: #222222. Windows color (decimal): -16244869 or 8068872. OLE color: 8068872.
HSL color Cylindrical-coordinate representation of color #081F7B: hue angle of 228º 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 #081F7B is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 31 | 123 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.52 |
| HSL | 228º | 0.88% | 0.26% | - |
| HSV(B) | 228º | 0.93% | 0.48% | - |
| XYZ | 4.17 | 2.46 | 18.99 | - |
| YUV | 34.61 | 177.88 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 123 | 0.93 | 0.75 | 0 | 0.52 | 228 | 0.88 | 0.26 |
| Hex | 8 | 1F | 7B | 5D | 4B | 0 | 34 | E4 | 58 | 1A |
| Octal | 10 | 37 | 173 | 135 | 113 | 0 | 64 | 344 | 130 | 32 |
| Binary | 1000 | 11111 | 1111011 | 1011101 | 1001011 | 0 | 110100 | 11100100 | 1011000 | 11010 |
Color Harmonies of #081F7B
Complementary color
Monochromatic Colors of #081F7B
Black with #081F7B
Text Example
Text Example
White with #081F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081F7B; }
p { color: rgb(8,31,123); }
H1.HeaderClassName
{
color: #081F7B;
}
.AnyTagClassName
{
color: #081F7B;
}
</style>
background-color css
<style>
a { background-color: #081F7B; }
a { background-color: rgb(8,31,123); }
div.DivClassName
{
background-color: #081F7B;
}
.BgClassName
{
background-color: #081F7B;
}
</style>
border-color css
<style>
span { border-color: #081F7B; }
span { border-color: rgb(8,31,123); }
td.TdClassName
{
border-color: #081F7B;
}
.TagClassName
{
border-color: #081F7B;
}
</style>