Shades of Ultramarine #140990
Tints of Ultramarine #140990
RGB
CMYK
RGB Variations
Color information
#140990 (or 0x140990) is known color: Ultramarine. HEX triplet: 14, 09 and 90. RGB value is (20,9,144). Sum of RGB (Red+Green+Blue) = 20+9+144=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 144 (56.64% from 255 or 83.24% from 173); Max value from RGB is 144 - color contains mainly: blue. Hex color #140990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140990 is #EBF66F. Grayscale: #1B1B1B. Windows color (decimal): -15464048 or 9439508. OLE color: 9439508.
HSL color Cylindrical-coordinate representation of color #140990: hue angle of 244.89º 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 #140990 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 9 | 144 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.44 |
| HSL | 244.89º | 0.88% | 0.3% | - |
| HSV(B) | 244.89º | 0.94% | 0.56% | - |
| XYZ | 5.42 | 2.36 | 26.55 | - |
| YUV | 27.68 | 193.64 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 144 | 0.86 | 0.94 | 0 | 0.44 | 244.89 | 0.88 | 0.3 |
| Hex | 14 | 9 | 90 | 56 | 5E | 0 | 2C | F5 | 58 | 1E |
| Octal | 24 | 11 | 220 | 126 | 136 | 0 | 54 | 365 | 130 | 36 |
| Binary | 10100 | 1001 | 10010000 | 1010110 | 1011110 | 0 | 101100 | 11110101 | 1011000 | 11110 |
Color Harmonies of #140990
Complementary color
Monochromatic Colors of #140990
Black with #140990
Text Example
Text Example
White with #140990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140990; }
p { color: rgb(20,9,144); }
H1.HeaderClassName
{
color: #140990;
}
.AnyTagClassName
{
color: #140990;
}
</style>
background-color css
<style>
a { background-color: #140990; }
a { background-color: rgb(20,9,144); }
div.DivClassName
{
background-color: #140990;
}
.BgClassName
{
background-color: #140990;
}
</style>
border-color css
<style>
span { border-color: #140990; }
span { border-color: rgb(20,9,144); }
td.TdClassName
{
border-color: #140990;
}
.TagClassName
{
border-color: #140990;
}
</style>