Shades of Ultramarine #09088E
Tints of Ultramarine #09088E
RGB
CMYK
RGB Variations
Color information
#09088E (or 0x09088E) is known color: Ultramarine. HEX triplet: 09, 08 and 8E. RGB value is (9,8,142). Sum of RGB (Red+Green+Blue) = 9+8+142=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 142 (55.86% from 255 or 89.31% from 159); Max value from RGB is 142 - color contains mainly: blue. Hex color #09088E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09088E is #F6F771. Grayscale: #171717. Windows color (decimal): -16185202 or 9308169. OLE color: 9308169.
HSL color Cylindrical-coordinate representation of color #09088E: hue angle of 240.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09088E is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 8 | 142 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.44 |
| HSL | 240.45º | 0.89% | 0.29% | - |
| HSV(B) | 240.45º | 0.94% | 0.56% | - |
| XYZ | 5.08 | 2.18 | 25.75 | - |
| YUV | 23.58 | 194.83 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 142 | 0.94 | 0.94 | 0 | 0.44 | 240.45 | 0.89 | 0.29 |
| Hex | 9 | 8 | 8E | 5E | 5E | 0 | 2C | F0 | 59 | 1D |
| Octal | 11 | 10 | 216 | 136 | 136 | 0 | 54 | 360 | 131 | 35 |
| Binary | 1001 | 1000 | 10001110 | 1011110 | 1011110 | 0 | 101100 | 11110000 | 1011001 | 11101 |
Color Harmonies of #09088E
Complementary color
Monochromatic Colors of #09088E
Black with #09088E
Text Example
Text Example
White with #09088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09088E; }
p { color: rgb(9,8,142); }
H1.HeaderClassName
{
color: #09088E;
}
.AnyTagClassName
{
color: #09088E;
}
</style>
background-color css
<style>
a { background-color: #09088E; }
a { background-color: rgb(9,8,142); }
div.DivClassName
{
background-color: #09088E;
}
.BgClassName
{
background-color: #09088E;
}
</style>
border-color css
<style>
span { border-color: #09088E; }
span { border-color: rgb(9,8,142); }
td.TdClassName
{
border-color: #09088E;
}
.TagClassName
{
border-color: #09088E;
}
</style>