Shades of Prussian Blue #022D54
Tints of Prussian Blue #022D54
RGB
CMYK
RGB Variations
Color information
#022D54 (or 0x022D54) is known color: Prussian Blue. HEX triplet: 02, 2D and 54. RGB value is (2,45,84). Sum of RGB (Red+Green+Blue) = 2+45+84=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 84 (33.20% from 255 or 64.12% from 131); Max value from RGB is 84 - color contains mainly: blue. Hex color #022D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D54 is #FDD2AB. Grayscale: #242424. Windows color (decimal): -16634540 or 5516546. OLE color: 5516546.
HSL color Cylindrical-coordinate representation of color #022D54: hue angle of 208.54º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022D54 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 45 | 84 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.67 |
| HSL | 208.54º | 0.95% | 0.17% | - |
| HSV(B) | 208.54º | 0.98% | 0.33% | - |
| XYZ | 2.56 | 2.53 | 8.74 | - |
| YUV | 36.59 | 154.75 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 84 | 0.98 | 0.46 | 0 | 0.67 | 208.54 | 0.95 | 0.17 |
| Hex | 2 | 2D | 54 | 62 | 2E | 0 | 43 | D1 | 5F | 11 |
| Octal | 2 | 55 | 124 | 142 | 56 | 0 | 103 | 321 | 137 | 21 |
| Binary | 10 | 101101 | 1010100 | 1100010 | 101110 | 0 | 1000011 | 11010001 | 1011111 | 10001 |
Color Harmonies of #022D54
Complementary color
Monochromatic Colors of #022D54
Black with #022D54
Text Example
Text Example
White with #022D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D54; }
p { color: rgb(2,45,84); }
H1.HeaderClassName
{
color: #022D54;
}
.AnyTagClassName
{
color: #022D54;
}
</style>
background-color css
<style>
a { background-color: #022D54; }
a { background-color: rgb(2,45,84); }
div.DivClassName
{
background-color: #022D54;
}
.BgClassName
{
background-color: #022D54;
}
</style>
border-color css
<style>
span { border-color: #022D54; }
span { border-color: rgb(2,45,84); }
td.TdClassName
{
border-color: #022D54;
}
.TagClassName
{
border-color: #022D54;
}
</style>