Shades of Prussian Blue #002F4E
Tints of Prussian Blue #002F4E
RGB
CMYK
RGB Variations
Color information
#002F4E (or 0x002F4E) is known color: Prussian Blue. HEX triplet: 00, 2F and 4E. RGB value is (0,47,78). Sum of RGB (Red+Green+Blue) = 0+47+78=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #002F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F4E is #FFD0B1. Grayscale: #242424. Windows color (decimal): -16765106 or 5123840. OLE color: 5123840.
HSL color Cylindrical-coordinate representation of color #002F4E: hue angle of 203.85º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F4E is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 47 | 78 | - |
| CMYK | 1 | 0.40 | 0 | 0.69 |
| HSL | 203.85º | 1% | 0.15% | - |
| HSV(B) | 203.85º | 1% | 0.31% | - |
| XYZ | 2.39 | 2.58 | 7.58 | - |
| YUV | 36.48 | 151.43 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 78 | 1 | 0.40 | 0 | 0.69 | 203.85 | 1 | 0.15 |
| Hex | 0 | 2F | 4E | 64 | 28 | 0 | 45 | CC | 64 | F |
| Octal | 0 | 57 | 116 | 144 | 50 | 0 | 105 | 314 | 144 | 17 |
| Binary | 0 | 101111 | 1001110 | 1100100 | 101000 | 0 | 1000101 | 11001100 | 1100100 | 1111 |
Color Harmonies of #002F4E
Complementary color
Monochromatic Colors of #002F4E
Black with #002F4E
Text Example
Text Example
White with #002F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F4E; }
p { color: rgb(0,47,78); }
H1.HeaderClassName
{
color: #002F4E;
}
.AnyTagClassName
{
color: #002F4E;
}
</style>
background-color css
<style>
a { background-color: #002F4E; }
a { background-color: rgb(0,47,78); }
div.DivClassName
{
background-color: #002F4E;
}
.BgClassName
{
background-color: #002F4E;
}
</style>
border-color css
<style>
span { border-color: #002F4E; }
span { border-color: rgb(0,47,78); }
td.TdClassName
{
border-color: #002F4E;
}
.TagClassName
{
border-color: #002F4E;
}
</style>