Shades of Ultramarine #20059A
Tints of Ultramarine #20059A
RGB
CMYK
RGB Variations
Color information
#20059A (or 0x20059A) is known color: Ultramarine. HEX triplet: 20, 05 and 9A. RGB value is (32,5,154). Sum of RGB (Red+Green+Blue) = 32+5+154=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 154 (60.55% from 255 or 80.63% from 191); Max value from RGB is 154 - color contains mainly: blue. Hex color #20059A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20059A is #DFFA65. Grayscale: #1D1D1D. Windows color (decimal): -14678630 or 10093856. OLE color: 10093856.
HSL color Cylindrical-coordinate representation of color #20059A: hue angle of 250.87º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20059A is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 5 | 154 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.40 |
| HSL | 250.87º | 0.94% | 0.31% | - |
| HSV(B) | 250.87º | 0.97% | 0.6% | - |
| XYZ | 6.48 | 2.75 | 30.76 | - |
| YUV | 30.06 | 197.95 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 154 | 0.79 | 0.97 | 0 | 0.40 | 250.87 | 0.94 | 0.31 |
| Hex | 20 | 5 | 9A | 4F | 61 | 0 | 28 | FB | 5E | 1F |
| Octal | 40 | 5 | 232 | 117 | 141 | 0 | 50 | 373 | 136 | 37 |
| Binary | 100000 | 101 | 10011010 | 1001111 | 1100001 | 0 | 101000 | 11111011 | 1011110 | 11111 |
Color Harmonies of #20059A
Complementary color
Monochromatic Colors of #20059A
Black with #20059A
Text Example
Text Example
White with #20059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20059A; }
p { color: rgb(32,5,154); }
H1.HeaderClassName
{
color: #20059A;
}
.AnyTagClassName
{
color: #20059A;
}
</style>
background-color css
<style>
a { background-color: #20059A; }
a { background-color: rgb(32,5,154); }
div.DivClassName
{
background-color: #20059A;
}
.BgClassName
{
background-color: #20059A;
}
</style>
border-color css
<style>
span { border-color: #20059A; }
span { border-color: rgb(32,5,154); }
td.TdClassName
{
border-color: #20059A;
}
.TagClassName
{
border-color: #20059A;
}
</style>