Shades of Ultramarine #091988
Tints of Ultramarine #091988
RGB
CMYK
RGB Variations
Color information
#091988 (or 0x091988) is known color: Ultramarine. HEX triplet: 09, 19 and 88. RGB value is (9,25,136). Sum of RGB (Red+Green+Blue) = 9+25+136=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 136 (53.52% from 255 or 80% from 170); Max value from RGB is 136 - color contains mainly: blue. Hex color #091988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091988 is #F6E677. Grayscale: #202020. Windows color (decimal): -16180856 or 8919305. OLE color: 8919305.
HSL color Cylindrical-coordinate representation of color #091988: hue angle of 232.44º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091988 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 25 | 136 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.47 |
| HSL | 232.44º | 0.88% | 0.28% | - |
| HSV(B) | 232.44º | 0.93% | 0.53% | - |
| XYZ | 4.9 | 2.53 | 23.52 | - |
| YUV | 32.87 | 186.2 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 136 | 0.93 | 0.82 | 0 | 0.47 | 232.44 | 0.88 | 0.28 |
| Hex | 9 | 19 | 88 | 5D | 52 | 0 | 2F | E8 | 58 | 1C |
| Octal | 11 | 31 | 210 | 135 | 122 | 0 | 57 | 350 | 130 | 34 |
| Binary | 1001 | 11001 | 10001000 | 1011101 | 1010010 | 0 | 101111 | 11101000 | 1011000 | 11100 |
Color Harmonies of #091988
Complementary color
Monochromatic Colors of #091988
Black with #091988
Text Example
Text Example
White with #091988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091988; }
p { color: rgb(9,25,136); }
H1.HeaderClassName
{
color: #091988;
}
.AnyTagClassName
{
color: #091988;
}
</style>
background-color css
<style>
a { background-color: #091988; }
a { background-color: rgb(9,25,136); }
div.DivClassName
{
background-color: #091988;
}
.BgClassName
{
background-color: #091988;
}
</style>
border-color css
<style>
span { border-color: #091988; }
span { border-color: rgb(9,25,136); }
td.TdClassName
{
border-color: #091988;
}
.TagClassName
{
border-color: #091988;
}
</style>