Shades of Ultramarine #20189A
Tints of Ultramarine #20189A
RGB
CMYK
RGB Variations
Color information
#20189A (or 0x20189A) is known color: Ultramarine. HEX triplet: 20, 18 and 9A. RGB value is (32,24,154). Sum of RGB (Red+Green+Blue) = 32+24+154=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 154 (60.55% from 255 or 73.33% from 210); Max value from RGB is 154 - color contains mainly: blue. Hex color #20189A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20189A is #DFE765. Grayscale: #282828. Windows color (decimal): -14673766 or 10098720. OLE color: 10098720.
HSL color Cylindrical-coordinate representation of color #20189A: hue angle of 243.69º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20189A is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 24 | 154 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.40 |
| HSL | 243.69º | 0.73% | 0.35% | - |
| HSV(B) | 243.69º | 0.84% | 0.6% | - |
| XYZ | 6.76 | 3.29 | 30.85 | - |
| YUV | 41.21 | 191.65 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 154 | 0.79 | 0.84 | 0 | 0.40 | 243.69 | 0.73 | 0.35 |
| Hex | 20 | 18 | 9A | 4F | 54 | 0 | 28 | F4 | 49 | 23 |
| Octal | 40 | 30 | 232 | 117 | 124 | 0 | 50 | 364 | 111 | 43 |
| Binary | 100000 | 11000 | 10011010 | 1001111 | 1010100 | 0 | 101000 | 11110100 | 1001001 | 100011 |
Color Harmonies of #20189A
Complementary color
Monochromatic Colors of #20189A
Black with #20189A
Text Example
Text Example
White with #20189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20189A; }
p { color: rgb(32,24,154); }
H1.HeaderClassName
{
color: #20189A;
}
.AnyTagClassName
{
color: #20189A;
}
</style>
background-color css
<style>
a { background-color: #20189A; }
a { background-color: rgb(32,24,154); }
div.DivClassName
{
background-color: #20189A;
}
.BgClassName
{
background-color: #20189A;
}
</style>
border-color css
<style>
span { border-color: #20189A; }
span { border-color: rgb(32,24,154); }
td.TdClassName
{
border-color: #20189A;
}
.TagClassName
{
border-color: #20189A;
}
</style>