Shades of Prussian Blue #024664
Tints of Prussian Blue #024664
RGB
CMYK
RGB Variations
Color information
#024664 (or 0x024664) is known color: Prussian Blue. HEX triplet: 02, 46 and 64. RGB value is (2,70,100). Sum of RGB (Red+Green+Blue) = 2+70+100=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 100 (39.45% from 255 or 58.14% from 172); Max value from RGB is 100 - color contains mainly: blue. Hex color #024664 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024664 is #FDB99B. Grayscale: #343434. Windows color (decimal): -16628124 or 6571522. OLE color: 6571522.
HSL color Cylindrical-coordinate representation of color #024664: hue angle of 198.37º 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 #024664 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 70 | 100 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.61 |
| HSL | 198.37º | 0.96% | 0.2% | - |
| HSV(B) | 198.37º | 0.98% | 0.39% | - |
| XYZ | 4.52 | 5.31 | 12.84 | - |
| YUV | 53.09 | 154.47 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 100 | 0.98 | 0.30 | 0 | 0.61 | 198.37 | 0.96 | 0.2 |
| Hex | 2 | 46 | 64 | 62 | 1E | 0 | 3D | C6 | 60 | 14 |
| Octal | 2 | 106 | 144 | 142 | 36 | 0 | 75 | 306 | 140 | 24 |
| Binary | 10 | 1000110 | 1100100 | 1100010 | 11110 | 0 | 111101 | 11000110 | 1100000 | 10100 |
Color Harmonies of #024664
Complementary color
Monochromatic Colors of #024664
Black with #024664
Text Example
Text Example
White with #024664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024664; }
p { color: rgb(2,70,100); }
H1.HeaderClassName
{
color: #024664;
}
.AnyTagClassName
{
color: #024664;
}
</style>
background-color css
<style>
a { background-color: #024664; }
a { background-color: rgb(2,70,100); }
div.DivClassName
{
background-color: #024664;
}
.BgClassName
{
background-color: #024664;
}
</style>
border-color css
<style>
span { border-color: #024664; }
span { border-color: rgb(2,70,100); }
td.TdClassName
{
border-color: #024664;
}
.TagClassName
{
border-color: #024664;
}
</style>