Shades of Ultramarine #09188D
Tints of Ultramarine #09188D
RGB
CMYK
RGB Variations
Color information
#09188D (or 0x09188D) is known color: Ultramarine. HEX triplet: 09, 18 and 8D. RGB value is (9,24,141). Sum of RGB (Red+Green+Blue) = 9+24+141=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 141 (55.47% from 255 or 81.03% from 174); Max value from RGB is 141 - color contains mainly: blue. Hex color #09188D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09188D is #F6E772. Grayscale: #202020. Windows color (decimal): -16181107 or 9246729. OLE color: 9246729.
HSL color Cylindrical-coordinate representation of color #09188D: hue angle of 233.18º 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 #09188D is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 24 | 141 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.45 |
| HSL | 233.18º | 0.88% | 0.29% | - |
| HSV(B) | 233.18º | 0.94% | 0.55% | - |
| XYZ | 5.25 | 2.63 | 25.43 | - |
| YUV | 32.85 | 189.03 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 141 | 0.94 | 0.83 | 0 | 0.45 | 233.18 | 0.88 | 0.29 |
| Hex | 9 | 18 | 8D | 5E | 53 | 0 | 2D | E9 | 58 | 1D |
| Octal | 11 | 30 | 215 | 136 | 123 | 0 | 55 | 351 | 130 | 35 |
| Binary | 1001 | 11000 | 10001101 | 1011110 | 1010011 | 0 | 101101 | 11101001 | 1011000 | 11101 |
Color Harmonies of #09188D
Complementary color
Monochromatic Colors of #09188D
Black with #09188D
Text Example
Text Example
White with #09188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09188D; }
p { color: rgb(9,24,141); }
H1.HeaderClassName
{
color: #09188D;
}
.AnyTagClassName
{
color: #09188D;
}
</style>
background-color css
<style>
a { background-color: #09188D; }
a { background-color: rgb(9,24,141); }
div.DivClassName
{
background-color: #09188D;
}
.BgClassName
{
background-color: #09188D;
}
</style>
border-color css
<style>
span { border-color: #09188D; }
span { border-color: rgb(9,24,141); }
td.TdClassName
{
border-color: #09188D;
}
.TagClassName
{
border-color: #09188D;
}
</style>