Shades of Prussian Blue #023373
Tints of Prussian Blue #023373
RGB
CMYK
RGB Variations
Color information
#023373 (or 0x023373) is known color: Prussian Blue. HEX triplet: 02, 33 and 73. RGB value is (2,51,115). Sum of RGB (Red+Green+Blue) = 2+51+115=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #023373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023373 is #FDCC8C. Grayscale: #2B2B2B. Windows color (decimal): -16632973 or 7549698. OLE color: 7549698.
HSL color Cylindrical-coordinate representation of color #023373: hue angle of 213.98º 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 #023373 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 51 | 115 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.55 |
| HSL | 213.98º | 0.97% | 0.23% | - |
| HSV(B) | 213.98º | 0.98% | 0.45% | - |
| XYZ | 4.3 | 3.62 | 16.69 | - |
| YUV | 43.65 | 168.27 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 115 | 0.98 | 0.56 | 0 | 0.55 | 213.98 | 0.97 | 0.23 |
| Hex | 2 | 33 | 73 | 62 | 38 | 0 | 37 | D6 | 61 | 17 |
| Octal | 2 | 63 | 163 | 142 | 70 | 0 | 67 | 326 | 141 | 27 |
| Binary | 10 | 110011 | 1110011 | 1100010 | 111000 | 0 | 110111 | 11010110 | 1100001 | 10111 |
Color Harmonies of #023373
Complementary color
Monochromatic Colors of #023373
Black with #023373
Text Example
Text Example
White with #023373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023373; }
p { color: rgb(2,51,115); }
H1.HeaderClassName
{
color: #023373;
}
.AnyTagClassName
{
color: #023373;
}
</style>
background-color css
<style>
a { background-color: #023373; }
a { background-color: rgb(2,51,115); }
div.DivClassName
{
background-color: #023373;
}
.BgClassName
{
background-color: #023373;
}
</style>
border-color css
<style>
span { border-color: #023373; }
span { border-color: rgb(2,51,115); }
td.TdClassName
{
border-color: #023373;
}
.TagClassName
{
border-color: #023373;
}
</style>