Shades of Ultramarine #09138E
Tints of Ultramarine #09138E
RGB
CMYK
RGB Variations
Color information
#09138E (or 0x09138E) is known color: Ultramarine. HEX triplet: 09, 13 and 8E. RGB value is (9,19,142). Sum of RGB (Red+Green+Blue) = 9+19+142=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 142 (55.86% from 255 or 83.53% from 170); Max value from RGB is 142 - color contains mainly: blue. Hex color #09138E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09138E is #F6EC71. Grayscale: #1D1D1D. Windows color (decimal): -16182386 or 9310985. OLE color: 9310985.
HSL color Cylindrical-coordinate representation of color #09138E: hue angle of 235.49º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09138E is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 19 | 142 | - |
| CMYK | 0.94 | 0.87 | 0 | 0.44 |
| HSL | 235.49º | 0.88% | 0.3% | - |
| HSV(B) | 235.49º | 0.94% | 0.56% | - |
| XYZ | 5.23 | 2.48 | 25.79 | - |
| YUV | 30.03 | 191.19 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 142 | 0.94 | 0.87 | 0 | 0.44 | 235.49 | 0.88 | 0.3 |
| Hex | 9 | 13 | 8E | 5E | 57 | 0 | 2C | EB | 58 | 1E |
| Octal | 11 | 23 | 216 | 136 | 127 | 0 | 54 | 353 | 130 | 36 |
| Binary | 1001 | 10011 | 10001110 | 1011110 | 1010111 | 0 | 101100 | 11101011 | 1011000 | 11110 |
Color Harmonies of #09138E
Complementary color
Monochromatic Colors of #09138E
Black with #09138E
Text Example
Text Example
White with #09138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09138E; }
p { color: rgb(9,19,142); }
H1.HeaderClassName
{
color: #09138E;
}
.AnyTagClassName
{
color: #09138E;
}
</style>
background-color css
<style>
a { background-color: #09138E; }
a { background-color: rgb(9,19,142); }
div.DivClassName
{
background-color: #09138E;
}
.BgClassName
{
background-color: #09138E;
}
</style>
border-color css
<style>
span { border-color: #09138E; }
span { border-color: rgb(9,19,142); }
td.TdClassName
{
border-color: #09138E;
}
.TagClassName
{
border-color: #09138E;
}
</style>