Shades of Ultramarine #09198F
Tints of Ultramarine #09198F
RGB
CMYK
RGB Variations
Color information
#09198F (or 0x09198F) is known color: Ultramarine. HEX triplet: 09, 19 and 8F. RGB value is (9,25,143). Sum of RGB (Red+Green+Blue) = 9+25+143=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 143 (56.25% from 255 or 80.79% from 177); Max value from RGB is 143 - color contains mainly: blue. Hex color #09198F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09198F is #F6E670. Grayscale: #212121. Windows color (decimal): -16180849 or 9378057. OLE color: 9378057.
HSL color Cylindrical-coordinate representation of color #09198F: hue angle of 232.84º degrees, saturation: 0.88, 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 #09198F is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 25 | 143 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.44 |
| HSL | 232.84º | 0.88% | 0.3% | - |
| HSV(B) | 232.84º | 0.94% | 0.56% | - |
| XYZ | 5.42 | 2.74 | 26.23 | - |
| YUV | 33.67 | 189.7 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 143 | 0.94 | 0.83 | 0 | 0.44 | 232.84 | 0.88 | 0.3 |
| Hex | 9 | 19 | 8F | 5E | 53 | 0 | 2C | E9 | 58 | 1E |
| Octal | 11 | 31 | 217 | 136 | 123 | 0 | 54 | 351 | 130 | 36 |
| Binary | 1001 | 11001 | 10001111 | 1011110 | 1010011 | 0 | 101100 | 11101001 | 1011000 | 11110 |
Color Harmonies of #09198F
Complementary color
Monochromatic Colors of #09198F
Black with #09198F
Text Example
Text Example
White with #09198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09198F; }
p { color: rgb(9,25,143); }
H1.HeaderClassName
{
color: #09198F;
}
.AnyTagClassName
{
color: #09198F;
}
</style>
background-color css
<style>
a { background-color: #09198F; }
a { background-color: rgb(9,25,143); }
div.DivClassName
{
background-color: #09198F;
}
.BgClassName
{
background-color: #09198F;
}
</style>
border-color css
<style>
span { border-color: #09198F; }
span { border-color: rgb(9,25,143); }
td.TdClassName
{
border-color: #09198F;
}
.TagClassName
{
border-color: #09198F;
}
</style>