Shades of Prussian Blue #023259
Tints of Prussian Blue #023259
RGB
CMYK
RGB Variations
Color information
#023259 (or 0x023259) is known color: Prussian Blue. HEX triplet: 02, 32 and 59. RGB value is (2,50,89). Sum of RGB (Red+Green+Blue) = 2+50+89=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #023259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023259 is #FDCDA6. Grayscale: #272727. Windows color (decimal): -16633255 or 5845506. OLE color: 5845506.
HSL color Cylindrical-coordinate representation of color #023259: hue angle of 206.9º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023259 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 50 | 89 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.65 |
| HSL | 206.9º | 0.96% | 0.18% | - |
| HSV(B) | 206.9º | 0.98% | 0.35% | - |
| XYZ | 2.97 | 3.02 | 9.88 | - |
| YUV | 40.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 89 | 0.98 | 0.44 | 0 | 0.65 | 206.9 | 0.96 | 0.18 |
| Hex | 2 | 32 | 59 | 62 | 2C | 0 | 41 | CF | 60 | 12 |
| Octal | 2 | 62 | 131 | 142 | 54 | 0 | 101 | 317 | 140 | 22 |
| Binary | 10 | 110010 | 1011001 | 1100010 | 101100 | 0 | 1000001 | 11001111 | 1100000 | 10010 |
Color Harmonies of #023259
Complementary color
Monochromatic Colors of #023259
Black with #023259
Text Example
Text Example
White with #023259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023259; }
p { color: rgb(2,50,89); }
H1.HeaderClassName
{
color: #023259;
}
.AnyTagClassName
{
color: #023259;
}
</style>
background-color css
<style>
a { background-color: #023259; }
a { background-color: rgb(2,50,89); }
div.DivClassName
{
background-color: #023259;
}
.BgClassName
{
background-color: #023259;
}
</style>
border-color css
<style>
span { border-color: #023259; }
span { border-color: rgb(2,50,89); }
td.TdClassName
{
border-color: #023259;
}
.TagClassName
{
border-color: #023259;
}
</style>