Shades of Ultramarine #090C90
Tints of Ultramarine #090C90
RGB
CMYK
RGB Variations
Color information
#090C90 (or 0x090C90) is known color: Ultramarine. HEX triplet: 09, 0C and 90. RGB value is (9,12,144). Sum of RGB (Red+Green+Blue) = 9+12+144=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 144 (56.64% from 255 or 87.27% from 165); Max value from RGB is 144 - color contains mainly: blue. Hex color #090C90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090C90 is #F6F36F. Grayscale: #191919. Windows color (decimal): -16184176 or 9440265. OLE color: 9440265.
HSL color Cylindrical-coordinate representation of color #090C90: hue angle of 238.67º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090C90 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 12 | 144 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.44 |
| HSL | 238.67º | 0.88% | 0.3% | - |
| HSV(B) | 238.67º | 0.94% | 0.56% | - |
| XYZ | 5.28 | 2.33 | 26.56 | - |
| YUV | 26.15 | 194.51 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 144 | 0.94 | 0.92 | 0 | 0.44 | 238.67 | 0.88 | 0.3 |
| Hex | 9 | C | 90 | 5E | 5C | 0 | 2C | EF | 58 | 1E |
| Octal | 11 | 14 | 220 | 136 | 134 | 0 | 54 | 357 | 130 | 36 |
| Binary | 1001 | 1100 | 10010000 | 1011110 | 1011100 | 0 | 101100 | 11101111 | 1011000 | 11110 |
Color Harmonies of #090C90
Complementary color
Monochromatic Colors of #090C90
Black with #090C90
Text Example
Text Example
White with #090C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C90; }
p { color: rgb(9,12,144); }
H1.HeaderClassName
{
color: #090C90;
}
.AnyTagClassName
{
color: #090C90;
}
</style>
background-color css
<style>
a { background-color: #090C90; }
a { background-color: rgb(9,12,144); }
div.DivClassName
{
background-color: #090C90;
}
.BgClassName
{
background-color: #090C90;
}
</style>
border-color css
<style>
span { border-color: #090C90; }
span { border-color: rgb(9,12,144); }
td.TdClassName
{
border-color: #090C90;
}
.TagClassName
{
border-color: #090C90;
}
</style>