Shades of Ultramarine #140190
Tints of Ultramarine #140190
RGB
CMYK
RGB Variations
Color information
#140190 (or 0x140190) is known color: Ultramarine. HEX triplet: 14, 01 and 90. RGB value is (20,1,144). Sum of RGB (Red+Green+Blue) = 20+1+144=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 1 (0.78% from 255 or 0.61% 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 #140190 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140190 is #EBFE6F. Grayscale: #161616. Windows color (decimal): -15466096 or 9437460. OLE color: 9437460.
HSL color Cylindrical-coordinate representation of color #140190: hue angle of 247.97º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140190 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 1 | 144 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.44 |
| HSL | 247.97º | 0.99% | 0.28% | - |
| HSV(B) | 247.97º | 0.99% | 0.56% | - |
| XYZ | 5.33 | 2.18 | 26.53 | - |
| YUV | 22.98 | 196.29 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 144 | 0.86 | 0.99 | 0 | 0.44 | 247.97 | 0.99 | 0.28 |
| Hex | 14 | 1 | 90 | 56 | 63 | 0 | 2C | F8 | 63 | 1C |
| Octal | 24 | 1 | 220 | 126 | 143 | 0 | 54 | 370 | 143 | 34 |
| Binary | 10100 | 1 | 10010000 | 1010110 | 1100011 | 0 | 101100 | 11111000 | 1100011 | 11100 |
Color Harmonies of #140190
Complementary color
Monochromatic Colors of #140190
Black with #140190
Text Example
Text Example
White with #140190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140190; }
p { color: rgb(20,1,144); }
H1.HeaderClassName
{
color: #140190;
}
.AnyTagClassName
{
color: #140190;
}
</style>
background-color css
<style>
a { background-color: #140190; }
a { background-color: rgb(20,1,144); }
div.DivClassName
{
background-color: #140190;
}
.BgClassName
{
background-color: #140190;
}
</style>
border-color css
<style>
span { border-color: #140190; }
span { border-color: rgb(20,1,144); }
td.TdClassName
{
border-color: #140190;
}
.TagClassName
{
border-color: #140190;
}
</style>