Shades of Ultramarine #09198C
Tints of Ultramarine #09198C
RGB
CMYK
RGB Variations
Color information
#09198C (or 0x09198C) is known color: Ultramarine. HEX triplet: 09, 19 and 8C. RGB value is (9,25,140). Sum of RGB (Red+Green+Blue) = 9+25+140=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 140 (55.08% from 255 or 80.46% from 174); Max value from RGB is 140 - color contains mainly: blue. Hex color #09198C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09198C is #F6E673. Grayscale: #202020. Windows color (decimal): -16180852 or 9181449. OLE color: 9181449.
HSL color Cylindrical-coordinate representation of color #09198C: hue angle of 232.67º 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 #09198C is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 25 | 140 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.45 |
| HSL | 232.67º | 0.88% | 0.29% | - |
| HSV(B) | 232.67º | 0.94% | 0.55% | - |
| XYZ | 5.19 | 2.65 | 25.05 | - |
| YUV | 33.33 | 188.2 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 140 | 0.94 | 0.82 | 0 | 0.45 | 232.67 | 0.88 | 0.29 |
| Hex | 9 | 19 | 8C | 5E | 52 | 0 | 2D | E9 | 58 | 1D |
| Octal | 11 | 31 | 214 | 136 | 122 | 0 | 55 | 351 | 130 | 35 |
| Binary | 1001 | 11001 | 10001100 | 1011110 | 1010010 | 0 | 101101 | 11101001 | 1011000 | 11101 |
Color Harmonies of #09198C
Complementary color
Monochromatic Colors of #09198C
Black with #09198C
Text Example
Text Example
White with #09198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09198C; }
p { color: rgb(9,25,140); }
H1.HeaderClassName
{
color: #09198C;
}
.AnyTagClassName
{
color: #09198C;
}
</style>
background-color css
<style>
a { background-color: #09198C; }
a { background-color: rgb(9,25,140); }
div.DivClassName
{
background-color: #09198C;
}
.BgClassName
{
background-color: #09198C;
}
</style>
border-color css
<style>
span { border-color: #09198C; }
span { border-color: rgb(9,25,140); }
td.TdClassName
{
border-color: #09198C;
}
.TagClassName
{
border-color: #09198C;
}
</style>