Shades of Ultramarine #202495
Tints of Ultramarine #202495
RGB
CMYK
RGB Variations
Color information
#202495 (or 0x202495) is known color: Ultramarine. HEX triplet: 20, 24 and 95. RGB value is (32,36,149). Sum of RGB (Red+Green+Blue) = 32+36+149=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #202495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202495 is #DFDB6A. Grayscale: #2F2F2F. Windows color (decimal): -14670699 or 9774112. OLE color: 9774112.
HSL color Cylindrical-coordinate representation of color #202495: hue angle of 237.95º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202495 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 36 | 149 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.42 |
| HSL | 237.95º | 0.65% | 0.35% | - |
| HSV(B) | 237.95º | 0.79% | 0.58% | - |
| XYZ | 6.65 | 3.74 | 28.8 | - |
| YUV | 47.69 | 185.17 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 149 | 0.79 | 0.76 | 0 | 0.42 | 237.95 | 0.65 | 0.35 |
| Hex | 20 | 24 | 95 | 4F | 4C | 0 | 2A | EE | 41 | 23 |
| Octal | 40 | 44 | 225 | 117 | 114 | 0 | 52 | 356 | 101 | 43 |
| Binary | 100000 | 100100 | 10010101 | 1001111 | 1001100 | 0 | 101010 | 11101110 | 1000001 | 100011 |
Color Harmonies of #202495
Complementary color
Monochromatic Colors of #202495
Black with #202495
Text Example
Text Example
White with #202495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202495; }
p { color: rgb(32,36,149); }
H1.HeaderClassName
{
color: #202495;
}
.AnyTagClassName
{
color: #202495;
}
</style>
background-color css
<style>
a { background-color: #202495; }
a { background-color: rgb(32,36,149); }
div.DivClassName
{
background-color: #202495;
}
.BgClassName
{
background-color: #202495;
}
</style>
border-color css
<style>
span { border-color: #202495; }
span { border-color: rgb(32,36,149); }
td.TdClassName
{
border-color: #202495;
}
.TagClassName
{
border-color: #202495;
}
</style>