Shades of Ultramarine #140D94
Tints of Ultramarine #140D94
RGB
CMYK
RGB Variations
Color information
#140D94 (or 0x140D94) is known color: Ultramarine. HEX triplet: 14, 0D and 94. RGB value is (20,13,148). Sum of RGB (Red+Green+Blue) = 20+13+148=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 148 (58.20% from 255 or 81.77% from 181); Max value from RGB is 148 - color contains mainly: blue. Hex color #140D94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140D94 is #EBF26B. Grayscale: #1D1D1D. Windows color (decimal): -15463020 or 9702676. OLE color: 9702676.
HSL color Cylindrical-coordinate representation of color #140D94: hue angle of 243.11º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140D94 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 13 | 148 | - |
| CMYK | 0.86 | 0.91 | 0 | 0.42 |
| HSL | 243.11º | 0.84% | 0.32% | - |
| HSV(B) | 243.11º | 0.91% | 0.58% | - |
| XYZ | 5.78 | 2.57 | 28.21 | - |
| YUV | 30.48 | 194.32 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 148 | 0.86 | 0.91 | 0 | 0.42 | 243.11 | 0.84 | 0.32 |
| Hex | 14 | D | 94 | 56 | 5B | 0 | 2A | F3 | 54 | 20 |
| Octal | 24 | 15 | 224 | 126 | 133 | 0 | 52 | 363 | 124 | 40 |
| Binary | 10100 | 1101 | 10010100 | 1010110 | 1011011 | 0 | 101010 | 11110011 | 1010100 | 100000 |
Color Harmonies of #140D94
Complementary color
Monochromatic Colors of #140D94
Black with #140D94
Text Example
Text Example
White with #140D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140D94; }
p { color: rgb(20,13,148); }
H1.HeaderClassName
{
color: #140D94;
}
.AnyTagClassName
{
color: #140D94;
}
</style>
background-color css
<style>
a { background-color: #140D94; }
a { background-color: rgb(20,13,148); }
div.DivClassName
{
background-color: #140D94;
}
.BgClassName
{
background-color: #140D94;
}
</style>
border-color css
<style>
span { border-color: #140D94; }
span { border-color: rgb(20,13,148); }
td.TdClassName
{
border-color: #140D94;
}
.TagClassName
{
border-color: #140D94;
}
</style>