Shades of Prussian Blue #002E5B
Tints of Prussian Blue #002E5B
RGB
CMYK
RGB Variations
Color information
#002E5B (or 0x002E5B) is known color: Prussian Blue. HEX triplet: 00, 2E and 5B. RGB value is (0,46,91). Sum of RGB (Red+Green+Blue) = 0+46+91=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 91 (35.94% from 255 or 66.42% from 137); Max value from RGB is 91 - color contains mainly: blue. Hex color #002E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E5B is #FFD1A4. Grayscale: #252525. Windows color (decimal): -16765349 or 5975552. OLE color: 5975552.
HSL color Cylindrical-coordinate representation of color #002E5B: hue angle of 209.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002E5B is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 46 | 91 | - |
| CMYK | 1 | 0.49 | 0 | 0.64 |
| HSL | 209.67º | 1% | 0.18% | - |
| HSV(B) | 209.67º | 1% | 0.36% | - |
| XYZ | 2.87 | 2.71 | 10.27 | - |
| YUV | 37.38 | 158.26 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 46 | 91 | 1 | 0.49 | 0 | 0.64 | 209.67 | 1 | 0.18 |
| Hex | 0 | 2E | 5B | 64 | 31 | 0 | 40 | D2 | 64 | 12 |
| Octal | 0 | 56 | 133 | 144 | 61 | 0 | 100 | 322 | 144 | 22 |
| Binary | 0 | 101110 | 1011011 | 1100100 | 110001 | 0 | 1000000 | 11010010 | 1100100 | 10010 |
Color Harmonies of #002E5B
Complementary color
Monochromatic Colors of #002E5B
Black with #002E5B
Text Example
Text Example
White with #002E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002E5B; }
p { color: rgb(0,46,91); }
H1.HeaderClassName
{
color: #002E5B;
}
.AnyTagClassName
{
color: #002E5B;
}
</style>
background-color css
<style>
a { background-color: #002E5B; }
a { background-color: rgb(0,46,91); }
div.DivClassName
{
background-color: #002E5B;
}
.BgClassName
{
background-color: #002E5B;
}
</style>
border-color css
<style>
span { border-color: #002E5B; }
span { border-color: rgb(0,46,91); }
td.TdClassName
{
border-color: #002E5B;
}
.TagClassName
{
border-color: #002E5B;
}
</style>