Shades of Prussian Blue #002B51
Tints of Prussian Blue #002B51
RGB
CMYK
RGB Variations
Color information
#002B51 (or 0x002B51) is known color: Prussian Blue. HEX triplet: 00, 2B and 51. RGB value is (0,43,81). Sum of RGB (Red+Green+Blue) = 0+43+81=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #002B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002B51 is #FFD4AE. Grayscale: #222222. Windows color (decimal): -16766127 or 5319424. OLE color: 5319424.
HSL color Cylindrical-coordinate representation of color #002B51: hue angle of 208.15º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B51 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 43 | 81 | - |
| CMYK | 1 | 0.47 | 0 | 0.68 |
| HSL | 208.15º | 1% | 0.16% | - |
| HSV(B) | 208.15º | 1% | 0.32% | - |
| XYZ | 2.35 | 2.32 | 8.11 | - |
| YUV | 34.48 | 154.25 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 81 | 1 | 0.47 | 0 | 0.68 | 208.15 | 1 | 0.16 |
| Hex | 0 | 2B | 51 | 64 | 2F | 0 | 44 | D0 | 64 | 10 |
| Octal | 0 | 53 | 121 | 144 | 57 | 0 | 104 | 320 | 144 | 20 |
| Binary | 0 | 101011 | 1010001 | 1100100 | 101111 | 0 | 1000100 | 11010000 | 1100100 | 10000 |
Color Harmonies of #002B51
Complementary color
Monochromatic Colors of #002B51
Black with #002B51
Text Example
Text Example
White with #002B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002B51; }
p { color: rgb(0,43,81); }
H1.HeaderClassName
{
color: #002B51;
}
.AnyTagClassName
{
color: #002B51;
}
</style>
background-color css
<style>
a { background-color: #002B51; }
a { background-color: rgb(0,43,81); }
div.DivClassName
{
background-color: #002B51;
}
.BgClassName
{
background-color: #002B51;
}
</style>
border-color css
<style>
span { border-color: #002B51; }
span { border-color: rgb(0,43,81); }
td.TdClassName
{
border-color: #002B51;
}
.TagClassName
{
border-color: #002B51;
}
</style>