Shades of Ultramarine #140D99
Tints of Ultramarine #140D99
RGB
CMYK
RGB Variations
Color information
#140D99 (or 0x140D99) is known color: Ultramarine. HEX triplet: 14, 0D and 99. RGB value is (20,13,153). Sum of RGB (Red+Green+Blue) = 20+13+153=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #140D99 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140D99 is #EBF266. Grayscale: #1E1E1E. Windows color (decimal): -15463015 or 10030356. OLE color: 10030356.
HSL color Cylindrical-coordinate representation of color #140D99: hue angle of 243º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140D99 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 13 | 153 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.4 |
| HSL | 243º | 0.84% | 0.33% | - |
| HSV(B) | 243º | 0.92% | 0.6% | - |
| XYZ | 6.18 | 2.74 | 30.34 | - |
| YUV | 31.05 | 196.82 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 153 | 0.87 | 0.92 | 0 | 0.4 | 243 | 0.84 | 0.33 |
| Hex | 14 | D | 99 | 57 | 5C | 0 | 28 | F3 | 54 | 21 |
| Octal | 24 | 15 | 231 | 127 | 134 | 0 | 50 | 363 | 124 | 41 |
| Binary | 10100 | 1101 | 10011001 | 1010111 | 1011100 | 0 | 101000 | 11110011 | 1010100 | 100001 |
Color Harmonies of #140D99
Complementary color
Monochromatic Colors of #140D99
Black with #140D99
Text Example
Text Example
White with #140D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140D99; }
p { color: rgb(20,13,153); }
H1.HeaderClassName
{
color: #140D99;
}
.AnyTagClassName
{
color: #140D99;
}
</style>
background-color css
<style>
a { background-color: #140D99; }
a { background-color: rgb(20,13,153); }
div.DivClassName
{
background-color: #140D99;
}
.BgClassName
{
background-color: #140D99;
}
</style>
border-color css
<style>
span { border-color: #140D99; }
span { border-color: rgb(20,13,153); }
td.TdClassName
{
border-color: #140D99;
}
.TagClassName
{
border-color: #140D99;
}
</style>