Shades of Prussian Blue #022A4E
Tints of Prussian Blue #022A4E
RGB
CMYK
RGB Variations
Color information
#022A4E (or 0x022A4E) is known color: Prussian Blue. HEX triplet: 02, 2A and 4E. RGB value is (2,42,78). Sum of RGB (Red+Green+Blue) = 2+42+78=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #022A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A4E is #FDD5B1. Grayscale: #212121. Windows color (decimal): -16635314 or 5122562. OLE color: 5122562.
HSL color Cylindrical-coordinate representation of color #022A4E: hue angle of 208.42º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022A4E is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 42 | 78 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.69 |
| HSL | 208.42º | 0.95% | 0.16% | - |
| HSV(B) | 208.42º | 0.97% | 0.31% | - |
| XYZ | 2.23 | 2.22 | 7.52 | - |
| YUV | 34.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 78 | 0.97 | 0.46 | 0 | 0.69 | 208.42 | 0.95 | 0.16 |
| Hex | 2 | 2A | 4E | 61 | 2E | 0 | 45 | D0 | 5F | 10 |
| Octal | 2 | 52 | 116 | 141 | 56 | 0 | 105 | 320 | 137 | 20 |
| Binary | 10 | 101010 | 1001110 | 1100001 | 101110 | 0 | 1000101 | 11010000 | 1011111 | 10000 |
Color Harmonies of #022A4E
Complementary color
Monochromatic Colors of #022A4E
Black with #022A4E
Text Example
Text Example
White with #022A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A4E; }
p { color: rgb(2,42,78); }
H1.HeaderClassName
{
color: #022A4E;
}
.AnyTagClassName
{
color: #022A4E;
}
</style>
background-color css
<style>
a { background-color: #022A4E; }
a { background-color: rgb(2,42,78); }
div.DivClassName
{
background-color: #022A4E;
}
.BgClassName
{
background-color: #022A4E;
}
</style>
border-color css
<style>
span { border-color: #022A4E; }
span { border-color: rgb(2,42,78); }
td.TdClassName
{
border-color: #022A4E;
}
.TagClassName
{
border-color: #022A4E;
}
</style>