Shades of Prussian Blue #023459
Tints of Prussian Blue #023459
RGB
CMYK
RGB Variations
Color information
#023459 (or 0x023459) is known color: Prussian Blue. HEX triplet: 02, 34 and 59. RGB value is (2,52,89). Sum of RGB (Red+Green+Blue) = 2+52+89=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #023459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023459 is #FDCBA6. Grayscale: #292929. Windows color (decimal): -16632743 or 5846018. OLE color: 5846018.
HSL color Cylindrical-coordinate representation of color #023459: hue angle of 205.52º 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 #023459 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 52 | 89 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.65 |
| HSL | 205.52º | 0.96% | 0.18% | - |
| HSV(B) | 205.52º | 0.98% | 0.35% | - |
| XYZ | 3.06 | 3.19 | 9.91 | - |
| YUV | 41.27 | 154.94 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 89 | 0.98 | 0.42 | 0 | 0.65 | 205.52 | 0.96 | 0.18 |
| Hex | 2 | 34 | 59 | 62 | 2A | 0 | 41 | CE | 60 | 12 |
| Octal | 2 | 64 | 131 | 142 | 52 | 0 | 101 | 316 | 140 | 22 |
| Binary | 10 | 110100 | 1011001 | 1100010 | 101010 | 0 | 1000001 | 11001110 | 1100000 | 10010 |
Color Harmonies of #023459
Complementary color
Monochromatic Colors of #023459
Black with #023459
Text Example
Text Example
White with #023459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023459; }
p { color: rgb(2,52,89); }
H1.HeaderClassName
{
color: #023459;
}
.AnyTagClassName
{
color: #023459;
}
</style>
background-color css
<style>
a { background-color: #023459; }
a { background-color: rgb(2,52,89); }
div.DivClassName
{
background-color: #023459;
}
.BgClassName
{
background-color: #023459;
}
</style>
border-color css
<style>
span { border-color: #023459; }
span { border-color: rgb(2,52,89); }
td.TdClassName
{
border-color: #023459;
}
.TagClassName
{
border-color: #023459;
}
</style>