Shades of Prussian Blue #022E6D
Tints of Prussian Blue #022E6D
RGB
CMYK
RGB Variations
Color information
#022E6D (or 0x022E6D) is known color: Prussian Blue. HEX triplet: 02, 2E and 6D. RGB value is (2,46,109). Sum of RGB (Red+Green+Blue) = 2+46+109=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 109 (42.97% from 255 or 69.43% from 157); Max value from RGB is 109 - color contains mainly: blue. Hex color #022E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E6D is #FDD192. Grayscale: #272727. Windows color (decimal): -16634259 or 7155202. OLE color: 7155202.
HSL color Cylindrical-coordinate representation of color #022E6D: hue angle of 215.33º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022E6D is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 46 | 109 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.57 |
| HSL | 215.33º | 0.96% | 0.22% | - |
| HSV(B) | 215.33º | 0.98% | 0.43% | - |
| XYZ | 3.76 | 3.07 | 14.86 | - |
| YUV | 40.03 | 166.92 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 109 | 0.98 | 0.58 | 0 | 0.57 | 215.33 | 0.96 | 0.22 |
| Hex | 2 | 2E | 6D | 62 | 3A | 0 | 39 | D7 | 60 | 16 |
| Octal | 2 | 56 | 155 | 142 | 72 | 0 | 71 | 327 | 140 | 26 |
| Binary | 10 | 101110 | 1101101 | 1100010 | 111010 | 0 | 111001 | 11010111 | 1100000 | 10110 |
Color Harmonies of #022E6D
Complementary color
Monochromatic Colors of #022E6D
Black with #022E6D
Text Example
Text Example
White with #022E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022E6D; }
p { color: rgb(2,46,109); }
H1.HeaderClassName
{
color: #022E6D;
}
.AnyTagClassName
{
color: #022E6D;
}
</style>
background-color css
<style>
a { background-color: #022E6D; }
a { background-color: rgb(2,46,109); }
div.DivClassName
{
background-color: #022E6D;
}
.BgClassName
{
background-color: #022E6D;
}
</style>
border-color css
<style>
span { border-color: #022E6D; }
span { border-color: rgb(2,46,109); }
td.TdClassName
{
border-color: #022E6D;
}
.TagClassName
{
border-color: #022E6D;
}
</style>