Shades of Ultramarine #2004A4
Tints of Ultramarine #2004A4
RGB
CMYK
RGB Variations
Color information
#2004A4 (or 0x2004A4) is known color: Ultramarine. HEX triplet: 20, 04 and A4. RGB value is (32,4,164). Sum of RGB (Red+Green+Blue) = 32+4+164=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 164 (64.45% from 255 or 82% from 200); Max value from RGB is 164 - color contains mainly: blue. Hex color #2004A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2004A4 is #DFFB5B. Grayscale: #1E1E1E. Windows color (decimal): -14678876 or 10748960. OLE color: 10748960.
HSL color Cylindrical-coordinate representation of color #2004A4: hue angle of 250.5º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2004A4 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 4 | 164 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.36 |
| HSL | 250.5º | 0.95% | 0.33% | - |
| HSV(B) | 250.5º | 0.98% | 0.64% | - |
| XYZ | 7.34 | 3.07 | 35.33 | - |
| YUV | 30.61 | 203.28 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 164 | 0.80 | 0.98 | 0 | 0.36 | 250.5 | 0.95 | 0.33 |
| Hex | 20 | 4 | A4 | 50 | 62 | 0 | 24 | FB | 5F | 21 |
| Octal | 40 | 4 | 244 | 120 | 142 | 0 | 44 | 373 | 137 | 41 |
| Binary | 100000 | 100 | 10100100 | 1010000 | 1100010 | 0 | 100100 | 11111011 | 1011111 | 100001 |
Color Harmonies of #2004A4
Complementary color
Monochromatic Colors of #2004A4
Black with #2004A4
Text Example
Text Example
White with #2004A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2004A4; }
p { color: rgb(32,4,164); }
H1.HeaderClassName
{
color: #2004A4;
}
.AnyTagClassName
{
color: #2004A4;
}
</style>
background-color css
<style>
a { background-color: #2004A4; }
a { background-color: rgb(32,4,164); }
div.DivClassName
{
background-color: #2004A4;
}
.BgClassName
{
background-color: #2004A4;
}
</style>
border-color css
<style>
span { border-color: #2004A4; }
span { border-color: rgb(32,4,164); }
td.TdClassName
{
border-color: #2004A4;
}
.TagClassName
{
border-color: #2004A4;
}
</style>