Shades of Ultramarine #091987
Tints of Ultramarine #091987
RGB
CMYK
RGB Variations
Color information
#091987 (or 0x091987) is known color: Ultramarine. HEX triplet: 09, 19 and 87. RGB value is (9,25,135). Sum of RGB (Red+Green+Blue) = 9+25+135=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 135 (53.12% from 255 or 79.88% from 169); Max value from RGB is 135 - color contains mainly: blue. Hex color #091987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091987 is #F6E678. Grayscale: #202020. Windows color (decimal): -16180857 or 8853769. OLE color: 8853769.
HSL color Cylindrical-coordinate representation of color #091987: hue angle of 232.38º 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 #091987 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 25 | 135 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.47 |
| HSL | 232.38º | 0.88% | 0.28% | - |
| HSV(B) | 232.38º | 0.93% | 0.53% | - |
| XYZ | 4.83 | 2.5 | 23.15 | - |
| YUV | 32.76 | 185.7 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 135 | 0.93 | 0.81 | 0 | 0.47 | 232.38 | 0.88 | 0.28 |
| Hex | 9 | 19 | 87 | 5D | 51 | 0 | 2F | E8 | 58 | 1C |
| Octal | 11 | 31 | 207 | 135 | 121 | 0 | 57 | 350 | 130 | 34 |
| Binary | 1001 | 11001 | 10000111 | 1011101 | 1010001 | 0 | 101111 | 11101000 | 1011000 | 11100 |
Color Harmonies of #091987
Complementary color
Monochromatic Colors of #091987
Black with #091987
Text Example
Text Example
White with #091987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091987; }
p { color: rgb(9,25,135); }
H1.HeaderClassName
{
color: #091987;
}
.AnyTagClassName
{
color: #091987;
}
</style>
background-color css
<style>
a { background-color: #091987; }
a { background-color: rgb(9,25,135); }
div.DivClassName
{
background-color: #091987;
}
.BgClassName
{
background-color: #091987;
}
</style>
border-color css
<style>
span { border-color: #091987; }
span { border-color: rgb(9,25,135); }
td.TdClassName
{
border-color: #091987;
}
.TagClassName
{
border-color: #091987;
}
</style>