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