Shades of Ultramarine #09098D
Tints of Ultramarine #09098D
RGB
CMYK
RGB Variations
Color information
#09098D (or 0x09098D) is known color: Ultramarine. HEX triplet: 09, 09 and 8D. RGB value is (9,9,141). Sum of RGB (Red+Green+Blue) = 9+9+141=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 141 (55.47% from 255 or 88.68% from 159); Max value from RGB is 141 - color contains mainly: blue. Hex color #09098D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09098D is #F6F672. Grayscale: #171717. Windows color (decimal): -16184947 or 9242889. OLE color: 9242889.
HSL color Cylindrical-coordinate representation of color #09098D: hue angle of 240º degrees, saturation: 0.88, 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 #09098D is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 9 | 141 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.45 |
| HSL | 240º | 0.88% | 0.29% | - |
| HSV(B) | 240º | 0.94% | 0.55% | - |
| XYZ | 5.02 | 2.18 | 25.35 | - |
| YUV | 24.05 | 194 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 9 | 141 | 0.94 | 0.94 | 0 | 0.45 | 240 | 0.88 | 0.29 |
| Hex | 9 | 9 | 8D | 5E | 5E | 0 | 2D | F0 | 58 | 1D |
| Octal | 11 | 11 | 215 | 136 | 136 | 0 | 55 | 360 | 130 | 35 |
| Binary | 1001 | 1001 | 10001101 | 1011110 | 1011110 | 0 | 101101 | 11110000 | 1011000 | 11101 |
Color Harmonies of #09098D
Complementary color
Monochromatic Colors of #09098D
Black with #09098D
Text Example
Text Example
White with #09098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09098D; }
p { color: rgb(9,9,141); }
H1.HeaderClassName
{
color: #09098D;
}
.AnyTagClassName
{
color: #09098D;
}
</style>
background-color css
<style>
a { background-color: #09098D; }
a { background-color: rgb(9,9,141); }
div.DivClassName
{
background-color: #09098D;
}
.BgClassName
{
background-color: #09098D;
}
</style>
border-color css
<style>
span { border-color: #09098D; }
span { border-color: rgb(9,9,141); }
td.TdClassName
{
border-color: #09098D;
}
.TagClassName
{
border-color: #09098D;
}
</style>