Shades of Prussian Blue #023273
Tints of Prussian Blue #023273
RGB
CMYK
RGB Variations
Color information
#023273 (or 0x023273) is known color: Prussian Blue. HEX triplet: 02, 32 and 73. RGB value is (2,50,115). Sum of RGB (Red+Green+Blue) = 2+50+115=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 115 (45.31% from 255 or 68.86% from 167); Max value from RGB is 115 - color contains mainly: blue. Hex color #023273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023273 is #FDCD8C. Grayscale: #2A2A2A. Windows color (decimal): -16633229 or 7549442. OLE color: 7549442.
HSL color Cylindrical-coordinate representation of color #023273: hue angle of 214.51º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023273 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 50 | 115 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.55 |
| HSL | 214.51º | 0.97% | 0.23% | - |
| HSV(B) | 214.51º | 0.98% | 0.45% | - |
| XYZ | 4.26 | 3.53 | 16.68 | - |
| YUV | 43.06 | 168.6 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 115 | 0.98 | 0.57 | 0 | 0.55 | 214.51 | 0.97 | 0.23 |
| Hex | 2 | 32 | 73 | 62 | 39 | 0 | 37 | D7 | 61 | 17 |
| Octal | 2 | 62 | 163 | 142 | 71 | 0 | 67 | 327 | 141 | 27 |
| Binary | 10 | 110010 | 1110011 | 1100010 | 111001 | 0 | 110111 | 11010111 | 1100001 | 10111 |
Color Harmonies of #023273
Complementary color
Monochromatic Colors of #023273
Black with #023273
Text Example
Text Example
White with #023273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023273; }
p { color: rgb(2,50,115); }
H1.HeaderClassName
{
color: #023273;
}
.AnyTagClassName
{
color: #023273;
}
</style>
background-color css
<style>
a { background-color: #023273; }
a { background-color: rgb(2,50,115); }
div.DivClassName
{
background-color: #023273;
}
.BgClassName
{
background-color: #023273;
}
</style>
border-color css
<style>
span { border-color: #023273; }
span { border-color: rgb(2,50,115); }
td.TdClassName
{
border-color: #023273;
}
.TagClassName
{
border-color: #023273;
}
</style>