Shades of Prussian Blue #002F67
Tints of Prussian Blue #002F67
RGB
CMYK
RGB Variations
Color information
#002F67 (or 0x002F67) is known color: Prussian Blue. HEX triplet: 00, 2F and 67. RGB value is (0,47,103). Sum of RGB (Red+Green+Blue) = 0+47+103=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 103 (40.62% from 255 or 68.67% from 150); Max value from RGB is 103 - color contains mainly: blue. Hex color #002F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002F67 is #FFD098. Grayscale: #272727. Windows color (decimal): -16765081 or 6762240. OLE color: 6762240.
HSL color Cylindrical-coordinate representation of color #002F67: hue angle of 212.62º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F67 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 47 | 103 | - |
| CMYK | 1 | 0.54 | 0 | 0.60 |
| HSL | 212.62º | 1% | 0.2% | - |
| HSV(B) | 212.62º | 1% | 0.4% | - |
| XYZ | 3.46 | 3.01 | 13.23 | - |
| YUV | 39.33 | 163.93 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 103 | 1 | 0.54 | 0 | 0.60 | 212.62 | 1 | 0.2 |
| Hex | 0 | 2F | 67 | 64 | 36 | 0 | 3C | D5 | 64 | 14 |
| Octal | 0 | 57 | 147 | 144 | 66 | 0 | 74 | 325 | 144 | 24 |
| Binary | 0 | 101111 | 1100111 | 1100100 | 110110 | 0 | 111100 | 11010101 | 1100100 | 10100 |
Color Harmonies of #002F67
Complementary color
Monochromatic Colors of #002F67
Black with #002F67
Text Example
Text Example
White with #002F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F67; }
p { color: rgb(0,47,103); }
H1.HeaderClassName
{
color: #002F67;
}
.AnyTagClassName
{
color: #002F67;
}
</style>
background-color css
<style>
a { background-color: #002F67; }
a { background-color: rgb(0,47,103); }
div.DivClassName
{
background-color: #002F67;
}
.BgClassName
{
background-color: #002F67;
}
</style>
border-color css
<style>
span { border-color: #002F67; }
span { border-color: rgb(0,47,103); }
td.TdClassName
{
border-color: #002F67;
}
.TagClassName
{
border-color: #002F67;
}
</style>