Shades of Prussian Blue #022E68
Tints of Prussian Blue #022E68
RGB
CMYK
RGB Variations
Color information
#022E68 (or 0x022E68) is known color: Prussian Blue. HEX triplet: 02, 2E and 68. RGB value is (2,46,104). Sum of RGB (Red+Green+Blue) = 2+46+104=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #022E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E68 is #FDD197. Grayscale: #272727. Windows color (decimal): -16634264 or 6827522. OLE color: 6827522.
HSL color Cylindrical-coordinate representation of color #022E68: hue angle of 214.12º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022E68 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 46 | 104 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.59 |
| HSL | 214.12º | 0.96% | 0.21% | - |
| HSV(B) | 214.12º | 0.98% | 0.41% | - |
| XYZ | 3.5 | 2.97 | 13.48 | - |
| YUV | 39.46 | 164.42 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 104 | 0.98 | 0.56 | 0 | 0.59 | 214.12 | 0.96 | 0.21 |
| Hex | 2 | 2E | 68 | 62 | 38 | 0 | 3B | D6 | 60 | 15 |
| Octal | 2 | 56 | 150 | 142 | 70 | 0 | 73 | 326 | 140 | 25 |
| Binary | 10 | 101110 | 1101000 | 1100010 | 111000 | 0 | 111011 | 11010110 | 1100000 | 10101 |
Color Harmonies of #022E68
Complementary color
Monochromatic Colors of #022E68
Black with #022E68
Text Example
Text Example
White with #022E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022E68; }
p { color: rgb(2,46,104); }
H1.HeaderClassName
{
color: #022E68;
}
.AnyTagClassName
{
color: #022E68;
}
</style>
background-color css
<style>
a { background-color: #022E68; }
a { background-color: rgb(2,46,104); }
div.DivClassName
{
background-color: #022E68;
}
.BgClassName
{
background-color: #022E68;
}
</style>
border-color css
<style>
span { border-color: #022E68; }
span { border-color: rgb(2,46,104); }
td.TdClassName
{
border-color: #022E68;
}
.TagClassName
{
border-color: #022E68;
}
</style>