Shades of Ultramarine #140E83
Tints of Ultramarine #140E83
RGB
CMYK
RGB Variations
Color information
#140E83 (or 0x140E83) is known color: Ultramarine. HEX triplet: 14, 0E and 83. RGB value is (20,14,131). Sum of RGB (Red+Green+Blue) = 20+14+131=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 131 (51.56% from 255 or 79.39% from 165); Max value from RGB is 131 - color contains mainly: blue. Hex color #140E83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140E83 is #EBF17C. Grayscale: #1C1C1C. Windows color (decimal): -15462781 or 8588820. OLE color: 8588820.
HSL color Cylindrical-coordinate representation of color #140E83: hue angle of 243.08º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140E83 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 14 | 131 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.49 |
| HSL | 243.08º | 0.81% | 0.28% | - |
| HSV(B) | 243.08º | 0.89% | 0.51% | - |
| XYZ | 4.54 | 2.1 | 21.64 | - |
| YUV | 29.13 | 185.49 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 131 | 0.85 | 0.89 | 0 | 0.49 | 243.08 | 0.81 | 0.28 |
| Hex | 14 | E | 83 | 55 | 59 | 0 | 31 | F3 | 51 | 1C |
| Octal | 24 | 16 | 203 | 125 | 131 | 0 | 61 | 363 | 121 | 34 |
| Binary | 10100 | 1110 | 10000011 | 1010101 | 1011001 | 0 | 110001 | 11110011 | 1010001 | 11100 |
Color Harmonies of #140E83
Complementary color
Monochromatic Colors of #140E83
Black with #140E83
Text Example
Text Example
White with #140E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140E83; }
p { color: rgb(20,14,131); }
H1.HeaderClassName
{
color: #140E83;
}
.AnyTagClassName
{
color: #140E83;
}
</style>
background-color css
<style>
a { background-color: #140E83; }
a { background-color: rgb(20,14,131); }
div.DivClassName
{
background-color: #140E83;
}
.BgClassName
{
background-color: #140E83;
}
</style>
border-color css
<style>
span { border-color: #140E83; }
span { border-color: rgb(20,14,131); }
td.TdClassName
{
border-color: #140E83;
}
.TagClassName
{
border-color: #140E83;
}
</style>