Shades of Ultramarine #140E9E
Tints of Ultramarine #140E9E
RGB
CMYK
RGB Variations
Color information
#140E9E (or 0x140E9E) is known color: Ultramarine. HEX triplet: 14, 0E and 9E. RGB value is (20,14,158). Sum of RGB (Red+Green+Blue) = 20+14+158=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 158 (62.11% from 255 or 82.29% from 192); Max value from RGB is 158 - color contains mainly: blue. Hex color #140E9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140E9E is #EBF161. Grayscale: #1F1F1F. Windows color (decimal): -15462754 or 10358292. OLE color: 10358292.
HSL color Cylindrical-coordinate representation of color #140E9E: hue angle of 242.5º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140E9E is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 14 | 158 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.38 |
| HSL | 242.5º | 0.84% | 0.34% | - |
| HSV(B) | 242.5º | 0.91% | 0.62% | - |
| XYZ | 6.62 | 2.93 | 32.56 | - |
| YUV | 32.21 | 198.99 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 158 | 0.87 | 0.91 | 0 | 0.38 | 242.5 | 0.84 | 0.34 |
| Hex | 14 | E | 9E | 57 | 5B | 0 | 26 | F2 | 54 | 22 |
| Octal | 24 | 16 | 236 | 127 | 133 | 0 | 46 | 362 | 124 | 42 |
| Binary | 10100 | 1110 | 10011110 | 1010111 | 1011011 | 0 | 100110 | 11110010 | 1010100 | 100010 |
Color Harmonies of #140E9E
Complementary color
Monochromatic Colors of #140E9E
Black with #140E9E
Text Example
Text Example
White with #140E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140E9E; }
p { color: rgb(20,14,158); }
H1.HeaderClassName
{
color: #140E9E;
}
.AnyTagClassName
{
color: #140E9E;
}
</style>
background-color css
<style>
a { background-color: #140E9E; }
a { background-color: rgb(20,14,158); }
div.DivClassName
{
background-color: #140E9E;
}
.BgClassName
{
background-color: #140E9E;
}
</style>
border-color css
<style>
span { border-color: #140E9E; }
span { border-color: rgb(20,14,158); }
td.TdClassName
{
border-color: #140E9E;
}
.TagClassName
{
border-color: #140E9E;
}
</style>