Shades of Ultramarine #142097
Tints of Ultramarine #142097
RGB
CMYK
RGB Variations
Color information
#142097 (or 0x142097) is known color: Ultramarine. HEX triplet: 14, 20 and 97. RGB value is (20,32,151). Sum of RGB (Red+Green+Blue) = 20+32+151=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 151 (59.38% from 255 or 74.38% from 203); Max value from RGB is 151 - color contains mainly: blue. Hex color #142097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142097 is #EBDF68. Grayscale: #292929. Windows color (decimal): -15458153 or 9904148. OLE color: 9904148.
HSL color Cylindrical-coordinate representation of color #142097: hue angle of 234.5º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142097 is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 32 | 151 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.41 |
| HSL | 234.5º | 0.77% | 0.34% | - |
| HSV(B) | 234.5º | 0.87% | 0.59% | - |
| XYZ | 6.39 | 3.42 | 29.6 | - |
| YUV | 41.98 | 189.52 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 151 | 0.87 | 0.79 | 0 | 0.41 | 234.5 | 0.77 | 0.34 |
| Hex | 14 | 20 | 97 | 57 | 4F | 0 | 29 | EB | 4D | 22 |
| Octal | 24 | 40 | 227 | 127 | 117 | 0 | 51 | 353 | 115 | 42 |
| Binary | 10100 | 100000 | 10010111 | 1010111 | 1001111 | 0 | 101001 | 11101011 | 1001101 | 100010 |
Color Harmonies of #142097
Complementary color
Monochromatic Colors of #142097
Black with #142097
Text Example
Text Example
White with #142097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142097; }
p { color: rgb(20,32,151); }
H1.HeaderClassName
{
color: #142097;
}
.AnyTagClassName
{
color: #142097;
}
</style>
background-color css
<style>
a { background-color: #142097; }
a { background-color: rgb(20,32,151); }
div.DivClassName
{
background-color: #142097;
}
.BgClassName
{
background-color: #142097;
}
</style>
border-color css
<style>
span { border-color: #142097; }
span { border-color: rgb(20,32,151); }
td.TdClassName
{
border-color: #142097;
}
.TagClassName
{
border-color: #142097;
}
</style>