Shades of Ultramarine #09128D
Tints of Ultramarine #09128D
RGB
CMYK
RGB Variations
Color information
#09128D (or 0x09128D) is known color: Ultramarine. HEX triplet: 09, 12 and 8D. RGB value is (9,18,141). Sum of RGB (Red+Green+Blue) = 9+18+141=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 141 (55.47% from 255 or 83.93% from 168); Max value from RGB is 141 - color contains mainly: blue. Hex color #09128D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09128D is #F6ED72. Grayscale: #1C1C1C. Windows color (decimal): -16182643 or 9245193. OLE color: 9245193.
HSL color Cylindrical-coordinate representation of color #09128D: hue angle of 235.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09128D is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 18 | 141 | - |
| CMYK | 0.94 | 0.87 | 0 | 0.45 |
| HSL | 235.91º | 0.88% | 0.29% | - |
| HSV(B) | 235.91º | 0.94% | 0.55% | - |
| XYZ | 5.14 | 2.41 | 25.39 | - |
| YUV | 29.33 | 191.02 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 141 | 0.94 | 0.87 | 0 | 0.45 | 235.91 | 0.88 | 0.29 |
| Hex | 9 | 12 | 8D | 5E | 57 | 0 | 2D | EC | 58 | 1D |
| Octal | 11 | 22 | 215 | 136 | 127 | 0 | 55 | 354 | 130 | 35 |
| Binary | 1001 | 10010 | 10001101 | 1011110 | 1010111 | 0 | 101101 | 11101100 | 1011000 | 11101 |
Color Harmonies of #09128D
Complementary color
Monochromatic Colors of #09128D
Black with #09128D
Text Example
Text Example
White with #09128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09128D; }
p { color: rgb(9,18,141); }
H1.HeaderClassName
{
color: #09128D;
}
.AnyTagClassName
{
color: #09128D;
}
</style>
background-color css
<style>
a { background-color: #09128D; }
a { background-color: rgb(9,18,141); }
div.DivClassName
{
background-color: #09128D;
}
.BgClassName
{
background-color: #09128D;
}
</style>
border-color css
<style>
span { border-color: #09128D; }
span { border-color: rgb(9,18,141); }
td.TdClassName
{
border-color: #09128D;
}
.TagClassName
{
border-color: #09128D;
}
</style>