Shades of Ultramarine #200FAB
Tints of Ultramarine #200FAB
RGB
CMYK
RGB Variations
Color information
#200FAB (or 0x200FAB) is known color: Ultramarine. HEX triplet: 20, 0F and AB. RGB value is (32,15,171). Sum of RGB (Red+Green+Blue) = 32+15+171=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #200FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200FAB is #DFF054. Grayscale: #252525. Windows color (decimal): -14676053 or 11210528. OLE color: 11210528.
HSL color Cylindrical-coordinate representation of color #200FAB: hue angle of 246.54º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200FAB is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 15 | 171 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.33 |
| HSL | 246.54º | 0.84% | 0.36% | - |
| HSV(B) | 246.54º | 0.91% | 0.67% | - |
| XYZ | 8.12 | 3.59 | 38.79 | - |
| YUV | 37.87 | 203.13 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 171 | 0.81 | 0.91 | 0 | 0.33 | 246.54 | 0.84 | 0.36 |
| Hex | 20 | F | AB | 51 | 5B | 0 | 21 | F7 | 54 | 24 |
| Octal | 40 | 17 | 253 | 121 | 133 | 0 | 41 | 367 | 124 | 44 |
| Binary | 100000 | 1111 | 10101011 | 1010001 | 1011011 | 0 | 100001 | 11110111 | 1010100 | 100100 |
Color Harmonies of #200FAB
Complementary color
Monochromatic Colors of #200FAB
Black with #200FAB
Text Example
Text Example
White with #200FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200FAB; }
p { color: rgb(32,15,171); }
H1.HeaderClassName
{
color: #200FAB;
}
.AnyTagClassName
{
color: #200FAB;
}
</style>
background-color css
<style>
a { background-color: #200FAB; }
a { background-color: rgb(32,15,171); }
div.DivClassName
{
background-color: #200FAB;
}
.BgClassName
{
background-color: #200FAB;
}
</style>
border-color css
<style>
span { border-color: #200FAB; }
span { border-color: rgb(32,15,171); }
td.TdClassName
{
border-color: #200FAB;
}
.TagClassName
{
border-color: #200FAB;
}
</style>