Shades of Ultramarine #201E92
Tints of Ultramarine #201E92
RGB
CMYK
RGB Variations
Color information
#201E92 (or 0x201E92) is known color: Ultramarine. HEX triplet: 20, 1E and 92. RGB value is (32,30,146). Sum of RGB (Red+Green+Blue) = 32+30+146=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 146 (57.42% from 255 or 70.19% from 208); Max value from RGB is 146 - color contains mainly: blue. Hex color #201E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201E92 is #DFE16D. Grayscale: #2B2B2B. Windows color (decimal): -14672238 or 9575968. OLE color: 9575968.
HSL color Cylindrical-coordinate representation of color #201E92: hue angle of 241.03º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201E92 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 30 | 146 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.43 |
| HSL | 241.03º | 0.66% | 0.35% | - |
| HSV(B) | 241.03º | 0.79% | 0.57% | - |
| XYZ | 6.25 | 3.31 | 27.5 | - |
| YUV | 43.82 | 185.66 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 146 | 0.78 | 0.79 | 0 | 0.43 | 241.03 | 0.66 | 0.35 |
| Hex | 20 | 1E | 92 | 4E | 4F | 0 | 2B | F1 | 42 | 23 |
| Octal | 40 | 36 | 222 | 116 | 117 | 0 | 53 | 361 | 102 | 43 |
| Binary | 100000 | 11110 | 10010010 | 1001110 | 1001111 | 0 | 101011 | 11110001 | 1000010 | 100011 |
Color Harmonies of #201E92
Complementary color
Monochromatic Colors of #201E92
Black with #201E92
Text Example
Text Example
White with #201E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E92; }
p { color: rgb(32,30,146); }
H1.HeaderClassName
{
color: #201E92;
}
.AnyTagClassName
{
color: #201E92;
}
</style>
background-color css
<style>
a { background-color: #201E92; }
a { background-color: rgb(32,30,146); }
div.DivClassName
{
background-color: #201E92;
}
.BgClassName
{
background-color: #201E92;
}
</style>
border-color css
<style>
span { border-color: #201E92; }
span { border-color: rgb(32,30,146); }
td.TdClassName
{
border-color: #201E92;
}
.TagClassName
{
border-color: #201E92;
}
</style>