Shades of Ultramarine #140D93
Tints of Ultramarine #140D93
RGB
CMYK
RGB Variations
Color information
#140D93 (or 0x140D93) is known color: Ultramarine. HEX triplet: 14, 0D and 93. RGB value is (20,13,147). Sum of RGB (Red+Green+Blue) = 20+13+147=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 147 (57.81% from 255 or 81.67% from 180); Max value from RGB is 147 - color contains mainly: blue. Hex color #140D93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140D93 is #EBF26C. Grayscale: #1D1D1D. Windows color (decimal): -15463021 or 9637140. OLE color: 9637140.
HSL color Cylindrical-coordinate representation of color #140D93: hue angle of 243.13º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140D93 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 13 | 147 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.42 |
| HSL | 243.13º | 0.84% | 0.31% | - |
| HSV(B) | 243.13º | 0.91% | 0.58% | - |
| XYZ | 5.7 | 2.54 | 27.79 | - |
| YUV | 30.37 | 193.82 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 147 | 0.86 | 0.91 | 0 | 0.42 | 243.13 | 0.84 | 0.31 |
| Hex | 14 | D | 93 | 56 | 5B | 0 | 2A | F3 | 54 | 1F |
| Octal | 24 | 15 | 223 | 126 | 133 | 0 | 52 | 363 | 124 | 37 |
| Binary | 10100 | 1101 | 10010011 | 1010110 | 1011011 | 0 | 101010 | 11110011 | 1010100 | 11111 |
Color Harmonies of #140D93
Complementary color
Monochromatic Colors of #140D93
Black with #140D93
Text Example
Text Example
White with #140D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140D93; }
p { color: rgb(20,13,147); }
H1.HeaderClassName
{
color: #140D93;
}
.AnyTagClassName
{
color: #140D93;
}
</style>
background-color css
<style>
a { background-color: #140D93; }
a { background-color: rgb(20,13,147); }
div.DivClassName
{
background-color: #140D93;
}
.BgClassName
{
background-color: #140D93;
}
</style>
border-color css
<style>
span { border-color: #140D93; }
span { border-color: rgb(20,13,147); }
td.TdClassName
{
border-color: #140D93;
}
.TagClassName
{
border-color: #140D93;
}
</style>