Shades of Ultramarine #201B98
Tints of Ultramarine #201B98
RGB
CMYK
RGB Variations
Color information
#201B98 (or 0x201B98) is known color: Ultramarine. HEX triplet: 20, 1B and 98. RGB value is (32,27,152). Sum of RGB (Red+Green+Blue) = 32+27+152=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 152 (59.77% from 255 or 72.04% from 211); Max value from RGB is 152 - color contains mainly: blue. Hex color #201B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201B98 is #DFE467. Grayscale: #2A2A2A. Windows color (decimal): -14673000 or 9968416. OLE color: 9968416.
HSL color Cylindrical-coordinate representation of color #201B98: hue angle of 242.4º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201B98 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 27 | 152 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.40 |
| HSL | 242.4º | 0.7% | 0.35% | - |
| HSV(B) | 242.4º | 0.82% | 0.6% | - |
| XYZ | 6.66 | 3.36 | 30 | - |
| YUV | 42.75 | 189.66 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 152 | 0.79 | 0.82 | 0 | 0.40 | 242.4 | 0.7 | 0.35 |
| Hex | 20 | 1B | 98 | 4F | 52 | 0 | 28 | F2 | 46 | 23 |
| Octal | 40 | 33 | 230 | 117 | 122 | 0 | 50 | 362 | 106 | 43 |
| Binary | 100000 | 11011 | 10011000 | 1001111 | 1010010 | 0 | 101000 | 11110010 | 1000110 | 100011 |
Color Harmonies of #201B98
Complementary color
Monochromatic Colors of #201B98
Black with #201B98
Text Example
Text Example
White with #201B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B98; }
p { color: rgb(32,27,152); }
H1.HeaderClassName
{
color: #201B98;
}
.AnyTagClassName
{
color: #201B98;
}
</style>
background-color css
<style>
a { background-color: #201B98; }
a { background-color: rgb(32,27,152); }
div.DivClassName
{
background-color: #201B98;
}
.BgClassName
{
background-color: #201B98;
}
</style>
border-color css
<style>
span { border-color: #201B98; }
span { border-color: rgb(32,27,152); }
td.TdClassName
{
border-color: #201B98;
}
.TagClassName
{
border-color: #201B98;
}
</style>