Shades of Ultramarine #090F87
Tints of Ultramarine #090F87
RGB
CMYK
RGB Variations
Color information
#090F87 (or 0x090F87) is known color: Ultramarine. HEX triplet: 09, 0F and 87. RGB value is (9,15,135). Sum of RGB (Red+Green+Blue) = 9+15+135=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 135 (53.12% from 255 or 84.91% from 159); Max value from RGB is 135 - color contains mainly: blue. Hex color #090F87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090F87 is #F6F078. Grayscale: #1A1A1A. Windows color (decimal): -16183417 or 8851209. OLE color: 8851209.
HSL color Cylindrical-coordinate representation of color #090F87: hue angle of 237.14º 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 #090F87 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 15 | 135 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.47 |
| HSL | 237.14º | 0.88% | 0.28% | - |
| HSV(B) | 237.14º | 0.93% | 0.53% | - |
| XYZ | 4.66 | 2.15 | 23.09 | - |
| YUV | 26.89 | 189.01 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 135 | 0.93 | 0.89 | 0 | 0.47 | 237.14 | 0.88 | 0.28 |
| Hex | 9 | F | 87 | 5D | 59 | 0 | 2F | ED | 58 | 1C |
| Octal | 11 | 17 | 207 | 135 | 131 | 0 | 57 | 355 | 130 | 34 |
| Binary | 1001 | 1111 | 10000111 | 1011101 | 1011001 | 0 | 101111 | 11101101 | 1011000 | 11100 |
Color Harmonies of #090F87
Complementary color
Monochromatic Colors of #090F87
Black with #090F87
Text Example
Text Example
White with #090F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F87; }
p { color: rgb(9,15,135); }
H1.HeaderClassName
{
color: #090F87;
}
.AnyTagClassName
{
color: #090F87;
}
</style>
background-color css
<style>
a { background-color: #090F87; }
a { background-color: rgb(9,15,135); }
div.DivClassName
{
background-color: #090F87;
}
.BgClassName
{
background-color: #090F87;
}
</style>
border-color css
<style>
span { border-color: #090F87; }
span { border-color: rgb(9,15,135); }
td.TdClassName
{
border-color: #090F87;
}
.TagClassName
{
border-color: #090F87;
}
</style>