Shades of Ultramarine #20168A
Tints of Ultramarine #20168A
RGB
CMYK
RGB Variations
Color information
#20168A (or 0x20168A) is known color: Ultramarine. HEX triplet: 20, 16 and 8A. RGB value is (32,22,138). Sum of RGB (Red+Green+Blue) = 32+22+138=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 138 (54.30% from 255 or 71.88% from 192); Max value from RGB is 138 - color contains mainly: blue. Hex color #20168A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20168A is #DFE975. Grayscale: #252525. Windows color (decimal): -14674294 or 9049632. OLE color: 9049632.
HSL color Cylindrical-coordinate representation of color #20168A: hue angle of 245.17º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20168A is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 22 | 138 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.46 |
| HSL | 245.17º | 0.73% | 0.31% | - |
| HSV(B) | 245.17º | 0.84% | 0.54% | - |
| XYZ | 5.47 | 2.72 | 24.28 | - |
| YUV | 38.21 | 184.31 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 138 | 0.77 | 0.84 | 0 | 0.46 | 245.17 | 0.73 | 0.31 |
| Hex | 20 | 16 | 8A | 4D | 54 | 0 | 2E | F5 | 48 | 1F |
| Octal | 40 | 26 | 212 | 115 | 124 | 0 | 56 | 365 | 110 | 37 |
| Binary | 100000 | 10110 | 10001010 | 1001101 | 1010100 | 0 | 101110 | 11110101 | 1001000 | 11111 |
Color Harmonies of #20168A
Complementary color
Monochromatic Colors of #20168A
Black with #20168A
Text Example
Text Example
White with #20168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20168A; }
p { color: rgb(32,22,138); }
H1.HeaderClassName
{
color: #20168A;
}
.AnyTagClassName
{
color: #20168A;
}
</style>
background-color css
<style>
a { background-color: #20168A; }
a { background-color: rgb(32,22,138); }
div.DivClassName
{
background-color: #20168A;
}
.BgClassName
{
background-color: #20168A;
}
</style>
border-color css
<style>
span { border-color: #20168A; }
span { border-color: rgb(32,22,138); }
td.TdClassName
{
border-color: #20168A;
}
.TagClassName
{
border-color: #20168A;
}
</style>