Shades of Ultramarine #140390
Tints of Ultramarine #140390
RGB
CMYK
RGB Variations
Color information
#140390 (or 0x140390) is known color: Ultramarine. HEX triplet: 14, 03 and 90. RGB value is (20,3,144). Sum of RGB (Red+Green+Blue) = 20+3+144=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 144 (56.64% from 255 or 86.23% from 167); Max value from RGB is 144 - color contains mainly: blue. Hex color #140390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140390 is #EBFC6F. Grayscale: #171717. Windows color (decimal): -15465584 or 9437972. OLE color: 9437972.
HSL color Cylindrical-coordinate representation of color #140390: hue angle of 247.23º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140390 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 3 | 144 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.44 |
| HSL | 247.23º | 0.96% | 0.29% | - |
| HSV(B) | 247.23º | 0.98% | 0.56% | - |
| XYZ | 5.36 | 2.23 | 26.53 | - |
| YUV | 24.16 | 195.63 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 144 | 0.86 | 0.98 | 0 | 0.44 | 247.23 | 0.96 | 0.29 |
| Hex | 14 | 3 | 90 | 56 | 62 | 0 | 2C | F7 | 60 | 1D |
| Octal | 24 | 3 | 220 | 126 | 142 | 0 | 54 | 367 | 140 | 35 |
| Binary | 10100 | 11 | 10010000 | 1010110 | 1100010 | 0 | 101100 | 11110111 | 1100000 | 11101 |
Color Harmonies of #140390
Complementary color
Monochromatic Colors of #140390
Black with #140390
Text Example
Text Example
White with #140390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140390; }
p { color: rgb(20,3,144); }
H1.HeaderClassName
{
color: #140390;
}
.AnyTagClassName
{
color: #140390;
}
</style>
background-color css
<style>
a { background-color: #140390; }
a { background-color: rgb(20,3,144); }
div.DivClassName
{
background-color: #140390;
}
.BgClassName
{
background-color: #140390;
}
</style>
border-color css
<style>
span { border-color: #140390; }
span { border-color: rgb(20,3,144); }
td.TdClassName
{
border-color: #140390;
}
.TagClassName
{
border-color: #140390;
}
</style>