Shades of Ultramarine #09189E
Tints of Ultramarine #09189E
RGB
CMYK
RGB Variations
Color information
#09189E (or 0x09189E) is known color: Ultramarine. HEX triplet: 09, 18 and 9E. RGB value is (9,24,158). Sum of RGB (Red+Green+Blue) = 9+24+158=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 158 (62.11% from 255 or 82.72% from 191); Max value from RGB is 158 - color contains mainly: blue. Hex color #09189E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09189E is #F6E761. Grayscale: #222222. Windows color (decimal): -16181090 or 10360841. OLE color: 10360841.
HSL color Cylindrical-coordinate representation of color #09189E: hue angle of 233.96º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09189E is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 24 | 158 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.38 |
| HSL | 233.96º | 0.89% | 0.33% | - |
| HSV(B) | 233.96º | 0.94% | 0.62% | - |
| XYZ | 6.61 | 3.18 | 32.61 | - |
| YUV | 34.79 | 197.53 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 158 | 0.94 | 0.85 | 0 | 0.38 | 233.96 | 0.89 | 0.33 |
| Hex | 9 | 18 | 9E | 5E | 55 | 0 | 26 | EA | 59 | 21 |
| Octal | 11 | 30 | 236 | 136 | 125 | 0 | 46 | 352 | 131 | 41 |
| Binary | 1001 | 11000 | 10011110 | 1011110 | 1010101 | 0 | 100110 | 11101010 | 1011001 | 100001 |
Color Harmonies of #09189E
Complementary color
Monochromatic Colors of #09189E
Black with #09189E
Text Example
Text Example
White with #09189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09189E; }
p { color: rgb(9,24,158); }
H1.HeaderClassName
{
color: #09189E;
}
.AnyTagClassName
{
color: #09189E;
}
</style>
background-color css
<style>
a { background-color: #09189E; }
a { background-color: rgb(9,24,158); }
div.DivClassName
{
background-color: #09189E;
}
.BgClassName
{
background-color: #09189E;
}
</style>
border-color css
<style>
span { border-color: #09189E; }
span { border-color: rgb(9,24,158); }
td.TdClassName
{
border-color: #09189E;
}
.TagClassName
{
border-color: #09189E;
}
</style>