Shades of Prussian Blue #002E59
Tints of Prussian Blue #002E59
RGB
CMYK
RGB Variations
Color information
#002E59 (or 0x002E59) is known color: Prussian Blue. HEX triplet: 00, 2E and 59. RGB value is (0,46,89). Sum of RGB (Red+Green+Blue) = 0+46+89=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #002E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E59 is #FFD1A6. Grayscale: #242424. Windows color (decimal): -16765351 or 5844480. OLE color: 5844480.
HSL color Cylindrical-coordinate representation of color #002E59: hue angle of 208.99º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E59 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 46 | 89 | - |
| CMYK | 1 | 0.48 | 0 | 0.65 |
| HSL | 208.99º | 1% | 0.17% | - |
| HSV(B) | 208.99º | 1% | 0.35% | - |
| XYZ | 2.78 | 2.68 | 9.82 | - |
| YUV | 37.15 | 157.26 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 89 | 1 | 0.48 | 0 | 0.65 | 208.99 | 1 | 0.17 |
| Hex | 0 | 2E | 59 | 64 | 30 | 0 | 41 | D1 | 64 | 11 |
| Octal | 0 | 56 | 131 | 144 | 60 | 0 | 101 | 321 | 144 | 21 |
| Binary | 0 | 101110 | 1011001 | 1100100 | 110000 | 0 | 1000001 | 11010001 | 1100100 | 10001 |
Color Harmonies of #002E59
Complementary color
Monochromatic Colors of #002E59
Black with #002E59
Text Example
Text Example
White with #002E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002E59; }
p { color: rgb(0,46,89); }
H1.HeaderClassName
{
color: #002E59;
}
.AnyTagClassName
{
color: #002E59;
}
</style>
background-color css
<style>
a { background-color: #002E59; }
a { background-color: rgb(0,46,89); }
div.DivClassName
{
background-color: #002E59;
}
.BgClassName
{
background-color: #002E59;
}
</style>
border-color css
<style>
span { border-color: #002E59; }
span { border-color: rgb(0,46,89); }
td.TdClassName
{
border-color: #002E59;
}
.TagClassName
{
border-color: #002E59;
}
</style>