Shades of Prussian Blue #022A4D
Tints of Prussian Blue #022A4D
RGB
CMYK
RGB Variations
Color information
#022A4D (or 0x022A4D) is known color: Prussian Blue. HEX triplet: 02, 2A and 4D. RGB value is (2,42,77). Sum of RGB (Red+Green+Blue) = 2+42+77=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #022A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A4D is #FDD5B2. Grayscale: #212121. Windows color (decimal): -16635315 or 5057026. OLE color: 5057026.
HSL color Cylindrical-coordinate representation of color #022A4D: hue angle of 208º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022A4D is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 42 | 77 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.70 |
| HSL | 208º | 0.95% | 0.15% | - |
| HSV(B) | 208º | 0.97% | 0.3% | - |
| XYZ | 2.19 | 2.2 | 7.33 | - |
| YUV | 34.03 | 152.25 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 77 | 0.97 | 0.45 | 0 | 0.70 | 208 | 0.95 | 0.15 |
| Hex | 2 | 2A | 4D | 61 | 2D | 0 | 46 | D0 | 5F | F |
| Octal | 2 | 52 | 115 | 141 | 55 | 0 | 106 | 320 | 137 | 17 |
| Binary | 10 | 101010 | 1001101 | 1100001 | 101101 | 0 | 1000110 | 11010000 | 1011111 | 1111 |
Color Harmonies of #022A4D
Complementary color
Monochromatic Colors of #022A4D
Black with #022A4D
Text Example
Text Example
White with #022A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A4D; }
p { color: rgb(2,42,77); }
H1.HeaderClassName
{
color: #022A4D;
}
.AnyTagClassName
{
color: #022A4D;
}
</style>
background-color css
<style>
a { background-color: #022A4D; }
a { background-color: rgb(2,42,77); }
div.DivClassName
{
background-color: #022A4D;
}
.BgClassName
{
background-color: #022A4D;
}
</style>
border-color css
<style>
span { border-color: #022A4D; }
span { border-color: rgb(2,42,77); }
td.TdClassName
{
border-color: #022A4D;
}
.TagClassName
{
border-color: #022A4D;
}
</style>