Shades of Ultramarine #140E92
Tints of Ultramarine #140E92
RGB
CMYK
RGB Variations
Color information
#140E92 (or 0x140E92) is known color: Ultramarine. HEX triplet: 14, 0E and 92. RGB value is (20,14,146). Sum of RGB (Red+Green+Blue) = 20+14+146=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 146 (57.42% from 255 or 81.11% from 180); Max value from RGB is 146 - color contains mainly: blue. Hex color #140E92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140E92 is #EBF16D. Grayscale: #1E1E1E. Windows color (decimal): -15462766 or 9571860. OLE color: 9571860.
HSL color Cylindrical-coordinate representation of color #140E92: hue angle of 242.73º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140E92 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 14 | 146 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.43 |
| HSL | 242.73º | 0.83% | 0.31% | - |
| HSV(B) | 242.73º | 0.9% | 0.57% | - |
| XYZ | 5.63 | 2.54 | 27.39 | - |
| YUV | 30.84 | 192.99 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 146 | 0.86 | 0.90 | 0 | 0.43 | 242.73 | 0.83 | 0.31 |
| Hex | 14 | E | 92 | 56 | 5A | 0 | 2B | F3 | 52 | 1F |
| Octal | 24 | 16 | 222 | 126 | 132 | 0 | 53 | 363 | 122 | 37 |
| Binary | 10100 | 1110 | 10010010 | 1010110 | 1011010 | 0 | 101011 | 11110011 | 1010010 | 11111 |
Color Harmonies of #140E92
Complementary color
Monochromatic Colors of #140E92
Black with #140E92
Text Example
Text Example
White with #140E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140E92; }
p { color: rgb(20,14,146); }
H1.HeaderClassName
{
color: #140E92;
}
.AnyTagClassName
{
color: #140E92;
}
</style>
background-color css
<style>
a { background-color: #140E92; }
a { background-color: rgb(20,14,146); }
div.DivClassName
{
background-color: #140E92;
}
.BgClassName
{
background-color: #140E92;
}
</style>
border-color css
<style>
span { border-color: #140E92; }
span { border-color: rgb(20,14,146); }
td.TdClassName
{
border-color: #140E92;
}
.TagClassName
{
border-color: #140E92;
}
</style>