Shades of Prussian Blue #04314D
Tints of Prussian Blue #04314D
RGB
CMYK
RGB Variations
Color information
#04314D (or 0x04314D) is known color: Prussian Blue. HEX triplet: 04, 31 and 4D. RGB value is (4,49,77). Sum of RGB (Red+Green+Blue) = 4+49+77=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #04314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04314D is #FBCEB2. Grayscale: #262626. Windows color (decimal): -16502451 or 5058820. OLE color: 5058820.
HSL color Cylindrical-coordinate representation of color #04314D: hue angle of 203.01º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04314D is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 49 | 77 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.70 |
| HSL | 203.01º | 0.9% | 0.16% | - |
| HSV(B) | 203.01º | 0.95% | 0.3% | - |
| XYZ | 2.49 | 2.76 | 7.42 | - |
| YUV | 38.74 | 149.59 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 49 | 77 | 0.95 | 0.36 | 0 | 0.70 | 203.01 | 0.9 | 0.16 |
| Hex | 4 | 31 | 4D | 5F | 24 | 0 | 46 | CB | 5A | 10 |
| Octal | 4 | 61 | 115 | 137 | 44 | 0 | 106 | 313 | 132 | 20 |
| Binary | 100 | 110001 | 1001101 | 1011111 | 100100 | 0 | 1000110 | 11001011 | 1011010 | 10000 |
Color Harmonies of #04314D
Complementary color
Monochromatic Colors of #04314D
Black with #04314D
Text Example
Text Example
White with #04314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04314D; }
p { color: rgb(4,49,77); }
H1.HeaderClassName
{
color: #04314D;
}
.AnyTagClassName
{
color: #04314D;
}
</style>
background-color css
<style>
a { background-color: #04314D; }
a { background-color: rgb(4,49,77); }
div.DivClassName
{
background-color: #04314D;
}
.BgClassName
{
background-color: #04314D;
}
</style>
border-color css
<style>
span { border-color: #04314D; }
span { border-color: rgb(4,49,77); }
td.TdClassName
{
border-color: #04314D;
}
.TagClassName
{
border-color: #04314D;
}
</style>