Shades of Ultramarine #20038F
Tints of Ultramarine #20038F
RGB
CMYK
RGB Variations
Color information
#20038F (or 0x20038F) is known color: Ultramarine. HEX triplet: 20, 03 and 8F. RGB value is (32,3,143). Sum of RGB (Red+Green+Blue) = 32+3+143=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 143 (56.25% from 255 or 80.34% from 178); Max value from RGB is 143 - color contains mainly: blue. Hex color #20038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20038F is #DFFC70. Grayscale: #1B1B1B. Windows color (decimal): -14679153 or 9372448. OLE color: 9372448.
HSL color Cylindrical-coordinate representation of color #20038F: hue angle of 252.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20038F is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 3 | 143 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.44 |
| HSL | 252.43º | 0.96% | 0.29% | - |
| HSV(B) | 252.43º | 0.98% | 0.56% | - |
| XYZ | 5.59 | 2.36 | 26.15 | - |
| YUV | 27.63 | 193.11 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 143 | 0.78 | 0.98 | 0 | 0.44 | 252.43 | 0.96 | 0.29 |
| Hex | 20 | 3 | 8F | 4E | 62 | 0 | 2C | FC | 60 | 1D |
| Octal | 40 | 3 | 217 | 116 | 142 | 0 | 54 | 374 | 140 | 35 |
| Binary | 100000 | 11 | 10001111 | 1001110 | 1100010 | 0 | 101100 | 11111100 | 1100000 | 11101 |
Color Harmonies of #20038F
Complementary color
Monochromatic Colors of #20038F
Black with #20038F
Text Example
Text Example
White with #20038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20038F; }
p { color: rgb(32,3,143); }
H1.HeaderClassName
{
color: #20038F;
}
.AnyTagClassName
{
color: #20038F;
}
</style>
background-color css
<style>
a { background-color: #20038F; }
a { background-color: rgb(32,3,143); }
div.DivClassName
{
background-color: #20038F;
}
.BgClassName
{
background-color: #20038F;
}
</style>
border-color css
<style>
span { border-color: #20038F; }
span { border-color: rgb(32,3,143); }
td.TdClassName
{
border-color: #20038F;
}
.TagClassName
{
border-color: #20038F;
}
</style>