Shades of Ultramarine #140394
Tints of Ultramarine #140394
RGB
CMYK
RGB Variations
Color information
#140394 (or 0x140394) is known color: Ultramarine. HEX triplet: 14, 03 and 94. RGB value is (20,3,148). Sum of RGB (Red+Green+Blue) = 20+3+148=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 148 (58.20% from 255 or 86.55% from 171); Max value from RGB is 148 - color contains mainly: blue. Hex color #140394 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140394 is #EBFC6B. Grayscale: #181818. Windows color (decimal): -15465580 or 9700116. OLE color: 9700116.
HSL color Cylindrical-coordinate representation of color #140394: hue angle of 247.03º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140394 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 3 | 148 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.42 |
| HSL | 247.03º | 0.96% | 0.3% | - |
| HSV(B) | 247.03º | 0.98% | 0.58% | - |
| XYZ | 5.67 | 2.35 | 28.17 | - |
| YUV | 24.61 | 197.63 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 148 | 0.86 | 0.98 | 0 | 0.42 | 247.03 | 0.96 | 0.3 |
| Hex | 14 | 3 | 94 | 56 | 62 | 0 | 2A | F7 | 60 | 1E |
| Octal | 24 | 3 | 224 | 126 | 142 | 0 | 52 | 367 | 140 | 36 |
| Binary | 10100 | 11 | 10010100 | 1010110 | 1100010 | 0 | 101010 | 11110111 | 1100000 | 11110 |
Color Harmonies of #140394
Complementary color
Monochromatic Colors of #140394
Black with #140394
Text Example
Text Example
White with #140394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140394; }
p { color: rgb(20,3,148); }
H1.HeaderClassName
{
color: #140394;
}
.AnyTagClassName
{
color: #140394;
}
</style>
background-color css
<style>
a { background-color: #140394; }
a { background-color: rgb(20,3,148); }
div.DivClassName
{
background-color: #140394;
}
.BgClassName
{
background-color: #140394;
}
</style>
border-color css
<style>
span { border-color: #140394; }
span { border-color: rgb(20,3,148); }
td.TdClassName
{
border-color: #140394;
}
.TagClassName
{
border-color: #140394;
}
</style>