Shades of Prussian Blue #002A56
Tints of Prussian Blue #002A56
RGB
CMYK
RGB Variations
Color information
#002A56 (or 0x002A56) is known color: Prussian Blue. HEX triplet: 00, 2A and 56. RGB value is (0,42,86). Sum of RGB (Red+Green+Blue) = 0+42+86=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 86 (33.98% from 255 or 67.19% from 128); Max value from RGB is 86 - color contains mainly: blue. Hex color #002A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A56 is #FFD5A9. Grayscale: #222222. Windows color (decimal): -16766378 or 5646848. OLE color: 5646848.
HSL color Cylindrical-coordinate representation of color #002A56: hue angle of 210.7º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A56 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 42 | 86 | - |
| CMYK | 1 | 0.51 | 0 | 0.66 |
| HSL | 210.7º | 1% | 0.17% | - |
| HSV(B) | 210.7º | 1% | 0.34% | - |
| XYZ | 2.51 | 2.33 | 9.12 | - |
| YUV | 34.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 86 | 1 | 0.51 | 0 | 0.66 | 210.7 | 1 | 0.17 |
| Hex | 0 | 2A | 56 | 64 | 33 | 0 | 42 | D3 | 64 | 11 |
| Octal | 0 | 52 | 126 | 144 | 63 | 0 | 102 | 323 | 144 | 21 |
| Binary | 0 | 101010 | 1010110 | 1100100 | 110011 | 0 | 1000010 | 11010011 | 1100100 | 10001 |
Color Harmonies of #002A56
Complementary color
Monochromatic Colors of #002A56
Black with #002A56
Text Example
Text Example
White with #002A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A56; }
p { color: rgb(0,42,86); }
H1.HeaderClassName
{
color: #002A56;
}
.AnyTagClassName
{
color: #002A56;
}
</style>
background-color css
<style>
a { background-color: #002A56; }
a { background-color: rgb(0,42,86); }
div.DivClassName
{
background-color: #002A56;
}
.BgClassName
{
background-color: #002A56;
}
</style>
border-color css
<style>
span { border-color: #002A56; }
span { border-color: rgb(0,42,86); }
td.TdClassName
{
border-color: #002A56;
}
.TagClassName
{
border-color: #002A56;
}
</style>