Shades of Prussian Blue #022E63
Tints of Prussian Blue #022E63
RGB
CMYK
RGB Variations
Color information
#022E63 (or 0x022E63) is known color: Prussian Blue. HEX triplet: 02, 2E and 63. RGB value is (2,46,99). Sum of RGB (Red+Green+Blue) = 2+46+99=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #022E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E63 is #FDD19C. Grayscale: #262626. Windows color (decimal): -16634269 or 6499842. OLE color: 6499842.
HSL color Cylindrical-coordinate representation of color #022E63: hue angle of 212.78º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022E63 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 46 | 99 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.61 |
| HSL | 212.78º | 0.96% | 0.2% | - |
| HSV(B) | 212.78º | 0.98% | 0.39% | - |
| XYZ | 3.25 | 2.87 | 12.19 | - |
| YUV | 38.89 | 161.92 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 99 | 0.98 | 0.54 | 0 | 0.61 | 212.78 | 0.96 | 0.2 |
| Hex | 2 | 2E | 63 | 62 | 36 | 0 | 3D | D5 | 60 | 14 |
| Octal | 2 | 56 | 143 | 142 | 66 | 0 | 75 | 325 | 140 | 24 |
| Binary | 10 | 101110 | 1100011 | 1100010 | 110110 | 0 | 111101 | 11010101 | 1100000 | 10100 |
Color Harmonies of #022E63
Complementary color
Monochromatic Colors of #022E63
Black with #022E63
Text Example
Text Example
White with #022E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022E63; }
p { color: rgb(2,46,99); }
H1.HeaderClassName
{
color: #022E63;
}
.AnyTagClassName
{
color: #022E63;
}
</style>
background-color css
<style>
a { background-color: #022E63; }
a { background-color: rgb(2,46,99); }
div.DivClassName
{
background-color: #022E63;
}
.BgClassName
{
background-color: #022E63;
}
</style>
border-color css
<style>
span { border-color: #022E63; }
span { border-color: rgb(2,46,99); }
td.TdClassName
{
border-color: #022E63;
}
.TagClassName
{
border-color: #022E63;
}
</style>