Shades of Prussian Blue #023954
Tints of Prussian Blue #023954
RGB
CMYK
RGB Variations
Color information
#023954 (or 0x023954) is known color: Prussian Blue. HEX triplet: 02, 39 and 54. RGB value is (2,57,84). Sum of RGB (Red+Green+Blue) = 2+57+84=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #023954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023954 is #FDC6AB. Grayscale: #2B2B2B. Windows color (decimal): -16631468 or 5519618. OLE color: 5519618.
HSL color Cylindrical-coordinate representation of color #023954: hue angle of 199.76º 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 #023954 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 57 | 84 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.67 |
| HSL | 199.76º | 0.95% | 0.17% | - |
| HSV(B) | 199.76º | 0.98% | 0.33% | - |
| XYZ | 3.09 | 3.58 | 8.92 | - |
| YUV | 43.63 | 150.78 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 84 | 0.98 | 0.32 | 0 | 0.67 | 199.76 | 0.95 | 0.17 |
| Hex | 2 | 39 | 54 | 62 | 20 | 0 | 43 | C8 | 5F | 11 |
| Octal | 2 | 71 | 124 | 142 | 40 | 0 | 103 | 310 | 137 | 21 |
| Binary | 10 | 111001 | 1010100 | 1100010 | 100000 | 0 | 1000011 | 11001000 | 1011111 | 10001 |
Color Harmonies of #023954
Complementary color
Monochromatic Colors of #023954
Black with #023954
Text Example
Text Example
White with #023954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023954; }
p { color: rgb(2,57,84); }
H1.HeaderClassName
{
color: #023954;
}
.AnyTagClassName
{
color: #023954;
}
</style>
background-color css
<style>
a { background-color: #023954; }
a { background-color: rgb(2,57,84); }
div.DivClassName
{
background-color: #023954;
}
.BgClassName
{
background-color: #023954;
}
</style>
border-color css
<style>
span { border-color: #023954; }
span { border-color: rgb(2,57,84); }
td.TdClassName
{
border-color: #023954;
}
.TagClassName
{
border-color: #023954;
}
</style>