Shades of Ultramarine #200CAB
Tints of Ultramarine #200CAB
RGB
CMYK
RGB Variations
Color information
#200CAB (or 0x200CAB) is known color: Ultramarine. HEX triplet: 20, 0C and AB. RGB value is (32,12,171). Sum of RGB (Red+Green+Blue) = 32+12+171=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 171 (67.19% from 255 or 79.53% from 215); Max value from RGB is 171 - color contains mainly: blue. Hex color #200CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200CAB is #DFF354. Grayscale: #232323. Windows color (decimal): -14676821 or 11209760. OLE color: 11209760.
HSL color Cylindrical-coordinate representation of color #200CAB: hue angle of 247.55º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200CAB is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 12 | 171 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.33 |
| HSL | 247.55º | 0.87% | 0.36% | - |
| HSV(B) | 247.55º | 0.93% | 0.67% | - |
| XYZ | 8.08 | 3.51 | 38.78 | - |
| YUV | 36.11 | 204.13 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 171 | 0.81 | 0.93 | 0 | 0.33 | 247.55 | 0.87 | 0.36 |
| Hex | 20 | C | AB | 51 | 5D | 0 | 21 | F8 | 57 | 24 |
| Octal | 40 | 14 | 253 | 121 | 135 | 0 | 41 | 370 | 127 | 44 |
| Binary | 100000 | 1100 | 10101011 | 1010001 | 1011101 | 0 | 100001 | 11111000 | 1010111 | 100100 |
Color Harmonies of #200CAB
Complementary color
Monochromatic Colors of #200CAB
Black with #200CAB
Text Example
Text Example
White with #200CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200CAB; }
p { color: rgb(32,12,171); }
H1.HeaderClassName
{
color: #200CAB;
}
.AnyTagClassName
{
color: #200CAB;
}
</style>
background-color css
<style>
a { background-color: #200CAB; }
a { background-color: rgb(32,12,171); }
div.DivClassName
{
background-color: #200CAB;
}
.BgClassName
{
background-color: #200CAB;
}
</style>
border-color css
<style>
span { border-color: #200CAB; }
span { border-color: rgb(32,12,171); }
td.TdClassName
{
border-color: #200CAB;
}
.TagClassName
{
border-color: #200CAB;
}
</style>