Shades of Ultramarine #091A8A
Tints of Ultramarine #091A8A
RGB
CMYK
RGB Variations
Color information
#091A8A (or 0x091A8A) is known color: Ultramarine. HEX triplet: 09, 1A and 8A. RGB value is (9,26,138). Sum of RGB (Red+Green+Blue) = 9+26+138=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 138 (54.30% from 255 or 79.77% from 173); Max value from RGB is 138 - color contains mainly: blue. Hex color #091A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091A8A is #F6E575. Grayscale: #212121. Windows color (decimal): -16180598 or 9050633. OLE color: 9050633.
HSL color Cylindrical-coordinate representation of color #091A8A: hue angle of 232.09º 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 #091A8A is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 26 | 138 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.46 |
| HSL | 232.09º | 0.88% | 0.29% | - |
| HSV(B) | 232.09º | 0.93% | 0.54% | - |
| XYZ | 5.07 | 2.63 | 24.29 | - |
| YUV | 33.69 | 186.87 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 138 | 0.93 | 0.81 | 0 | 0.46 | 232.09 | 0.88 | 0.29 |
| Hex | 9 | 1A | 8A | 5D | 51 | 0 | 2E | E8 | 58 | 1D |
| Octal | 11 | 32 | 212 | 135 | 121 | 0 | 56 | 350 | 130 | 35 |
| Binary | 1001 | 11010 | 10001010 | 1011101 | 1010001 | 0 | 101110 | 11101000 | 1011000 | 11101 |
Color Harmonies of #091A8A
Complementary color
Monochromatic Colors of #091A8A
Black with #091A8A
Text Example
Text Example
White with #091A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A8A; }
p { color: rgb(9,26,138); }
H1.HeaderClassName
{
color: #091A8A;
}
.AnyTagClassName
{
color: #091A8A;
}
</style>
background-color css
<style>
a { background-color: #091A8A; }
a { background-color: rgb(9,26,138); }
div.DivClassName
{
background-color: #091A8A;
}
.BgClassName
{
background-color: #091A8A;
}
</style>
border-color css
<style>
span { border-color: #091A8A; }
span { border-color: rgb(9,26,138); }
td.TdClassName
{
border-color: #091A8A;
}
.TagClassName
{
border-color: #091A8A;
}
</style>