Shades of Ultramarine #20019C
Tints of Ultramarine #20019C
RGB
CMYK
RGB Variations
Color information
#20019C (or 0x20019C) is known color: Ultramarine. HEX triplet: 20, 01 and 9C. RGB value is (32,1,156). Sum of RGB (Red+Green+Blue) = 32+1+156=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 156 (61.33% from 255 or 82.54% from 189); Max value from RGB is 156 - color contains mainly: blue. Hex color #20019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20019C is #DFFE63. Grayscale: #1B1B1B. Windows color (decimal): -14679652 or 10223904. OLE color: 10223904.
HSL color Cylindrical-coordinate representation of color #20019C: hue angle of 252º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20019C is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 1 | 156 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.39 |
| HSL | 252º | 0.99% | 0.31% | - |
| HSV(B) | 252º | 0.99% | 0.61% | - |
| XYZ | 6.61 | 2.73 | 31.63 | - |
| YUV | 27.94 | 200.27 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 156 | 0.79 | 0.99 | 0 | 0.39 | 252 | 0.99 | 0.31 |
| Hex | 20 | 1 | 9C | 4F | 63 | 0 | 27 | FC | 63 | 1F |
| Octal | 40 | 1 | 234 | 117 | 143 | 0 | 47 | 374 | 143 | 37 |
| Binary | 100000 | 1 | 10011100 | 1001111 | 1100011 | 0 | 100111 | 11111100 | 1100011 | 11111 |
Color Harmonies of #20019C
Complementary color
Monochromatic Colors of #20019C
Black with #20019C
Text Example
Text Example
White with #20019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20019C; }
p { color: rgb(32,1,156); }
H1.HeaderClassName
{
color: #20019C;
}
.AnyTagClassName
{
color: #20019C;
}
</style>
background-color css
<style>
a { background-color: #20019C; }
a { background-color: rgb(32,1,156); }
div.DivClassName
{
background-color: #20019C;
}
.BgClassName
{
background-color: #20019C;
}
</style>
border-color css
<style>
span { border-color: #20019C; }
span { border-color: rgb(32,1,156); }
td.TdClassName
{
border-color: #20019C;
}
.TagClassName
{
border-color: #20019C;
}
</style>