Shades of Prussian Blue #022B4A
Tints of Prussian Blue #022B4A
RGB
CMYK
RGB Variations
Color information
#022B4A (or 0x022B4A) is known color: Prussian Blue. HEX triplet: 02, 2B and 4A. RGB value is (2,43,74). Sum of RGB (Red+Green+Blue) = 2+43+74=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 74 (29.30% from 255 or 62.18% from 119); Max value from RGB is 74 - color contains mainly: blue. Hex color #022B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022B4A is #FDD4B5. Grayscale: #222222. Windows color (decimal): -16635062 or 4860674. OLE color: 4860674.
HSL color Cylindrical-coordinate representation of color #022B4A: hue angle of 205.83º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022B4A is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 43 | 74 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.71 |
| HSL | 205.83º | 0.95% | 0.15% | - |
| HSV(B) | 205.83º | 0.97% | 0.29% | - |
| XYZ | 2.12 | 2.24 | 6.8 | - |
| YUV | 34.28 | 150.42 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 74 | 0.97 | 0.42 | 0 | 0.71 | 205.83 | 0.95 | 0.15 |
| Hex | 2 | 2B | 4A | 61 | 2A | 0 | 47 | CE | 5F | F |
| Octal | 2 | 53 | 112 | 141 | 52 | 0 | 107 | 316 | 137 | 17 |
| Binary | 10 | 101011 | 1001010 | 1100001 | 101010 | 0 | 1000111 | 11001110 | 1011111 | 1111 |
Color Harmonies of #022B4A
Complementary color
Monochromatic Colors of #022B4A
Black with #022B4A
Text Example
Text Example
White with #022B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022B4A; }
p { color: rgb(2,43,74); }
H1.HeaderClassName
{
color: #022B4A;
}
.AnyTagClassName
{
color: #022B4A;
}
</style>
background-color css
<style>
a { background-color: #022B4A; }
a { background-color: rgb(2,43,74); }
div.DivClassName
{
background-color: #022B4A;
}
.BgClassName
{
background-color: #022B4A;
}
</style>
border-color css
<style>
span { border-color: #022B4A; }
span { border-color: rgb(2,43,74); }
td.TdClassName
{
border-color: #022B4A;
}
.TagClassName
{
border-color: #022B4A;
}
</style>