Shades of Ultramarine #201392
Tints of Ultramarine #201392
RGB
CMYK
RGB Variations
Color information
#201392 (or 0x201392) is known color: Ultramarine. HEX triplet: 20, 13 and 92. RGB value is (32,19,146). Sum of RGB (Red+Green+Blue) = 32+19+146=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 146 (57.42% from 255 or 74.11% from 197); Max value from RGB is 146 - color contains mainly: blue. Hex color #201392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201392 is #DFEC6D. Grayscale: #242424. Windows color (decimal): -14675054 or 9573152. OLE color: 9573152.
HSL color Cylindrical-coordinate representation of color #201392: hue angle of 246.14º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201392 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 19 | 146 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.43 |
| HSL | 246.14º | 0.77% | 0.32% | - |
| HSV(B) | 246.14º | 0.87% | 0.57% | - |
| XYZ | 6.02 | 2.85 | 27.43 | - |
| YUV | 37.37 | 189.31 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 146 | 0.78 | 0.87 | 0 | 0.43 | 246.14 | 0.77 | 0.32 |
| Hex | 20 | 13 | 92 | 4E | 57 | 0 | 2B | F6 | 4D | 20 |
| Octal | 40 | 23 | 222 | 116 | 127 | 0 | 53 | 366 | 115 | 40 |
| Binary | 100000 | 10011 | 10010010 | 1001110 | 1010111 | 0 | 101011 | 11110110 | 1001101 | 100000 |
Color Harmonies of #201392
Complementary color
Monochromatic Colors of #201392
Black with #201392
Text Example
Text Example
White with #201392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201392; }
p { color: rgb(32,19,146); }
H1.HeaderClassName
{
color: #201392;
}
.AnyTagClassName
{
color: #201392;
}
</style>
background-color css
<style>
a { background-color: #201392; }
a { background-color: rgb(32,19,146); }
div.DivClassName
{
background-color: #201392;
}
.BgClassName
{
background-color: #201392;
}
</style>
border-color css
<style>
span { border-color: #201392; }
span { border-color: rgb(32,19,146); }
td.TdClassName
{
border-color: #201392;
}
.TagClassName
{
border-color: #201392;
}
</style>