Shades of Ultramarine #140D89
Tints of Ultramarine #140D89
RGB
CMYK
RGB Variations
Color information
#140D89 (or 0x140D89) is known color: Ultramarine. HEX triplet: 14, 0D and 89. RGB value is (20,13,137). Sum of RGB (Red+Green+Blue) = 20+13+137=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 137 (53.91% from 255 or 80.59% from 170); Max value from RGB is 137 - color contains mainly: blue. Hex color #140D89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140D89 is #EBF276. Grayscale: #1C1C1C. Windows color (decimal): -15463031 or 8981780. OLE color: 8981780.
HSL color Cylindrical-coordinate representation of color #140D89: hue angle of 243.39º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140D89 is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 13 | 137 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.46 |
| HSL | 243.39º | 0.83% | 0.29% | - |
| HSV(B) | 243.39º | 0.91% | 0.54% | - |
| XYZ | 4.95 | 2.24 | 23.84 | - |
| YUV | 29.23 | 188.82 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 137 | 0.85 | 0.91 | 0 | 0.46 | 243.39 | 0.83 | 0.29 |
| Hex | 14 | D | 89 | 55 | 5B | 0 | 2E | F3 | 53 | 1D |
| Octal | 24 | 15 | 211 | 125 | 133 | 0 | 56 | 363 | 123 | 35 |
| Binary | 10100 | 1101 | 10001001 | 1010101 | 1011011 | 0 | 101110 | 11110011 | 1010011 | 11101 |
Color Harmonies of #140D89
Complementary color
Monochromatic Colors of #140D89
Black with #140D89
Text Example
Text Example
White with #140D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140D89; }
p { color: rgb(20,13,137); }
H1.HeaderClassName
{
color: #140D89;
}
.AnyTagClassName
{
color: #140D89;
}
</style>
background-color css
<style>
a { background-color: #140D89; }
a { background-color: rgb(20,13,137); }
div.DivClassName
{
background-color: #140D89;
}
.BgClassName
{
background-color: #140D89;
}
</style>
border-color css
<style>
span { border-color: #140D89; }
span { border-color: rgb(20,13,137); }
td.TdClassName
{
border-color: #140D89;
}
.TagClassName
{
border-color: #140D89;
}
</style>