Shades of Prussian Blue #002F4D
Tints of Prussian Blue #002F4D
RGB
CMYK
RGB Variations
Color information
#002F4D (or 0x002F4D) is known color: Prussian Blue. HEX triplet: 00, 2F and 4D. RGB value is (0,47,77). Sum of RGB (Red+Green+Blue) = 0+47+77=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #002F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F4D is #FFD0B2. Grayscale: #242424. Windows color (decimal): -16765107 or 5058304. OLE color: 5058304.
HSL color Cylindrical-coordinate representation of color #002F4D: hue angle of 203.38º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F4D is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 47 | 77 | - |
| CMYK | 1 | 0.39 | 0 | 0.70 |
| HSL | 203.38º | 1% | 0.15% | - |
| HSV(B) | 203.38º | 1% | 0.3% | - |
| XYZ | 2.36 | 2.57 | 7.39 | - |
| YUV | 36.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 77 | 1 | 0.39 | 0 | 0.70 | 203.38 | 1 | 0.15 |
| Hex | 0 | 2F | 4D | 64 | 27 | 0 | 46 | CB | 64 | F |
| Octal | 0 | 57 | 115 | 144 | 47 | 0 | 106 | 313 | 144 | 17 |
| Binary | 0 | 101111 | 1001101 | 1100100 | 100111 | 0 | 1000110 | 11001011 | 1100100 | 1111 |
Color Harmonies of #002F4D
Complementary color
Monochromatic Colors of #002F4D
Black with #002F4D
Text Example
Text Example
White with #002F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F4D; }
p { color: rgb(0,47,77); }
H1.HeaderClassName
{
color: #002F4D;
}
.AnyTagClassName
{
color: #002F4D;
}
</style>
background-color css
<style>
a { background-color: #002F4D; }
a { background-color: rgb(0,47,77); }
div.DivClassName
{
background-color: #002F4D;
}
.BgClassName
{
background-color: #002F4D;
}
</style>
border-color css
<style>
span { border-color: #002F4D; }
span { border-color: rgb(0,47,77); }
td.TdClassName
{
border-color: #002F4D;
}
.TagClassName
{
border-color: #002F4D;
}
</style>