Shades of Ultramarine #09139D
Tints of Ultramarine #09139D
RGB
CMYK
RGB Variations
Color information
#09139D (or 0x09139D) is known color: Ultramarine. HEX triplet: 09, 13 and 9D. RGB value is (9,19,157). Sum of RGB (Red+Green+Blue) = 9+19+157=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 157 (61.72% from 255 or 84.86% from 185); Max value from RGB is 157 - color contains mainly: blue. Hex color #09139D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09139D is #F6EC62. Grayscale: #1F1F1F. Windows color (decimal): -16182371 or 10294025. OLE color: 10294025.
HSL color Cylindrical-coordinate representation of color #09139D: hue angle of 235.95º 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 #09139D is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 19 | 157 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.38 |
| HSL | 235.95º | 0.89% | 0.33% | - |
| HSV(B) | 235.95º | 0.94% | 0.62% | - |
| XYZ | 6.43 | 2.96 | 32.13 | - |
| YUV | 31.74 | 198.69 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 157 | 0.94 | 0.88 | 0 | 0.38 | 235.95 | 0.89 | 0.33 |
| Hex | 9 | 13 | 9D | 5E | 58 | 0 | 26 | EC | 59 | 21 |
| Octal | 11 | 23 | 235 | 136 | 130 | 0 | 46 | 354 | 131 | 41 |
| Binary | 1001 | 10011 | 10011101 | 1011110 | 1011000 | 0 | 100110 | 11101100 | 1011001 | 100001 |
Color Harmonies of #09139D
Complementary color
Monochromatic Colors of #09139D
Black with #09139D
Text Example
Text Example
White with #09139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09139D; }
p { color: rgb(9,19,157); }
H1.HeaderClassName
{
color: #09139D;
}
.AnyTagClassName
{
color: #09139D;
}
</style>
background-color css
<style>
a { background-color: #09139D; }
a { background-color: rgb(9,19,157); }
div.DivClassName
{
background-color: #09139D;
}
.BgClassName
{
background-color: #09139D;
}
</style>
border-color css
<style>
span { border-color: #09139D; }
span { border-color: rgb(9,19,157); }
td.TdClassName
{
border-color: #09139D;
}
.TagClassName
{
border-color: #09139D;
}
</style>