Shades of Ultramarine #09128A
Tints of Ultramarine #09128A
RGB
CMYK
RGB Variations
Color information
#09128A (or 0x09128A) is known color: Ultramarine. HEX triplet: 09, 12 and 8A. RGB value is (9,18,138). Sum of RGB (Red+Green+Blue) = 9+18+138=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 138 (54.30% from 255 or 83.64% from 165); Max value from RGB is 138 - color contains mainly: blue. Hex color #09128A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09128A is #F6ED75. Grayscale: #1C1C1C. Windows color (decimal): -16182646 or 9048585. OLE color: 9048585.
HSL color Cylindrical-coordinate representation of color #09128A: hue angle of 235.81º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09128A is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 18 | 138 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.46 |
| HSL | 235.81º | 0.88% | 0.29% | - |
| HSV(B) | 235.81º | 0.93% | 0.54% | - |
| XYZ | 4.92 | 2.33 | 24.23 | - |
| YUV | 28.99 | 189.52 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 138 | 0.93 | 0.87 | 0 | 0.46 | 235.81 | 0.88 | 0.29 |
| Hex | 9 | 12 | 8A | 5D | 57 | 0 | 2E | EC | 58 | 1D |
| Octal | 11 | 22 | 212 | 135 | 127 | 0 | 56 | 354 | 130 | 35 |
| Binary | 1001 | 10010 | 10001010 | 1011101 | 1010111 | 0 | 101110 | 11101100 | 1011000 | 11101 |
Color Harmonies of #09128A
Complementary color
Monochromatic Colors of #09128A
Black with #09128A
Text Example
Text Example
White with #09128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09128A; }
p { color: rgb(9,18,138); }
H1.HeaderClassName
{
color: #09128A;
}
.AnyTagClassName
{
color: #09128A;
}
</style>
background-color css
<style>
a { background-color: #09128A; }
a { background-color: rgb(9,18,138); }
div.DivClassName
{
background-color: #09128A;
}
.BgClassName
{
background-color: #09128A;
}
</style>
border-color css
<style>
span { border-color: #09128A; }
span { border-color: rgb(9,18,138); }
td.TdClassName
{
border-color: #09128A;
}
.TagClassName
{
border-color: #09128A;
}
</style>