Shades of Ultramarine #2004B5
Tints of Ultramarine #2004B5
RGB
CMYK
RGB Variations
Color information
#2004B5 (or 0x2004B5) is known color: Ultramarine. HEX triplet: 20, 04 and B5. RGB value is (32,4,181). Sum of RGB (Red+Green+Blue) = 32+4+181=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 181 (71.09% from 255 or 83.41% from 217); Max value from RGB is 181 - color contains mainly: blue. Hex color #2004B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2004B5 is #DFFB4A. Grayscale: #1F1F1F. Windows color (decimal): -14678859 or 11863072. OLE color: 11863072.
HSL color Cylindrical-coordinate representation of color #2004B5: hue angle of 249.49º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2004B5 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 4 | 181 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.29 |
| HSL | 249.49º | 0.96% | 0.36% | - |
| HSV(B) | 249.49º | 0.98% | 0.71% | - |
| XYZ | 8.98 | 3.73 | 43.96 | - |
| YUV | 32.55 | 211.78 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 181 | 0.82 | 0.98 | 0 | 0.29 | 249.49 | 0.96 | 0.36 |
| Hex | 20 | 4 | B5 | 52 | 62 | 0 | 1D | F9 | 60 | 24 |
| Octal | 40 | 4 | 265 | 122 | 142 | 0 | 35 | 371 | 140 | 44 |
| Binary | 100000 | 100 | 10110101 | 1010010 | 1100010 | 0 | 11101 | 11111001 | 1100000 | 100100 |
Color Harmonies of #2004B5
Complementary color
Monochromatic Colors of #2004B5
Black with #2004B5
Text Example
Text Example
White with #2004B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2004B5; }
p { color: rgb(32,4,181); }
H1.HeaderClassName
{
color: #2004B5;
}
.AnyTagClassName
{
color: #2004B5;
}
</style>
background-color css
<style>
a { background-color: #2004B5; }
a { background-color: rgb(32,4,181); }
div.DivClassName
{
background-color: #2004B5;
}
.BgClassName
{
background-color: #2004B5;
}
</style>
border-color css
<style>
span { border-color: #2004B5; }
span { border-color: rgb(32,4,181); }
td.TdClassName
{
border-color: #2004B5;
}
.TagClassName
{
border-color: #2004B5;
}
</style>