Shades of Prussian Blue #022E5D
Tints of Prussian Blue #022E5D
RGB
CMYK
RGB Variations
Color information
#022E5D (or 0x022E5D) is known color: Prussian Blue. HEX triplet: 02, 2E and 5D. RGB value is (2,46,93). Sum of RGB (Red+Green+Blue) = 2+46+93=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #022E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E5D is #FDD1A2. Grayscale: #252525. Windows color (decimal): -16634275 or 6106626. OLE color: 6106626.
HSL color Cylindrical-coordinate representation of color #022E5D: hue angle of 210.99º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022E5D is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 46 | 93 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.64 |
| HSL | 210.99º | 0.96% | 0.19% | - |
| HSV(B) | 210.99º | 0.98% | 0.36% | - |
| XYZ | 2.98 | 2.76 | 10.73 | - |
| YUV | 38.2 | 158.92 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 93 | 0.98 | 0.51 | 0 | 0.64 | 210.99 | 0.96 | 0.19 |
| Hex | 2 | 2E | 5D | 62 | 33 | 0 | 40 | D3 | 60 | 13 |
| Octal | 2 | 56 | 135 | 142 | 63 | 0 | 100 | 323 | 140 | 23 |
| Binary | 10 | 101110 | 1011101 | 1100010 | 110011 | 0 | 1000000 | 11010011 | 1100000 | 10011 |
Color Harmonies of #022E5D
Complementary color
Monochromatic Colors of #022E5D
Black with #022E5D
Text Example
Text Example
White with #022E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022E5D; }
p { color: rgb(2,46,93); }
H1.HeaderClassName
{
color: #022E5D;
}
.AnyTagClassName
{
color: #022E5D;
}
</style>
background-color css
<style>
a { background-color: #022E5D; }
a { background-color: rgb(2,46,93); }
div.DivClassName
{
background-color: #022E5D;
}
.BgClassName
{
background-color: #022E5D;
}
</style>
border-color css
<style>
span { border-color: #022E5D; }
span { border-color: rgb(2,46,93); }
td.TdClassName
{
border-color: #022E5D;
}
.TagClassName
{
border-color: #022E5D;
}
</style>