Shades of Ultramarine #20059C
Tints of Ultramarine #20059C
RGB
CMYK
RGB Variations
Color information
#20059C (or 0x20059C) is known color: Ultramarine. HEX triplet: 20, 05 and 9C. RGB value is (32,5,156). Sum of RGB (Red+Green+Blue) = 32+5+156=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 156 (61.33% from 255 or 80.83% from 193); Max value from RGB is 156 - color contains mainly: blue. Hex color #20059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20059C is #DFFA63. Grayscale: #1D1D1D. Windows color (decimal): -14678628 or 10224928. OLE color: 10224928.
HSL color Cylindrical-coordinate representation of color #20059C: hue angle of 250.73º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20059C is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 5 | 156 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.39 |
| HSL | 250.73º | 0.94% | 0.32% | - |
| HSV(B) | 250.73º | 0.97% | 0.61% | - |
| XYZ | 6.65 | 2.82 | 31.65 | - |
| YUV | 30.29 | 198.95 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 156 | 0.79 | 0.97 | 0 | 0.39 | 250.73 | 0.94 | 0.32 |
| Hex | 20 | 5 | 9C | 4F | 61 | 0 | 27 | FB | 5E | 20 |
| Octal | 40 | 5 | 234 | 117 | 141 | 0 | 47 | 373 | 136 | 40 |
| Binary | 100000 | 101 | 10011100 | 1001111 | 1100001 | 0 | 100111 | 11111011 | 1011110 | 100000 |
Color Harmonies of #20059C
Complementary color
Monochromatic Colors of #20059C
Black with #20059C
Text Example
Text Example
White with #20059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20059C; }
p { color: rgb(32,5,156); }
H1.HeaderClassName
{
color: #20059C;
}
.AnyTagClassName
{
color: #20059C;
}
</style>
background-color css
<style>
a { background-color: #20059C; }
a { background-color: rgb(32,5,156); }
div.DivClassName
{
background-color: #20059C;
}
.BgClassName
{
background-color: #20059C;
}
</style>
border-color css
<style>
span { border-color: #20059C; }
span { border-color: rgb(32,5,156); }
td.TdClassName
{
border-color: #20059C;
}
.TagClassName
{
border-color: #20059C;
}
</style>