Shades of Ultramarine #142292
Tints of Ultramarine #142292
RGB
CMYK
RGB Variations
Color information
#142292 (or 0x142292) is known color: Ultramarine. HEX triplet: 14, 22 and 92. RGB value is (20,34,146). Sum of RGB (Red+Green+Blue) = 20+34+146=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 146 (57.42% from 255 or 73% from 200); Max value from RGB is 146 - color contains mainly: blue. Hex color #142292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142292 is #EBDD6D. Grayscale: #2A2A2A. Windows color (decimal): -15457646 or 9576980. OLE color: 9576980.
HSL color Cylindrical-coordinate representation of color #142292: hue angle of 233.33º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142292 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 34 | 146 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.43 |
| HSL | 233.33º | 0.76% | 0.33% | - |
| HSV(B) | 233.33º | 0.86% | 0.57% | - |
| XYZ | 6.05 | 3.37 | 27.53 | - |
| YUV | 42.58 | 186.36 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 146 | 0.86 | 0.77 | 0 | 0.43 | 233.33 | 0.76 | 0.33 |
| Hex | 14 | 22 | 92 | 56 | 4D | 0 | 2B | E9 | 4C | 21 |
| Octal | 24 | 42 | 222 | 126 | 115 | 0 | 53 | 351 | 114 | 41 |
| Binary | 10100 | 100010 | 10010010 | 1010110 | 1001101 | 0 | 101011 | 11101001 | 1001100 | 100001 |
Color Harmonies of #142292
Complementary color
Monochromatic Colors of #142292
Black with #142292
Text Example
Text Example
White with #142292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142292; }
p { color: rgb(20,34,146); }
H1.HeaderClassName
{
color: #142292;
}
.AnyTagClassName
{
color: #142292;
}
</style>
background-color css
<style>
a { background-color: #142292; }
a { background-color: rgb(20,34,146); }
div.DivClassName
{
background-color: #142292;
}
.BgClassName
{
background-color: #142292;
}
</style>
border-color css
<style>
span { border-color: #142292; }
span { border-color: rgb(20,34,146); }
td.TdClassName
{
border-color: #142292;
}
.TagClassName
{
border-color: #142292;
}
</style>