Shades of Ultramarine #09199B
Tints of Ultramarine #09199B
RGB
CMYK
RGB Variations
Color information
#09199B (or 0x09199B) is known color: Ultramarine. HEX triplet: 09, 19 and 9B. RGB value is (9,25,155). Sum of RGB (Red+Green+Blue) = 9+25+155=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 155 (60.94% from 255 or 82.01% from 189); Max value from RGB is 155 - color contains mainly: blue. Hex color #09199B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09199B is #F6E664. Grayscale: #222222. Windows color (decimal): -16180837 or 10164489. OLE color: 10164489.
HSL color Cylindrical-coordinate representation of color #09199B: hue angle of 233.42º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09199B is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 25 | 155 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.39 |
| HSL | 233.42º | 0.89% | 0.32% | - |
| HSV(B) | 233.42º | 0.94% | 0.61% | - |
| XYZ | 6.38 | 3.12 | 31.28 | - |
| YUV | 35.04 | 195.7 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 155 | 0.94 | 0.84 | 0 | 0.39 | 233.42 | 0.89 | 0.32 |
| Hex | 9 | 19 | 9B | 5E | 54 | 0 | 27 | E9 | 59 | 20 |
| Octal | 11 | 31 | 233 | 136 | 124 | 0 | 47 | 351 | 131 | 40 |
| Binary | 1001 | 11001 | 10011011 | 1011110 | 1010100 | 0 | 100111 | 11101001 | 1011001 | 100000 |
Color Harmonies of #09199B
Complementary color
Monochromatic Colors of #09199B
Black with #09199B
Text Example
Text Example
White with #09199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09199B; }
p { color: rgb(9,25,155); }
H1.HeaderClassName
{
color: #09199B;
}
.AnyTagClassName
{
color: #09199B;
}
</style>
background-color css
<style>
a { background-color: #09199B; }
a { background-color: rgb(9,25,155); }
div.DivClassName
{
background-color: #09199B;
}
.BgClassName
{
background-color: #09199B;
}
</style>
border-color css
<style>
span { border-color: #09199B; }
span { border-color: rgb(9,25,155); }
td.TdClassName
{
border-color: #09199B;
}
.TagClassName
{
border-color: #09199B;
}
</style>