Shades of Ultramarine #20189C
Tints of Ultramarine #20189C
RGB
CMYK
RGB Variations
Color information
#20189C (or 0x20189C) is known color: Ultramarine. HEX triplet: 20, 18 and 9C. RGB value is (32,24,156). Sum of RGB (Red+Green+Blue) = 32+24+156=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 156 (61.33% from 255 or 73.58% from 212); Max value from RGB is 156 - color contains mainly: blue. Hex color #20189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20189C is #DFE763. Grayscale: #282828. Windows color (decimal): -14673764 or 10229792. OLE color: 10229792.
HSL color Cylindrical-coordinate representation of color #20189C: hue angle of 243.64º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20189C is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 24 | 156 | - |
| CMYK | 0.79 | 0.85 | 0 | 0.39 |
| HSL | 243.64º | 0.73% | 0.35% | - |
| HSV(B) | 243.64º | 0.85% | 0.61% | - |
| XYZ | 6.92 | 3.36 | 31.74 | - |
| YUV | 41.44 | 192.65 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 156 | 0.79 | 0.85 | 0 | 0.39 | 243.64 | 0.73 | 0.35 |
| Hex | 20 | 18 | 9C | 4F | 55 | 0 | 27 | F4 | 49 | 23 |
| Octal | 40 | 30 | 234 | 117 | 125 | 0 | 47 | 364 | 111 | 43 |
| Binary | 100000 | 11000 | 10011100 | 1001111 | 1010101 | 0 | 100111 | 11110100 | 1001001 | 100011 |
Color Harmonies of #20189C
Complementary color
Monochromatic Colors of #20189C
Black with #20189C
Text Example
Text Example
White with #20189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20189C; }
p { color: rgb(32,24,156); }
H1.HeaderClassName
{
color: #20189C;
}
.AnyTagClassName
{
color: #20189C;
}
</style>
background-color css
<style>
a { background-color: #20189C; }
a { background-color: rgb(32,24,156); }
div.DivClassName
{
background-color: #20189C;
}
.BgClassName
{
background-color: #20189C;
}
</style>
border-color css
<style>
span { border-color: #20189C; }
span { border-color: rgb(32,24,156); }
td.TdClassName
{
border-color: #20189C;
}
.TagClassName
{
border-color: #20189C;
}
</style>