Shades of Ultramarine #20059B
Tints of Ultramarine #20059B
RGB
CMYK
RGB Variations
Color information
#20059B (or 0x20059B) is known color: Ultramarine. HEX triplet: 20, 05 and 9B. RGB value is (32,5,155). Sum of RGB (Red+Green+Blue) = 32+5+155=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 155 (60.94% from 255 or 80.73% from 192); Max value from RGB is 155 - color contains mainly: blue. Hex color #20059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20059B is #DFFA64. Grayscale: #1D1D1D. Windows color (decimal): -14678629 or 10159392. OLE color: 10159392.
HSL color Cylindrical-coordinate representation of color #20059B: hue angle of 250.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20059B is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 5 | 155 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.39 |
| HSL | 250.8º | 0.94% | 0.31% | - |
| HSV(B) | 250.8º | 0.97% | 0.61% | - |
| XYZ | 6.57 | 2.78 | 31.2 | - |
| YUV | 30.17 | 198.45 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 155 | 0.79 | 0.97 | 0 | 0.39 | 250.8 | 0.94 | 0.31 |
| Hex | 20 | 5 | 9B | 4F | 61 | 0 | 27 | FB | 5E | 1F |
| Octal | 40 | 5 | 233 | 117 | 141 | 0 | 47 | 373 | 136 | 37 |
| Binary | 100000 | 101 | 10011011 | 1001111 | 1100001 | 0 | 100111 | 11111011 | 1011110 | 11111 |
Color Harmonies of #20059B
Complementary color
Monochromatic Colors of #20059B
Black with #20059B
Text Example
Text Example
White with #20059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20059B; }
p { color: rgb(32,5,155); }
H1.HeaderClassName
{
color: #20059B;
}
.AnyTagClassName
{
color: #20059B;
}
</style>
background-color css
<style>
a { background-color: #20059B; }
a { background-color: rgb(32,5,155); }
div.DivClassName
{
background-color: #20059B;
}
.BgClassName
{
background-color: #20059B;
}
</style>
border-color css
<style>
span { border-color: #20059B; }
span { border-color: rgb(32,5,155); }
td.TdClassName
{
border-color: #20059B;
}
.TagClassName
{
border-color: #20059B;
}
</style>