Shades of Ultramarine #201C9A
Tints of Ultramarine #201C9A
RGB
CMYK
RGB Variations
Color information
#201C9A (or 0x201C9A) is known color: Ultramarine. HEX triplet: 20, 1C and 9A. RGB value is (32,28,154). Sum of RGB (Red+Green+Blue) = 32+28+154=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 154 (60.55% from 255 or 71.96% from 214); Max value from RGB is 154 - color contains mainly: blue. Hex color #201C9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201C9A is #DFE365. Grayscale: #2B2B2B. Windows color (decimal): -14672742 or 10099744. OLE color: 10099744.
HSL color Cylindrical-coordinate representation of color #201C9A: hue angle of 241.9º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201C9A is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 28 | 154 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.40 |
| HSL | 241.9º | 0.69% | 0.36% | - |
| HSV(B) | 241.9º | 0.82% | 0.6% | - |
| XYZ | 6.84 | 3.47 | 30.88 | - |
| YUV | 43.56 | 190.33 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 154 | 0.79 | 0.82 | 0 | 0.40 | 241.9 | 0.69 | 0.36 |
| Hex | 20 | 1C | 9A | 4F | 52 | 0 | 28 | F2 | 45 | 24 |
| Octal | 40 | 34 | 232 | 117 | 122 | 0 | 50 | 362 | 105 | 44 |
| Binary | 100000 | 11100 | 10011010 | 1001111 | 1010010 | 0 | 101000 | 11110010 | 1000101 | 100100 |
Color Harmonies of #201C9A
Complementary color
Monochromatic Colors of #201C9A
Black with #201C9A
Text Example
Text Example
White with #201C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C9A; }
p { color: rgb(32,28,154); }
H1.HeaderClassName
{
color: #201C9A;
}
.AnyTagClassName
{
color: #201C9A;
}
</style>
background-color css
<style>
a { background-color: #201C9A; }
a { background-color: rgb(32,28,154); }
div.DivClassName
{
background-color: #201C9A;
}
.BgClassName
{
background-color: #201C9A;
}
</style>
border-color css
<style>
span { border-color: #201C9A; }
span { border-color: rgb(32,28,154); }
td.TdClassName
{
border-color: #201C9A;
}
.TagClassName
{
border-color: #201C9A;
}
</style>