Shades of Ultramarine #081587
Tints of Ultramarine #081587
RGB
CMYK
RGB Variations
Color information
#081587 (or 0x081587) is known color: Ultramarine. HEX triplet: 08, 15 and 87. RGB value is (8,21,135). Sum of RGB (Red+Green+Blue) = 8+21+135=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 135 (53.12% from 255 or 82.32% from 164); Max value from RGB is 135 - color contains mainly: blue. Hex color #081587 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081587 is #F7EA78. Grayscale: #1D1D1D. Windows color (decimal): -16247417 or 8852744. OLE color: 8852744.
HSL color Cylindrical-coordinate representation of color #081587: hue angle of 233.86º 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 #081587 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 21 | 135 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.47 |
| HSL | 233.86º | 0.89% | 0.28% | - |
| HSV(B) | 233.86º | 0.94% | 0.53% | - |
| XYZ | 4.74 | 2.34 | 23.12 | - |
| YUV | 30.11 | 187.19 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 135 | 0.94 | 0.84 | 0 | 0.47 | 233.86 | 0.89 | 0.28 |
| Hex | 8 | 15 | 87 | 5E | 54 | 0 | 2F | EA | 59 | 1C |
| Octal | 10 | 25 | 207 | 136 | 124 | 0 | 57 | 352 | 131 | 34 |
| Binary | 1000 | 10101 | 10000111 | 1011110 | 1010100 | 0 | 101111 | 11101010 | 1011001 | 11100 |
Color Harmonies of #081587
Complementary color
Monochromatic Colors of #081587
Black with #081587
Text Example
Text Example
White with #081587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081587; }
p { color: rgb(8,21,135); }
H1.HeaderClassName
{
color: #081587;
}
.AnyTagClassName
{
color: #081587;
}
</style>
background-color css
<style>
a { background-color: #081587; }
a { background-color: rgb(8,21,135); }
div.DivClassName
{
background-color: #081587;
}
.BgClassName
{
background-color: #081587;
}
</style>
border-color css
<style>
span { border-color: #081587; }
span { border-color: rgb(8,21,135); }
td.TdClassName
{
border-color: #081587;
}
.TagClassName
{
border-color: #081587;
}
</style>