Shades of Ultramarine #140290
Tints of Ultramarine #140290
RGB
CMYK
RGB Variations
Color information
#140290 (or 0x140290) is known color: Ultramarine. HEX triplet: 14, 02 and 90. RGB value is (20,2,144). Sum of RGB (Red+Green+Blue) = 20+2+144=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 144 (56.64% from 255 or 86.75% from 166); Max value from RGB is 144 - color contains mainly: blue. Hex color #140290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140290 is #EBFD6F. Grayscale: #171717. Windows color (decimal): -15465840 or 9437716. OLE color: 9437716.
HSL color Cylindrical-coordinate representation of color #140290: hue angle of 247.61º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140290 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 2 | 144 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.44 |
| HSL | 247.61º | 0.97% | 0.29% | - |
| HSV(B) | 247.61º | 0.99% | 0.56% | - |
| XYZ | 5.34 | 2.21 | 26.53 | - |
| YUV | 23.57 | 195.96 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 144 | 0.86 | 0.99 | 0 | 0.44 | 247.61 | 0.97 | 0.29 |
| Hex | 14 | 2 | 90 | 56 | 63 | 0 | 2C | F8 | 61 | 1D |
| Octal | 24 | 2 | 220 | 126 | 143 | 0 | 54 | 370 | 141 | 35 |
| Binary | 10100 | 10 | 10010000 | 1010110 | 1100011 | 0 | 101100 | 11111000 | 1100001 | 11101 |
Color Harmonies of #140290
Complementary color
Monochromatic Colors of #140290
Black with #140290
Text Example
Text Example
White with #140290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140290; }
p { color: rgb(20,2,144); }
H1.HeaderClassName
{
color: #140290;
}
.AnyTagClassName
{
color: #140290;
}
</style>
background-color css
<style>
a { background-color: #140290; }
a { background-color: rgb(20,2,144); }
div.DivClassName
{
background-color: #140290;
}
.BgClassName
{
background-color: #140290;
}
</style>
border-color css
<style>
span { border-color: #140290; }
span { border-color: rgb(20,2,144); }
td.TdClassName
{
border-color: #140290;
}
.TagClassName
{
border-color: #140290;
}
</style>