Shades of Prussian Blue #024360
Tints of Prussian Blue #024360
RGB
CMYK
RGB Variations
Color information
#024360 (or 0x024360) is known color: Prussian Blue. HEX triplet: 02, 43 and 60. RGB value is (2,67,96). Sum of RGB (Red+Green+Blue) = 2+67+96=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #024360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024360 is #FDBC9F. Grayscale: #323232. Windows color (decimal): -16628896 or 6308610. OLE color: 6308610.
HSL color Cylindrical-coordinate representation of color #024360: hue angle of 198.51º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024360 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 67 | 96 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.62 |
| HSL | 198.51º | 0.96% | 0.19% | - |
| HSV(B) | 198.51º | 0.98% | 0.38% | - |
| XYZ | 4.14 | 4.87 | 11.79 | - |
| YUV | 50.87 | 153.47 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 96 | 0.98 | 0.30 | 0 | 0.62 | 198.51 | 0.96 | 0.19 |
| Hex | 2 | 43 | 60 | 62 | 1E | 0 | 3E | C7 | 60 | 13 |
| Octal | 2 | 103 | 140 | 142 | 36 | 0 | 76 | 307 | 140 | 23 |
| Binary | 10 | 1000011 | 1100000 | 1100010 | 11110 | 0 | 111110 | 11000111 | 1100000 | 10011 |
Color Harmonies of #024360
Complementary color
Monochromatic Colors of #024360
Black with #024360
Text Example
Text Example
White with #024360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024360; }
p { color: rgb(2,67,96); }
H1.HeaderClassName
{
color: #024360;
}
.AnyTagClassName
{
color: #024360;
}
</style>
background-color css
<style>
a { background-color: #024360; }
a { background-color: rgb(2,67,96); }
div.DivClassName
{
background-color: #024360;
}
.BgClassName
{
background-color: #024360;
}
</style>
border-color css
<style>
span { border-color: #024360; }
span { border-color: rgb(2,67,96); }
td.TdClassName
{
border-color: #024360;
}
.TagClassName
{
border-color: #024360;
}
</style>