Shades of Prussian Blue #023279
Tints of Prussian Blue #023279
RGB
CMYK
RGB Variations
Color information
#023279 (or 0x023279) is known color: Prussian Blue. HEX triplet: 02, 32 and 79. RGB value is (2,50,121). Sum of RGB (Red+Green+Blue) = 2+50+121=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 121 (47.66% from 255 or 69.94% from 173); Max value from RGB is 121 - color contains mainly: blue. Hex color #023279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023279 is #FDCD86. Grayscale: #2B2B2B. Windows color (decimal): -16633223 or 7942658. OLE color: 7942658.
HSL color Cylindrical-coordinate representation of color #023279: hue angle of 215.8º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023279 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 50 | 121 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.53 |
| HSL | 215.8º | 0.97% | 0.24% | - |
| HSV(B) | 215.8º | 0.98% | 0.47% | - |
| XYZ | 4.62 | 3.67 | 18.56 | - |
| YUV | 43.74 | 171.6 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 121 | 0.98 | 0.59 | 0 | 0.53 | 215.8 | 0.97 | 0.24 |
| Hex | 2 | 32 | 79 | 62 | 3B | 0 | 35 | D8 | 61 | 18 |
| Octal | 2 | 62 | 171 | 142 | 73 | 0 | 65 | 330 | 141 | 30 |
| Binary | 10 | 110010 | 1111001 | 1100010 | 111011 | 0 | 110101 | 11011000 | 1100001 | 11000 |
Color Harmonies of #023279
Complementary color
Monochromatic Colors of #023279
Black with #023279
Text Example
Text Example
White with #023279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023279; }
p { color: rgb(2,50,121); }
H1.HeaderClassName
{
color: #023279;
}
.AnyTagClassName
{
color: #023279;
}
</style>
background-color css
<style>
a { background-color: #023279; }
a { background-color: rgb(2,50,121); }
div.DivClassName
{
background-color: #023279;
}
.BgClassName
{
background-color: #023279;
}
</style>
border-color css
<style>
span { border-color: #023279; }
span { border-color: rgb(2,50,121); }
td.TdClassName
{
border-color: #023279;
}
.TagClassName
{
border-color: #023279;
}
</style>