Shades of Ultramarine #09149D
Tints of Ultramarine #09149D
RGB
CMYK
RGB Variations
Color information
#09149D (or 0x09149D) is known color: Ultramarine. HEX triplet: 09, 14 and 9D. RGB value is (9,20,157). Sum of RGB (Red+Green+Blue) = 9+20+157=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 157 (61.72% from 255 or 84.41% from 186); Max value from RGB is 157 - color contains mainly: blue. Hex color #09149D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09149D is #F6EB62. Grayscale: #1F1F1F. Windows color (decimal): -16182115 or 10294281. OLE color: 10294281.
HSL color Cylindrical-coordinate representation of color #09149D: hue angle of 235.54º 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 #09149D is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 20 | 157 | - |
| CMYK | 0.94 | 0.87 | 0 | 0.38 |
| HSL | 235.54º | 0.89% | 0.33% | - |
| HSV(B) | 235.54º | 0.94% | 0.62% | - |
| XYZ | 6.45 | 2.99 | 32.14 | - |
| YUV | 32.33 | 198.36 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 157 | 0.94 | 0.87 | 0 | 0.38 | 235.54 | 0.89 | 0.33 |
| Hex | 9 | 14 | 9D | 5E | 57 | 0 | 26 | EC | 59 | 21 |
| Octal | 11 | 24 | 235 | 136 | 127 | 0 | 46 | 354 | 131 | 41 |
| Binary | 1001 | 10100 | 10011101 | 1011110 | 1010111 | 0 | 100110 | 11101100 | 1011001 | 100001 |
Color Harmonies of #09149D
Complementary color
Monochromatic Colors of #09149D
Black with #09149D
Text Example
Text Example
White with #09149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09149D; }
p { color: rgb(9,20,157); }
H1.HeaderClassName
{
color: #09149D;
}
.AnyTagClassName
{
color: #09149D;
}
</style>
background-color css
<style>
a { background-color: #09149D; }
a { background-color: rgb(9,20,157); }
div.DivClassName
{
background-color: #09149D;
}
.BgClassName
{
background-color: #09149D;
}
</style>
border-color css
<style>
span { border-color: #09149D; }
span { border-color: rgb(9,20,157); }
td.TdClassName
{
border-color: #09149D;
}
.TagClassName
{
border-color: #09149D;
}
</style>