Shades of Ultramarine #081E88
Tints of Ultramarine #081E88
RGB
CMYK
RGB Variations
Color information
#081E88 (or 0x081E88) is known color: Ultramarine. HEX triplet: 08, 1E and 88. RGB value is (8,30,136). Sum of RGB (Red+Green+Blue) = 8+30+136=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 136 (53.52% from 255 or 78.16% from 174); Max value from RGB is 136 - color contains mainly: blue. Hex color #081E88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081E88 is #F7E177. Grayscale: #232323. Windows color (decimal): -16245112 or 8920584. OLE color: 8920584.
HSL color Cylindrical-coordinate representation of color #081E88: hue angle of 229.69º 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 #081E88 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 30 | 136 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.47 |
| HSL | 229.69º | 0.89% | 0.28% | - |
| HSV(B) | 229.69º | 0.94% | 0.53% | - |
| XYZ | 5.01 | 2.76 | 23.56 | - |
| YUV | 35.51 | 184.71 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 136 | 0.94 | 0.78 | 0 | 0.47 | 229.69 | 0.89 | 0.28 |
| Hex | 8 | 1E | 88 | 5E | 4E | 0 | 2F | E6 | 59 | 1C |
| Octal | 10 | 36 | 210 | 136 | 116 | 0 | 57 | 346 | 131 | 34 |
| Binary | 1000 | 11110 | 10001000 | 1011110 | 1001110 | 0 | 101111 | 11100110 | 1011001 | 11100 |
Color Harmonies of #081E88
Complementary color
Monochromatic Colors of #081E88
Black with #081E88
Text Example
Text Example
White with #081E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E88; }
p { color: rgb(8,30,136); }
H1.HeaderClassName
{
color: #081E88;
}
.AnyTagClassName
{
color: #081E88;
}
</style>
background-color css
<style>
a { background-color: #081E88; }
a { background-color: rgb(8,30,136); }
div.DivClassName
{
background-color: #081E88;
}
.BgClassName
{
background-color: #081E88;
}
</style>
border-color css
<style>
span { border-color: #081E88; }
span { border-color: rgb(8,30,136); }
td.TdClassName
{
border-color: #081E88;
}
.TagClassName
{
border-color: #081E88;
}
</style>