Shades of Ultramarine #09199A
Tints of Ultramarine #09199A
RGB
CMYK
RGB Variations
Color information
#09199A (or 0x09199A) is known color: Ultramarine. HEX triplet: 09, 19 and 9A. RGB value is (9,25,154). Sum of RGB (Red+Green+Blue) = 9+25+154=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 154 (60.55% from 255 or 81.91% from 188); Max value from RGB is 154 - color contains mainly: blue. Hex color #09199A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09199A is #F6E665. Grayscale: #222222. Windows color (decimal): -16180838 or 10098953. OLE color: 10098953.
HSL color Cylindrical-coordinate representation of color #09199A: hue angle of 233.38º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09199A is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 25 | 154 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.40 |
| HSL | 233.38º | 0.89% | 0.32% | - |
| HSV(B) | 233.38º | 0.94% | 0.6% | - |
| XYZ | 6.29 | 3.09 | 30.84 | - |
| YUV | 34.92 | 195.2 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 154 | 0.94 | 0.84 | 0 | 0.40 | 233.38 | 0.89 | 0.32 |
| Hex | 9 | 19 | 9A | 5E | 54 | 0 | 28 | E9 | 59 | 20 |
| Octal | 11 | 31 | 232 | 136 | 124 | 0 | 50 | 351 | 131 | 40 |
| Binary | 1001 | 11001 | 10011010 | 1011110 | 1010100 | 0 | 101000 | 11101001 | 1011001 | 100000 |
Color Harmonies of #09199A
Complementary color
Monochromatic Colors of #09199A
Black with #09199A
Text Example
Text Example
White with #09199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09199A; }
p { color: rgb(9,25,154); }
H1.HeaderClassName
{
color: #09199A;
}
.AnyTagClassName
{
color: #09199A;
}
</style>
background-color css
<style>
a { background-color: #09199A; }
a { background-color: rgb(9,25,154); }
div.DivClassName
{
background-color: #09199A;
}
.BgClassName
{
background-color: #09199A;
}
</style>
border-color css
<style>
span { border-color: #09199A; }
span { border-color: rgb(9,25,154); }
td.TdClassName
{
border-color: #09199A;
}
.TagClassName
{
border-color: #09199A;
}
</style>