Shades of Ultramarine #201898
Tints of Ultramarine #201898
RGB
CMYK
RGB Variations
Color information
#201898 (or 0x201898) is known color: Ultramarine. HEX triplet: 20, 18 and 98. RGB value is (32,24,152). Sum of RGB (Red+Green+Blue) = 32+24+152=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 152 (59.77% from 255 or 73.08% from 208); Max value from RGB is 152 - color contains mainly: blue. Hex color #201898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201898 is #DFE767. Grayscale: #282828. Windows color (decimal): -14673768 or 9967648. OLE color: 9967648.
HSL color Cylindrical-coordinate representation of color #201898: hue angle of 243.75º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201898 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 24 | 152 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.40 |
| HSL | 243.75º | 0.73% | 0.35% | - |
| HSV(B) | 243.75º | 0.84% | 0.6% | - |
| XYZ | 6.59 | 3.23 | 29.98 | - |
| YUV | 40.98 | 190.65 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 152 | 0.79 | 0.84 | 0 | 0.40 | 243.75 | 0.73 | 0.35 |
| Hex | 20 | 18 | 98 | 4F | 54 | 0 | 28 | F4 | 49 | 23 |
| Octal | 40 | 30 | 230 | 117 | 124 | 0 | 50 | 364 | 111 | 43 |
| Binary | 100000 | 11000 | 10011000 | 1001111 | 1010100 | 0 | 101000 | 11110100 | 1001001 | 100011 |
Color Harmonies of #201898
Complementary color
Monochromatic Colors of #201898
Black with #201898
Text Example
Text Example
White with #201898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201898; }
p { color: rgb(32,24,152); }
H1.HeaderClassName
{
color: #201898;
}
.AnyTagClassName
{
color: #201898;
}
</style>
background-color css
<style>
a { background-color: #201898; }
a { background-color: rgb(32,24,152); }
div.DivClassName
{
background-color: #201898;
}
.BgClassName
{
background-color: #201898;
}
</style>
border-color css
<style>
span { border-color: #201898; }
span { border-color: rgb(32,24,152); }
td.TdClassName
{
border-color: #201898;
}
.TagClassName
{
border-color: #201898;
}
</style>