Shades of Ultramarine #081987
Tints of Ultramarine #081987
RGB
CMYK
RGB Variations
Color information
#081987 (or 0x081987) is known color: Ultramarine. HEX triplet: 08, 19 and 87. RGB value is (8,25,135). Sum of RGB (Red+Green+Blue) = 8+25+135=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 135 (53.12% from 255 or 80.36% from 168); Max value from RGB is 135 - color contains mainly: blue. Hex color #081987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081987 is #F7E678. Grayscale: #202020. Windows color (decimal): -16246393 or 8853768. OLE color: 8853768.
HSL color Cylindrical-coordinate representation of color #081987: hue angle of 231.97º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081987 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 25 | 135 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.47 |
| HSL | 231.97º | 0.89% | 0.28% | - |
| HSV(B) | 231.97º | 0.94% | 0.53% | - |
| XYZ | 4.82 | 2.5 | 23.15 | - |
| YUV | 32.46 | 185.87 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 135 | 0.94 | 0.81 | 0 | 0.47 | 231.97 | 0.89 | 0.28 |
| Hex | 8 | 19 | 87 | 5E | 51 | 0 | 2F | E8 | 59 | 1C |
| Octal | 10 | 31 | 207 | 136 | 121 | 0 | 57 | 350 | 131 | 34 |
| Binary | 1000 | 11001 | 10000111 | 1011110 | 1010001 | 0 | 101111 | 11101000 | 1011001 | 11100 |
Color Harmonies of #081987
Complementary color
Monochromatic Colors of #081987
Black with #081987
Text Example
Text Example
White with #081987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081987; }
p { color: rgb(8,25,135); }
H1.HeaderClassName
{
color: #081987;
}
.AnyTagClassName
{
color: #081987;
}
</style>
background-color css
<style>
a { background-color: #081987; }
a { background-color: rgb(8,25,135); }
div.DivClassName
{
background-color: #081987;
}
.BgClassName
{
background-color: #081987;
}
</style>
border-color css
<style>
span { border-color: #081987; }
span { border-color: rgb(8,25,135); }
td.TdClassName
{
border-color: #081987;
}
.TagClassName
{
border-color: #081987;
}
</style>