Shades of Ultramarine #09199C
Tints of Ultramarine #09199C
RGB
CMYK
RGB Variations
Color information
#09199C (or 0x09199C) is known color: Ultramarine. HEX triplet: 09, 19 and 9C. RGB value is (9,25,156). Sum of RGB (Red+Green+Blue) = 9+25+156=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 156 (61.33% from 255 or 82.11% from 190); Max value from RGB is 156 - color contains mainly: blue. Hex color #09199C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09199C is #F6E663. Grayscale: #222222. Windows color (decimal): -16180836 or 10230025. OLE color: 10230025.
HSL color Cylindrical-coordinate representation of color #09199C: hue angle of 233.47º 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 #09199C is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 25 | 156 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.39 |
| HSL | 233.47º | 0.89% | 0.32% | - |
| HSV(B) | 233.47º | 0.94% | 0.61% | - |
| XYZ | 6.46 | 3.15 | 31.72 | - |
| YUV | 35.15 | 196.2 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 156 | 0.94 | 0.84 | 0 | 0.39 | 233.47 | 0.89 | 0.32 |
| Hex | 9 | 19 | 9C | 5E | 54 | 0 | 27 | E9 | 59 | 20 |
| Octal | 11 | 31 | 234 | 136 | 124 | 0 | 47 | 351 | 131 | 40 |
| Binary | 1001 | 11001 | 10011100 | 1011110 | 1010100 | 0 | 100111 | 11101001 | 1011001 | 100000 |
Color Harmonies of #09199C
Complementary color
Monochromatic Colors of #09199C
Black with #09199C
Text Example
Text Example
White with #09199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09199C; }
p { color: rgb(9,25,156); }
H1.HeaderClassName
{
color: #09199C;
}
.AnyTagClassName
{
color: #09199C;
}
</style>
background-color css
<style>
a { background-color: #09199C; }
a { background-color: rgb(9,25,156); }
div.DivClassName
{
background-color: #09199C;
}
.BgClassName
{
background-color: #09199C;
}
</style>
border-color css
<style>
span { border-color: #09199C; }
span { border-color: rgb(9,25,156); }
td.TdClassName
{
border-color: #09199C;
}
.TagClassName
{
border-color: #09199C;
}
</style>