Shades of Prussian Blue #024064
Tints of Prussian Blue #024064
RGB
CMYK
RGB Variations
Color information
#024064 (or 0x024064) is known color: Prussian Blue. HEX triplet: 02, 40 and 64. RGB value is (2,64,100). Sum of RGB (Red+Green+Blue) = 2+64+100=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 100 (39.45% from 255 or 60.24% from 166); Max value from RGB is 100 - color contains mainly: blue. Hex color #024064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024064 is #FDBF9B. Grayscale: #313131. Windows color (decimal): -16629660 or 6569986. OLE color: 6569986.
HSL color Cylindrical-coordinate representation of color #024064: hue angle of 202.04º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024064 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 64 | 100 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.61 |
| HSL | 202.04º | 0.96% | 0.2% | - |
| HSV(B) | 202.04º | 0.98% | 0.39% | - |
| XYZ | 4.16 | 4.6 | 12.73 | - |
| YUV | 49.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 100 | 0.98 | 0.36 | 0 | 0.61 | 202.04 | 0.96 | 0.2 |
| Hex | 2 | 40 | 64 | 62 | 24 | 0 | 3D | CA | 60 | 14 |
| Octal | 2 | 100 | 144 | 142 | 44 | 0 | 75 | 312 | 140 | 24 |
| Binary | 10 | 1000000 | 1100100 | 1100010 | 100100 | 0 | 111101 | 11001010 | 1100000 | 10100 |
Color Harmonies of #024064
Complementary color
Monochromatic Colors of #024064
Black with #024064
Text Example
Text Example
White with #024064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024064; }
p { color: rgb(2,64,100); }
H1.HeaderClassName
{
color: #024064;
}
.AnyTagClassName
{
color: #024064;
}
</style>
background-color css
<style>
a { background-color: #024064; }
a { background-color: rgb(2,64,100); }
div.DivClassName
{
background-color: #024064;
}
.BgClassName
{
background-color: #024064;
}
</style>
border-color css
<style>
span { border-color: #024064; }
span { border-color: rgb(2,64,100); }
td.TdClassName
{
border-color: #024064;
}
.TagClassName
{
border-color: #024064;
}
</style>