Shades of Ultramarine #142096
Tints of Ultramarine #142096
RGB
CMYK
RGB Variations
Color information
#142096 (or 0x142096) is known color: Ultramarine. HEX triplet: 14, 20 and 96. RGB value is (20,32,150). Sum of RGB (Red+Green+Blue) = 20+32+150=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 150 (58.98% from 255 or 74.26% from 202); Max value from RGB is 150 - color contains mainly: blue. Hex color #142096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142096 is #EBDF69. Grayscale: #292929. Windows color (decimal): -15458154 or 9838612. OLE color: 9838612.
HSL color Cylindrical-coordinate representation of color #142096: hue angle of 234.46º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142096 is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 32 | 150 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.41 |
| HSL | 234.46º | 0.76% | 0.33% | - |
| HSV(B) | 234.46º | 0.87% | 0.59% | - |
| XYZ | 6.31 | 3.38 | 29.17 | - |
| YUV | 41.86 | 189.02 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 150 | 0.87 | 0.79 | 0 | 0.41 | 234.46 | 0.76 | 0.33 |
| Hex | 14 | 20 | 96 | 57 | 4F | 0 | 29 | EA | 4C | 21 |
| Octal | 24 | 40 | 226 | 127 | 117 | 0 | 51 | 352 | 114 | 41 |
| Binary | 10100 | 100000 | 10010110 | 1010111 | 1001111 | 0 | 101001 | 11101010 | 1001100 | 100001 |
Color Harmonies of #142096
Complementary color
Monochromatic Colors of #142096
Black with #142096
Text Example
Text Example
White with #142096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142096; }
p { color: rgb(20,32,150); }
H1.HeaderClassName
{
color: #142096;
}
.AnyTagClassName
{
color: #142096;
}
</style>
background-color css
<style>
a { background-color: #142096; }
a { background-color: rgb(20,32,150); }
div.DivClassName
{
background-color: #142096;
}
.BgClassName
{
background-color: #142096;
}
</style>
border-color css
<style>
span { border-color: #142096; }
span { border-color: rgb(20,32,150); }
td.TdClassName
{
border-color: #142096;
}
.TagClassName
{
border-color: #142096;
}
</style>