Shades of Prussian Blue #04294A
Tints of Prussian Blue #04294A
RGB
CMYK
RGB Variations
Color information
#04294A (or 0x04294A) is known color: Prussian Blue. HEX triplet: 04, 29 and 4A. RGB value is (4,41,74). Sum of RGB (Red+Green+Blue) = 4+41+74=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 74 (29.30% from 255 or 62.18% from 119); Max value from RGB is 74 - color contains mainly: blue. Hex color #04294A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04294A is #FBD6B5. Grayscale: #212121. Windows color (decimal): -16504502 or 4860164. OLE color: 4860164.
HSL color Cylindrical-coordinate representation of color #04294A: hue angle of 208.29º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04294A is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 41 | 74 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.71 |
| HSL | 208.29º | 0.9% | 0.15% | - |
| HSV(B) | 208.29º | 0.95% | 0.29% | - |
| XYZ | 2.08 | 2.11 | 6.78 | - |
| YUV | 33.7 | 150.74 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 74 | 0.95 | 0.45 | 0 | 0.71 | 208.29 | 0.9 | 0.15 |
| Hex | 4 | 29 | 4A | 5F | 2D | 0 | 47 | D0 | 5A | F |
| Octal | 4 | 51 | 112 | 137 | 55 | 0 | 107 | 320 | 132 | 17 |
| Binary | 100 | 101001 | 1001010 | 1011111 | 101101 | 0 | 1000111 | 11010000 | 1011010 | 1111 |
Color Harmonies of #04294A
Complementary color
Monochromatic Colors of #04294A
Black with #04294A
Text Example
Text Example
White with #04294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04294A; }
p { color: rgb(4,41,74); }
H1.HeaderClassName
{
color: #04294A;
}
.AnyTagClassName
{
color: #04294A;
}
</style>
background-color css
<style>
a { background-color: #04294A; }
a { background-color: rgb(4,41,74); }
div.DivClassName
{
background-color: #04294A;
}
.BgClassName
{
background-color: #04294A;
}
</style>
border-color css
<style>
span { border-color: #04294A; }
span { border-color: rgb(4,41,74); }
td.TdClassName
{
border-color: #04294A;
}
.TagClassName
{
border-color: #04294A;
}
</style>