Shades of Ultramarine #09088D
Tints of Ultramarine #09088D
RGB
CMYK
RGB Variations
Color information
#09088D (or 0x09088D) is known color: Ultramarine. HEX triplet: 09, 08 and 8D. RGB value is (9,8,141). Sum of RGB (Red+Green+Blue) = 9+8+141=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 141 (55.47% from 255 or 89.24% from 158); Max value from RGB is 141 - color contains mainly: blue. Hex color #09088D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09088D is #F6F772. Grayscale: #161616. Windows color (decimal): -16185203 or 9242633. OLE color: 9242633.
HSL color Cylindrical-coordinate representation of color #09088D: hue angle of 240.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09088D is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 8 | 141 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.45 |
| HSL | 240.45º | 0.89% | 0.29% | - |
| HSV(B) | 240.45º | 0.94% | 0.55% | - |
| XYZ | 5.01 | 2.15 | 25.35 | - |
| YUV | 23.46 | 194.33 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 141 | 0.94 | 0.94 | 0 | 0.45 | 240.45 | 0.89 | 0.29 |
| Hex | 9 | 8 | 8D | 5E | 5E | 0 | 2D | F0 | 59 | 1D |
| Octal | 11 | 10 | 215 | 136 | 136 | 0 | 55 | 360 | 131 | 35 |
| Binary | 1001 | 1000 | 10001101 | 1011110 | 1011110 | 0 | 101101 | 11110000 | 1011001 | 11101 |
Color Harmonies of #09088D
Complementary color
Monochromatic Colors of #09088D
Black with #09088D
Text Example
Text Example
White with #09088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09088D; }
p { color: rgb(9,8,141); }
H1.HeaderClassName
{
color: #09088D;
}
.AnyTagClassName
{
color: #09088D;
}
</style>
background-color css
<style>
a { background-color: #09088D; }
a { background-color: rgb(9,8,141); }
div.DivClassName
{
background-color: #09088D;
}
.BgClassName
{
background-color: #09088D;
}
</style>
border-color css
<style>
span { border-color: #09088D; }
span { border-color: rgb(9,8,141); }
td.TdClassName
{
border-color: #09088D;
}
.TagClassName
{
border-color: #09088D;
}
</style>