Shades of Prussian Blue #04305D
Tints of Prussian Blue #04305D
RGB
CMYK
RGB Variations
Color information
#04305D (or 0x04305D) is known color: Prussian Blue. HEX triplet: 04, 30 and 5D. RGB value is (4,48,93). Sum of RGB (Red+Green+Blue) = 4+48+93=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #04305D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04305D is #FBCFA2. Grayscale: #272727. Windows color (decimal): -16502691 or 6107140. OLE color: 6107140.
HSL color Cylindrical-coordinate representation of color #04305D: hue angle of 210.34º 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 #04305D is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 48 | 93 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.64 |
| HSL | 210.34º | 0.92% | 0.19% | - |
| HSV(B) | 210.34º | 0.96% | 0.36% | - |
| XYZ | 3.08 | 2.93 | 10.76 | - |
| YUV | 39.97 | 157.92 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 48 | 93 | 0.96 | 0.48 | 0 | 0.64 | 210.34 | 0.92 | 0.19 |
| Hex | 4 | 30 | 5D | 60 | 30 | 0 | 40 | D2 | 5C | 13 |
| Octal | 4 | 60 | 135 | 140 | 60 | 0 | 100 | 322 | 134 | 23 |
| Binary | 100 | 110000 | 1011101 | 1100000 | 110000 | 0 | 1000000 | 11010010 | 1011100 | 10011 |
Color Harmonies of #04305D
Complementary color
Monochromatic Colors of #04305D
Black with #04305D
Text Example
Text Example
White with #04305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04305D; }
p { color: rgb(4,48,93); }
H1.HeaderClassName
{
color: #04305D;
}
.AnyTagClassName
{
color: #04305D;
}
</style>
background-color css
<style>
a { background-color: #04305D; }
a { background-color: rgb(4,48,93); }
div.DivClassName
{
background-color: #04305D;
}
.BgClassName
{
background-color: #04305D;
}
</style>
border-color css
<style>
span { border-color: #04305D; }
span { border-color: rgb(4,48,93); }
td.TdClassName
{
border-color: #04305D;
}
.TagClassName
{
border-color: #04305D;
}
</style>