Shades of Prussian Blue #002A59
Tints of Prussian Blue #002A59
RGB
CMYK
RGB Variations
Color information
#002A59 (or 0x002A59) is known color: Prussian Blue. HEX triplet: 00, 2A and 59. RGB value is (0,42,89). Sum of RGB (Red+Green+Blue) = 0+42+89=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #002A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A59 is #FFD5A6. Grayscale: #222222. Windows color (decimal): -16766375 or 5843456. OLE color: 5843456.
HSL color Cylindrical-coordinate representation of color #002A59: hue angle of 211.69º 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 #002A59 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 42 | 89 | - |
| CMYK | 1 | 0.53 | 0 | 0.65 |
| HSL | 211.69º | 1% | 0.17% | - |
| HSV(B) | 211.69º | 1% | 0.35% | - |
| XYZ | 2.63 | 2.38 | 9.77 | - |
| YUV | 34.8 | 158.59 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 89 | 1 | 0.53 | 0 | 0.65 | 211.69 | 1 | 0.17 |
| Hex | 0 | 2A | 59 | 64 | 35 | 0 | 41 | D4 | 64 | 11 |
| Octal | 0 | 52 | 131 | 144 | 65 | 0 | 101 | 324 | 144 | 21 |
| Binary | 0 | 101010 | 1011001 | 1100100 | 110101 | 0 | 1000001 | 11010100 | 1100100 | 10001 |
Color Harmonies of #002A59
Complementary color
Monochromatic Colors of #002A59
Black with #002A59
Text Example
Text Example
White with #002A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A59; }
p { color: rgb(0,42,89); }
H1.HeaderClassName
{
color: #002A59;
}
.AnyTagClassName
{
color: #002A59;
}
</style>
background-color css
<style>
a { background-color: #002A59; }
a { background-color: rgb(0,42,89); }
div.DivClassName
{
background-color: #002A59;
}
.BgClassName
{
background-color: #002A59;
}
</style>
border-color css
<style>
span { border-color: #002A59; }
span { border-color: rgb(0,42,89); }
td.TdClassName
{
border-color: #002A59;
}
.TagClassName
{
border-color: #002A59;
}
</style>