Shades of Ultramarine #09088B
Tints of Ultramarine #09088B
RGB
CMYK
RGB Variations
Color information
#09088B (or 0x09088B) is known color: Ultramarine. HEX triplet: 09, 08 and 8B. RGB value is (9,8,139). Sum of RGB (Red+Green+Blue) = 9+8+139=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 139 (54.69% from 255 or 89.10% from 156); Max value from RGB is 139 - color contains mainly: blue. Hex color #09088B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09088B is #F6F774. Grayscale: #161616. Windows color (decimal): -16185205 or 9111561. OLE color: 9111561.
HSL color Cylindrical-coordinate representation of color #09088B: hue angle of 240.46º 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 #09088B is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 8 | 139 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.45 |
| HSL | 240.46º | 0.89% | 0.29% | - |
| HSV(B) | 240.46º | 0.94% | 0.55% | - |
| XYZ | 4.86 | 2.1 | 24.57 | - |
| YUV | 23.23 | 193.33 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 139 | 0.94 | 0.94 | 0 | 0.45 | 240.46 | 0.89 | 0.29 |
| Hex | 9 | 8 | 8B | 5E | 5E | 0 | 2D | F0 | 59 | 1D |
| Octal | 11 | 10 | 213 | 136 | 136 | 0 | 55 | 360 | 131 | 35 |
| Binary | 1001 | 1000 | 10001011 | 1011110 | 1011110 | 0 | 101101 | 11110000 | 1011001 | 11101 |
Color Harmonies of #09088B
Complementary color
Monochromatic Colors of #09088B
Black with #09088B
Text Example
Text Example
White with #09088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09088B; }
p { color: rgb(9,8,139); }
H1.HeaderClassName
{
color: #09088B;
}
.AnyTagClassName
{
color: #09088B;
}
</style>
background-color css
<style>
a { background-color: #09088B; }
a { background-color: rgb(9,8,139); }
div.DivClassName
{
background-color: #09088B;
}
.BgClassName
{
background-color: #09088B;
}
</style>
border-color css
<style>
span { border-color: #09088B; }
span { border-color: rgb(9,8,139); }
td.TdClassName
{
border-color: #09088B;
}
.TagClassName
{
border-color: #09088B;
}
</style>