Shades of Prussian Blue #023453
Tints of Prussian Blue #023453
RGB
CMYK
RGB Variations
Color information
#023453 (or 0x023453) is known color: Prussian Blue. HEX triplet: 02, 34 and 53. RGB value is (2,52,83). Sum of RGB (Red+Green+Blue) = 2+52+83=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #023453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023453 is #FDCBAC. Grayscale: #282828. Windows color (decimal): -16632749 or 5452802. OLE color: 5452802.
HSL color Cylindrical-coordinate representation of color #023453: hue angle of 202.96º 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 #023453 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 52 | 83 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.67 |
| HSL | 202.96º | 0.95% | 0.17% | - |
| HSV(B) | 202.96º | 0.98% | 0.33% | - |
| XYZ | 2.81 | 3.09 | 8.63 | - |
| YUV | 40.58 | 151.94 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 83 | 0.98 | 0.37 | 0 | 0.67 | 202.96 | 0.95 | 0.17 |
| Hex | 2 | 34 | 53 | 62 | 25 | 0 | 43 | CB | 5F | 11 |
| Octal | 2 | 64 | 123 | 142 | 45 | 0 | 103 | 313 | 137 | 21 |
| Binary | 10 | 110100 | 1010011 | 1100010 | 100101 | 0 | 1000011 | 11001011 | 1011111 | 10001 |
Color Harmonies of #023453
Complementary color
Monochromatic Colors of #023453
Black with #023453
Text Example
Text Example
White with #023453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023453; }
p { color: rgb(2,52,83); }
H1.HeaderClassName
{
color: #023453;
}
.AnyTagClassName
{
color: #023453;
}
</style>
background-color css
<style>
a { background-color: #023453; }
a { background-color: rgb(2,52,83); }
div.DivClassName
{
background-color: #023453;
}
.BgClassName
{
background-color: #023453;
}
</style>
border-color css
<style>
span { border-color: #023453; }
span { border-color: rgb(2,52,83); }
td.TdClassName
{
border-color: #023453;
}
.TagClassName
{
border-color: #023453;
}
</style>