Shades of Ultramarine #09088F
Tints of Ultramarine #09088F
RGB
CMYK
RGB Variations
Color information
#09088F (or 0x09088F) is known color: Ultramarine. HEX triplet: 09, 08 and 8F. RGB value is (9,8,143). Sum of RGB (Red+Green+Blue) = 9+8+143=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 143 (56.25% from 255 or 89.38% from 160); Max value from RGB is 143 - color contains mainly: blue. Hex color #09088F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09088F is #F6F770. Grayscale: #171717. Windows color (decimal): -16185201 or 9373705. OLE color: 9373705.
HSL color Cylindrical-coordinate representation of color #09088F: hue angle of 240.44º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09088F is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 8 | 143 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.44 |
| HSL | 240.44º | 0.89% | 0.3% | - |
| HSV(B) | 240.44º | 0.94% | 0.56% | - |
| XYZ | 5.16 | 2.21 | 26.14 | - |
| YUV | 23.69 | 195.33 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 143 | 0.94 | 0.94 | 0 | 0.44 | 240.44 | 0.89 | 0.3 |
| Hex | 9 | 8 | 8F | 5E | 5E | 0 | 2C | F0 | 59 | 1E |
| Octal | 11 | 10 | 217 | 136 | 136 | 0 | 54 | 360 | 131 | 36 |
| Binary | 1001 | 1000 | 10001111 | 1011110 | 1011110 | 0 | 101100 | 11110000 | 1011001 | 11110 |
Color Harmonies of #09088F
Complementary color
Monochromatic Colors of #09088F
Black with #09088F
Text Example
Text Example
White with #09088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09088F; }
p { color: rgb(9,8,143); }
H1.HeaderClassName
{
color: #09088F;
}
.AnyTagClassName
{
color: #09088F;
}
</style>
background-color css
<style>
a { background-color: #09088F; }
a { background-color: rgb(9,8,143); }
div.DivClassName
{
background-color: #09088F;
}
.BgClassName
{
background-color: #09088F;
}
</style>
border-color css
<style>
span { border-color: #09088F; }
span { border-color: rgb(9,8,143); }
td.TdClassName
{
border-color: #09088F;
}
.TagClassName
{
border-color: #09088F;
}
</style>