Shades of Ultramarine #20038A
Tints of Ultramarine #20038A
RGB
CMYK
RGB Variations
Color information
#20038A (or 0x20038A) is known color: Ultramarine. HEX triplet: 20, 03 and 8A. RGB value is (32,3,138). Sum of RGB (Red+Green+Blue) = 32+3+138=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 138 (54.30% from 255 or 79.77% from 173); Max value from RGB is 138 - color contains mainly: blue. Hex color #20038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20038A is #DFFC75. Grayscale: #1A1A1A. Windows color (decimal): -14679158 or 9044768. OLE color: 9044768.
HSL color Cylindrical-coordinate representation of color #20038A: hue angle of 252.89º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20038A is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 3 | 138 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.46 |
| HSL | 252.89º | 0.96% | 0.28% | - |
| HSV(B) | 252.89º | 0.98% | 0.54% | - |
| XYZ | 5.22 | 2.21 | 24.2 | - |
| YUV | 27.06 | 190.61 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 138 | 0.77 | 0.98 | 0 | 0.46 | 252.89 | 0.96 | 0.28 |
| Hex | 20 | 3 | 8A | 4D | 62 | 0 | 2E | FD | 60 | 1C |
| Octal | 40 | 3 | 212 | 115 | 142 | 0 | 56 | 375 | 140 | 34 |
| Binary | 100000 | 11 | 10001010 | 1001101 | 1100010 | 0 | 101110 | 11111101 | 1100000 | 11100 |
Color Harmonies of #20038A
Complementary color
Monochromatic Colors of #20038A
Black with #20038A
Text Example
Text Example
White with #20038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20038A; }
p { color: rgb(32,3,138); }
H1.HeaderClassName
{
color: #20038A;
}
.AnyTagClassName
{
color: #20038A;
}
</style>
background-color css
<style>
a { background-color: #20038A; }
a { background-color: rgb(32,3,138); }
div.DivClassName
{
background-color: #20038A;
}
.BgClassName
{
background-color: #20038A;
}
</style>
border-color css
<style>
span { border-color: #20038A; }
span { border-color: rgb(32,3,138); }
td.TdClassName
{
border-color: #20038A;
}
.TagClassName
{
border-color: #20038A;
}
</style>