Shades of Ultramarine #20158F
Tints of Ultramarine #20158F
RGB
CMYK
RGB Variations
Color information
#20158F (or 0x20158F) is known color: Ultramarine. HEX triplet: 20, 15 and 8F. RGB value is (32,21,143). Sum of RGB (Red+Green+Blue) = 32+21+143=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 143 (56.25% from 255 or 72.96% from 196); Max value from RGB is 143 - color contains mainly: blue. Hex color #20158F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20158F is #DFEA70. Grayscale: #252525. Windows color (decimal): -14674545 or 9377056. OLE color: 9377056.
HSL color Cylindrical-coordinate representation of color #20158F: hue angle of 245.41º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20158F is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 21 | 143 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.44 |
| HSL | 245.41º | 0.74% | 0.32% | - |
| HSV(B) | 245.41º | 0.85% | 0.56% | - |
| XYZ | 5.82 | 2.83 | 26.23 | - |
| YUV | 38.2 | 187.14 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 143 | 0.78 | 0.85 | 0 | 0.44 | 245.41 | 0.74 | 0.32 |
| Hex | 20 | 15 | 8F | 4E | 55 | 0 | 2C | F5 | 4A | 20 |
| Octal | 40 | 25 | 217 | 116 | 125 | 0 | 54 | 365 | 112 | 40 |
| Binary | 100000 | 10101 | 10001111 | 1001110 | 1010101 | 0 | 101100 | 11110101 | 1001010 | 100000 |
Color Harmonies of #20158F
Complementary color
Monochromatic Colors of #20158F
Black with #20158F
Text Example
Text Example
White with #20158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20158F; }
p { color: rgb(32,21,143); }
H1.HeaderClassName
{
color: #20158F;
}
.AnyTagClassName
{
color: #20158F;
}
</style>
background-color css
<style>
a { background-color: #20158F; }
a { background-color: rgb(32,21,143); }
div.DivClassName
{
background-color: #20158F;
}
.BgClassName
{
background-color: #20158F;
}
</style>
border-color css
<style>
span { border-color: #20158F; }
span { border-color: rgb(32,21,143); }
td.TdClassName
{
border-color: #20158F;
}
.TagClassName
{
border-color: #20158F;
}
</style>