Shades of Prussian Blue #023256
Tints of Prussian Blue #023256
RGB
CMYK
RGB Variations
Color information
#023256 (or 0x023256) is known color: Prussian Blue. HEX triplet: 02, 32 and 56. RGB value is (2,50,86). Sum of RGB (Red+Green+Blue) = 2+50+86=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 86 (33.98% from 255 or 62.32% from 138); Max value from RGB is 86 - color contains mainly: blue. Hex color #023256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023256 is #FDCDA9. Grayscale: #272727. Windows color (decimal): -16633258 or 5648898. OLE color: 5648898.
HSL color Cylindrical-coordinate representation of color #023256: hue angle of 205.71º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023256 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 2 | 50 | 86 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.66 |
| HSL | 205.71º | 0.95% | 0.17% | - |
| HSV(B) | 205.71º | 0.98% | 0.34% | - |
| XYZ | 2.85 | 2.97 | 9.23 | - |
| YUV | 39.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 86 | 0.98 | 0.42 | 0 | 0.66 | 205.71 | 0.95 | 0.17 |
| Hex | 2 | 32 | 56 | 62 | 2A | 0 | 42 | CE | 5F | 11 |
| Octal | 2 | 62 | 126 | 142 | 52 | 0 | 102 | 316 | 137 | 21 |
| Binary | 10 | 110010 | 1010110 | 1100010 | 101010 | 0 | 1000010 | 11001110 | 1011111 | 10001 |
Color Harmonies of #023256
Complementary color
Monochromatic Colors of #023256
Black with #023256
Text Example
Text Example
White with #023256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023256; }
p { color: rgb(2,50,86); }
H1.HeaderClassName
{
color: #023256;
}
.AnyTagClassName
{
color: #023256;
}
</style>
background-color css
<style>
a { background-color: #023256; }
a { background-color: rgb(2,50,86); }
div.DivClassName
{
background-color: #023256;
}
.BgClassName
{
background-color: #023256;
}
</style>
border-color css
<style>
span { border-color: #023256; }
span { border-color: rgb(2,50,86); }
td.TdClassName
{
border-color: #023256;
}
.TagClassName
{
border-color: #023256;
}
</style>