Shades of Prussian Blue #002F76
Tints of Prussian Blue #002F76
RGB
CMYK
RGB Variations
Color information
#002F76 (or 0x002F76) is known color: Prussian Blue. HEX triplet: 00, 2F and 76. RGB value is (0,47,118). Sum of RGB (Red+Green+Blue) = 0+47+118=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #002F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F76 is #FFD089. Grayscale: #282828. Windows color (decimal): -16765066 or 7745280. OLE color: 7745280.
HSL color Cylindrical-coordinate representation of color #002F76: hue angle of 216.1º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F76 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 47 | 118 | - |
| CMYK | 1 | 0.60 | 0 | 0.54 |
| HSL | 216.1º | 1% | 0.23% | - |
| HSV(B) | 216.1º | 1% | 0.46% | - |
| XYZ | 4.29 | 3.34 | 17.56 | - |
| YUV | 41.04 | 171.43 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 118 | 1 | 0.60 | 0 | 0.54 | 216.1 | 1 | 0.23 |
| Hex | 0 | 2F | 76 | 64 | 3C | 0 | 36 | D8 | 64 | 17 |
| Octal | 0 | 57 | 166 | 144 | 74 | 0 | 66 | 330 | 144 | 27 |
| Binary | 0 | 101111 | 1110110 | 1100100 | 111100 | 0 | 110110 | 11011000 | 1100100 | 10111 |
Color Harmonies of #002F76
Complementary color
Monochromatic Colors of #002F76
Black with #002F76
Text Example
Text Example
White with #002F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F76; }
p { color: rgb(0,47,118); }
H1.HeaderClassName
{
color: #002F76;
}
.AnyTagClassName
{
color: #002F76;
}
</style>
background-color css
<style>
a { background-color: #002F76; }
a { background-color: rgb(0,47,118); }
div.DivClassName
{
background-color: #002F76;
}
.BgClassName
{
background-color: #002F76;
}
</style>
border-color css
<style>
span { border-color: #002F76; }
span { border-color: rgb(0,47,118); }
td.TdClassName
{
border-color: #002F76;
}
.TagClassName
{
border-color: #002F76;
}
</style>