Shades of Ultramarine #202494
Tints of Ultramarine #202494
RGB
CMYK
RGB Variations
Color information
#202494 (or 0x202494) is known color: Ultramarine. HEX triplet: 20, 24 and 94. RGB value is (32,36,148). Sum of RGB (Red+Green+Blue) = 32+36+148=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #202494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202494 is #DFDB6B. Grayscale: #2F2F2F. Windows color (decimal): -14670700 or 9708576. OLE color: 9708576.
HSL color Cylindrical-coordinate representation of color #202494: hue angle of 237.93º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #202494 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 36 | 148 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.42 |
| HSL | 237.93º | 0.64% | 0.35% | - |
| HSV(B) | 237.93º | 0.78% | 0.58% | - |
| XYZ | 6.57 | 3.71 | 28.39 | - |
| YUV | 47.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 148 | 0.78 | 0.76 | 0 | 0.42 | 237.93 | 0.64 | 0.35 |
| Hex | 20 | 24 | 94 | 4E | 4C | 0 | 2A | EE | 40 | 23 |
| Octal | 40 | 44 | 224 | 116 | 114 | 0 | 52 | 356 | 100 | 43 |
| Binary | 100000 | 100100 | 10010100 | 1001110 | 1001100 | 0 | 101010 | 11101110 | 1000000 | 100011 |
Color Harmonies of #202494
Complementary color
Monochromatic Colors of #202494
Black with #202494
Text Example
Text Example
White with #202494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202494; }
p { color: rgb(32,36,148); }
H1.HeaderClassName
{
color: #202494;
}
.AnyTagClassName
{
color: #202494;
}
</style>
background-color css
<style>
a { background-color: #202494; }
a { background-color: rgb(32,36,148); }
div.DivClassName
{
background-color: #202494;
}
.BgClassName
{
background-color: #202494;
}
</style>
border-color css
<style>
span { border-color: #202494; }
span { border-color: rgb(32,36,148); }
td.TdClassName
{
border-color: #202494;
}
.TagClassName
{
border-color: #202494;
}
</style>