Shades of Prussian Blue #023255
Tints of Prussian Blue #023255
RGB
CMYK
RGB Variations
Color information
#023255 (or 0x023255) is known color: Prussian Blue. HEX triplet: 02, 32 and 55. RGB value is (2,50,85). Sum of RGB (Red+Green+Blue) = 2+50+85=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 85 (33.59% from 255 or 62.04% from 137); Max value from RGB is 85 - color contains mainly: blue. Hex color #023255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023255 is #FDCDAA. Grayscale: #272727. Windows color (decimal): -16633259 or 5583362. OLE color: 5583362.
HSL color Cylindrical-coordinate representation of color #023255: hue angle of 205.3º 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 #023255 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 50 | 85 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.67 |
| HSL | 205.3º | 0.95% | 0.17% | - |
| HSV(B) | 205.3º | 0.98% | 0.33% | - |
| XYZ | 2.81 | 2.95 | 9.02 | - |
| YUV | 39.64 | 153.6 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 85 | 0.98 | 0.41 | 0 | 0.67 | 205.3 | 0.95 | 0.17 |
| Hex | 2 | 32 | 55 | 62 | 29 | 0 | 43 | CD | 5F | 11 |
| Octal | 2 | 62 | 125 | 142 | 51 | 0 | 103 | 315 | 137 | 21 |
| Binary | 10 | 110010 | 1010101 | 1100010 | 101001 | 0 | 1000011 | 11001101 | 1011111 | 10001 |
Color Harmonies of #023255
Complementary color
Monochromatic Colors of #023255
Black with #023255
Text Example
Text Example
White with #023255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023255; }
p { color: rgb(2,50,85); }
H1.HeaderClassName
{
color: #023255;
}
.AnyTagClassName
{
color: #023255;
}
</style>
background-color css
<style>
a { background-color: #023255; }
a { background-color: rgb(2,50,85); }
div.DivClassName
{
background-color: #023255;
}
.BgClassName
{
background-color: #023255;
}
</style>
border-color css
<style>
span { border-color: #023255; }
span { border-color: rgb(2,50,85); }
td.TdClassName
{
border-color: #023255;
}
.TagClassName
{
border-color: #023255;
}
</style>