Shades of Ultramarine #09199E
Tints of Ultramarine #09199E
RGB
CMYK
RGB Variations
Color information
#09199E (or 0x09199E) is known color: Ultramarine. HEX triplet: 09, 19 and 9E. RGB value is (9,25,158). Sum of RGB (Red+Green+Blue) = 9+25+158=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 158 (62.11% from 255 or 82.29% from 192); Max value from RGB is 158 - color contains mainly: blue. Hex color #09199E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09199E is #F6E661. Grayscale: #222222. Windows color (decimal): -16180834 or 10361097. OLE color: 10361097.
HSL color Cylindrical-coordinate representation of color #09199E: hue angle of 233.56º 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 #09199E is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 25 | 158 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.38 |
| HSL | 233.56º | 0.89% | 0.33% | - |
| HSV(B) | 233.56º | 0.94% | 0.62% | - |
| XYZ | 6.63 | 3.22 | 32.62 | - |
| YUV | 35.38 | 197.2 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 158 | 0.94 | 0.84 | 0 | 0.38 | 233.56 | 0.89 | 0.33 |
| Hex | 9 | 19 | 9E | 5E | 54 | 0 | 26 | EA | 59 | 21 |
| Octal | 11 | 31 | 236 | 136 | 124 | 0 | 46 | 352 | 131 | 41 |
| Binary | 1001 | 11001 | 10011110 | 1011110 | 1010100 | 0 | 100110 | 11101010 | 1011001 | 100001 |
Color Harmonies of #09199E
Complementary color
Monochromatic Colors of #09199E
Black with #09199E
Text Example
Text Example
White with #09199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09199E; }
p { color: rgb(9,25,158); }
H1.HeaderClassName
{
color: #09199E;
}
.AnyTagClassName
{
color: #09199E;
}
</style>
background-color css
<style>
a { background-color: #09199E; }
a { background-color: rgb(9,25,158); }
div.DivClassName
{
background-color: #09199E;
}
.BgClassName
{
background-color: #09199E;
}
</style>
border-color css
<style>
span { border-color: #09199E; }
span { border-color: rgb(9,25,158); }
td.TdClassName
{
border-color: #09199E;
}
.TagClassName
{
border-color: #09199E;
}
</style>