Shades of Ultramarine #081188
Tints of Ultramarine #081188
RGB
CMYK
RGB Variations
Color information
#081188 (or 0x081188) is known color: Ultramarine. HEX triplet: 08, 11 and 88. RGB value is (8,17,136). Sum of RGB (Red+Green+Blue) = 8+17+136=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 136 (53.52% from 255 or 84.47% from 161); Max value from RGB is 136 - color contains mainly: blue. Hex color #081188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081188 is #F7EE77. Grayscale: #1B1B1B. Windows color (decimal): -16248440 or 8917256. OLE color: 8917256.
HSL color Cylindrical-coordinate representation of color #081188: hue angle of 235.78º 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 #081188 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 17 | 136 | - |
| CMYK | 0.94 | 0.87 | 0 | 0.47 |
| HSL | 235.78º | 0.89% | 0.28% | - |
| HSV(B) | 235.78º | 0.94% | 0.53% | - |
| XYZ | 4.74 | 2.23 | 23.47 | - |
| YUV | 27.88 | 189.02 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 136 | 0.94 | 0.87 | 0 | 0.47 | 235.78 | 0.89 | 0.28 |
| Hex | 8 | 11 | 88 | 5E | 57 | 0 | 2F | EC | 59 | 1C |
| Octal | 10 | 21 | 210 | 136 | 127 | 0 | 57 | 354 | 131 | 34 |
| Binary | 1000 | 10001 | 10001000 | 1011110 | 1010111 | 0 | 101111 | 11101100 | 1011001 | 11100 |
Color Harmonies of #081188
Complementary color
Monochromatic Colors of #081188
Black with #081188
Text Example
Text Example
White with #081188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081188; }
p { color: rgb(8,17,136); }
H1.HeaderClassName
{
color: #081188;
}
.AnyTagClassName
{
color: #081188;
}
</style>
background-color css
<style>
a { background-color: #081188; }
a { background-color: rgb(8,17,136); }
div.DivClassName
{
background-color: #081188;
}
.BgClassName
{
background-color: #081188;
}
</style>
border-color css
<style>
span { border-color: #081188; }
span { border-color: rgb(8,17,136); }
td.TdClassName
{
border-color: #081188;
}
.TagClassName
{
border-color: #081188;
}
</style>