Shades of Prussian Blue #002F4A
Tints of Prussian Blue #002F4A
RGB
CMYK
RGB Variations
Color information
#002F4A (or 0x002F4A) is known color: Prussian Blue. HEX triplet: 00, 2F and 4A. RGB value is (0,47,74). Sum of RGB (Red+Green+Blue) = 0+47+74=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #002F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002F4A is #FFD0B5. Grayscale: #232323. Windows color (decimal): -16765110 or 4861696. OLE color: 4861696.
HSL color Cylindrical-coordinate representation of color #002F4A: hue angle of 201.89º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F4A is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 47 | 74 | - |
| CMYK | 1 | 0.36 | 0 | 0.71 |
| HSL | 201.89º | 1% | 0.15% | - |
| HSV(B) | 201.89º | 1% | 0.29% | - |
| XYZ | 2.25 | 2.53 | 6.85 | - |
| YUV | 36.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 74 | 1 | 0.36 | 0 | 0.71 | 201.89 | 1 | 0.15 |
| Hex | 0 | 2F | 4A | 64 | 24 | 0 | 47 | CA | 64 | F |
| Octal | 0 | 57 | 112 | 144 | 44 | 0 | 107 | 312 | 144 | 17 |
| Binary | 0 | 101111 | 1001010 | 1100100 | 100100 | 0 | 1000111 | 11001010 | 1100100 | 1111 |
Color Harmonies of #002F4A
Complementary color
Monochromatic Colors of #002F4A
Black with #002F4A
Text Example
Text Example
White with #002F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F4A; }
p { color: rgb(0,47,74); }
H1.HeaderClassName
{
color: #002F4A;
}
.AnyTagClassName
{
color: #002F4A;
}
</style>
background-color css
<style>
a { background-color: #002F4A; }
a { background-color: rgb(0,47,74); }
div.DivClassName
{
background-color: #002F4A;
}
.BgClassName
{
background-color: #002F4A;
}
</style>
border-color css
<style>
span { border-color: #002F4A; }
span { border-color: rgb(0,47,74); }
td.TdClassName
{
border-color: #002F4A;
}
.TagClassName
{
border-color: #002F4A;
}
</style>