Shades of Prussian Blue #022654
Tints of Prussian Blue #022654
RGB
CMYK
RGB Variations
Color information
#022654 (or 0x022654) is known color: Prussian Blue. HEX triplet: 02, 26 and 54. RGB value is (2,38,84). Sum of RGB (Red+Green+Blue) = 2+38+84=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 84 (33.20% from 255 or 67.74% from 124); Max value from RGB is 84 - color contains mainly: blue. Hex color #022654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022654 is #FDD9AB. Grayscale: #202020. Windows color (decimal): -16636332 or 5514754. OLE color: 5514754.
HSL color Cylindrical-coordinate representation of color #022654: hue angle of 213.66º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022654 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 38 | 84 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.67 |
| HSL | 213.66º | 0.95% | 0.17% | - |
| HSV(B) | 213.66º | 0.98% | 0.33% | - |
| XYZ | 2.32 | 2.04 | 8.66 | - |
| YUV | 32.48 | 157.07 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 84 | 0.98 | 0.55 | 0 | 0.67 | 213.66 | 0.95 | 0.17 |
| Hex | 2 | 26 | 54 | 62 | 37 | 0 | 43 | D6 | 5F | 11 |
| Octal | 2 | 46 | 124 | 142 | 67 | 0 | 103 | 326 | 137 | 21 |
| Binary | 10 | 100110 | 1010100 | 1100010 | 110111 | 0 | 1000011 | 11010110 | 1011111 | 10001 |
Color Harmonies of #022654
Complementary color
Monochromatic Colors of #022654
Black with #022654
Text Example
Text Example
White with #022654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022654; }
p { color: rgb(2,38,84); }
H1.HeaderClassName
{
color: #022654;
}
.AnyTagClassName
{
color: #022654;
}
</style>
background-color css
<style>
a { background-color: #022654; }
a { background-color: rgb(2,38,84); }
div.DivClassName
{
background-color: #022654;
}
.BgClassName
{
background-color: #022654;
}
</style>
border-color css
<style>
span { border-color: #022654; }
span { border-color: rgb(2,38,84); }
td.TdClassName
{
border-color: #022654;
}
.TagClassName
{
border-color: #022654;
}
</style>