Shades of Prussian Blue #04295B
Tints of Prussian Blue #04295B
RGB
CMYK
RGB Variations
Color information
#04295B (or 0x04295B) is known color: Prussian Blue. HEX triplet: 04, 29 and 5B. RGB value is (4,41,91). Sum of RGB (Red+Green+Blue) = 4+41+91=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 91 (35.94% from 255 or 66.91% from 136); Max value from RGB is 91 - color contains mainly: blue. Hex color #04295B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04295B is #FBD6A4. Grayscale: #232323. Windows color (decimal): -16504485 or 5974276. OLE color: 5974276.
HSL color Cylindrical-coordinate representation of color #04295B: hue angle of 214.48º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04295B is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 41 | 91 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.64 |
| HSL | 214.48º | 0.92% | 0.19% | - |
| HSV(B) | 214.48º | 0.96% | 0.36% | - |
| XYZ | 2.73 | 2.37 | 10.21 | - |
| YUV | 35.64 | 159.24 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 91 | 0.96 | 0.55 | 0 | 0.64 | 214.48 | 0.92 | 0.19 |
| Hex | 4 | 29 | 5B | 60 | 37 | 0 | 40 | D6 | 5C | 13 |
| Octal | 4 | 51 | 133 | 140 | 67 | 0 | 100 | 326 | 134 | 23 |
| Binary | 100 | 101001 | 1011011 | 1100000 | 110111 | 0 | 1000000 | 11010110 | 1011100 | 10011 |
Color Harmonies of #04295B
Complementary color
Monochromatic Colors of #04295B
Black with #04295B
Text Example
Text Example
White with #04295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04295B; }
p { color: rgb(4,41,91); }
H1.HeaderClassName
{
color: #04295B;
}
.AnyTagClassName
{
color: #04295B;
}
</style>
background-color css
<style>
a { background-color: #04295B; }
a { background-color: rgb(4,41,91); }
div.DivClassName
{
background-color: #04295B;
}
.BgClassName
{
background-color: #04295B;
}
</style>
border-color css
<style>
span { border-color: #04295B; }
span { border-color: rgb(4,41,91); }
td.TdClassName
{
border-color: #04295B;
}
.TagClassName
{
border-color: #04295B;
}
</style>