Shades of Prussian Blue #023250
Tints of Prussian Blue #023250
RGB
CMYK
RGB Variations
Color information
#023250 (or 0x023250) is known color: Prussian Blue. HEX triplet: 02, 32 and 50. RGB value is (2,50,80). Sum of RGB (Red+Green+Blue) = 2+50+80=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 80 (31.64% from 255 or 60.61% from 132); Max value from RGB is 80 - color contains mainly: blue. Hex color #023250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023250 is #FDCDAF. Grayscale: #262626. Windows color (decimal): -16633264 or 5255682. OLE color: 5255682.
HSL color Cylindrical-coordinate representation of color #023250: hue angle of 203.08º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023250 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 50 | 80 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.69 |
| HSL | 203.08º | 0.95% | 0.16% | - |
| HSV(B) | 203.08º | 0.98% | 0.31% | - |
| XYZ | 2.61 | 2.87 | 8.01 | - |
| YUV | 39.07 | 151.1 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 80 | 0.98 | 0.37 | 0 | 0.69 | 203.08 | 0.95 | 0.16 |
| Hex | 2 | 32 | 50 | 62 | 25 | 0 | 45 | CB | 5F | 10 |
| Octal | 2 | 62 | 120 | 142 | 45 | 0 | 105 | 313 | 137 | 20 |
| Binary | 10 | 110010 | 1010000 | 1100010 | 100101 | 0 | 1000101 | 11001011 | 1011111 | 10000 |
Color Harmonies of #023250
Complementary color
Monochromatic Colors of #023250
Black with #023250
Text Example
Text Example
White with #023250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023250; }
p { color: rgb(2,50,80); }
H1.HeaderClassName
{
color: #023250;
}
.AnyTagClassName
{
color: #023250;
}
</style>
background-color css
<style>
a { background-color: #023250; }
a { background-color: rgb(2,50,80); }
div.DivClassName
{
background-color: #023250;
}
.BgClassName
{
background-color: #023250;
}
</style>
border-color css
<style>
span { border-color: #023250; }
span { border-color: rgb(2,50,80); }
td.TdClassName
{
border-color: #023250;
}
.TagClassName
{
border-color: #023250;
}
</style>