Shades of Ultramarine #090E9A
Tints of Ultramarine #090E9A
RGB
CMYK
RGB Variations
Color information
#090E9A (or 0x090E9A) is known color: Ultramarine. HEX triplet: 09, 0E and 9A. RGB value is (9,14,154). Sum of RGB (Red+Green+Blue) = 9+14+154=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 154 (60.55% from 255 or 87.01% from 177); Max value from RGB is 154 - color contains mainly: blue. Hex color #090E9A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090E9A is #F6F165. Grayscale: #1B1B1B. Windows color (decimal): -16183654 or 10096137. OLE color: 10096137.
HSL color Cylindrical-coordinate representation of color #090E9A: hue angle of 237.93º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090E9A is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 14 | 154 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.40 |
| HSL | 237.93º | 0.89% | 0.32% | - |
| HSV(B) | 237.93º | 0.94% | 0.6% | - |
| XYZ | 6.1 | 2.71 | 30.77 | - |
| YUV | 28.47 | 198.84 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 154 | 0.94 | 0.91 | 0 | 0.40 | 237.93 | 0.89 | 0.32 |
| Hex | 9 | E | 9A | 5E | 5B | 0 | 28 | EE | 59 | 20 |
| Octal | 11 | 16 | 232 | 136 | 133 | 0 | 50 | 356 | 131 | 40 |
| Binary | 1001 | 1110 | 10011010 | 1011110 | 1011011 | 0 | 101000 | 11101110 | 1011001 | 100000 |
Color Harmonies of #090E9A
Complementary color
Monochromatic Colors of #090E9A
Black with #090E9A
Text Example
Text Example
White with #090E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E9A; }
p { color: rgb(9,14,154); }
H1.HeaderClassName
{
color: #090E9A;
}
.AnyTagClassName
{
color: #090E9A;
}
</style>
background-color css
<style>
a { background-color: #090E9A; }
a { background-color: rgb(9,14,154); }
div.DivClassName
{
background-color: #090E9A;
}
.BgClassName
{
background-color: #090E9A;
}
</style>
border-color css
<style>
span { border-color: #090E9A; }
span { border-color: rgb(9,14,154); }
td.TdClassName
{
border-color: #090E9A;
}
.TagClassName
{
border-color: #090E9A;
}
</style>