Shades of Prussian Blue #024164
Tints of Prussian Blue #024164
RGB
CMYK
RGB Variations
Color information
#024164 (or 0x024164) is known color: Prussian Blue. HEX triplet: 02, 41 and 64. RGB value is (2,65,100). Sum of RGB (Red+Green+Blue) = 2+65+100=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 100 (39.45% from 255 or 59.88% from 167); Max value from RGB is 100 - color contains mainly: blue. Hex color #024164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024164 is #FDBE9B. Grayscale: #313131. Windows color (decimal): -16629404 or 6570242. OLE color: 6570242.
HSL color Cylindrical-coordinate representation of color #024164: hue angle of 201.43º 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 #024164 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 65 | 100 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.61 |
| HSL | 201.43º | 0.96% | 0.2% | - |
| HSV(B) | 201.43º | 0.98% | 0.39% | - |
| XYZ | 4.22 | 4.71 | 12.74 | - |
| YUV | 50.15 | 156.13 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 100 | 0.98 | 0.35 | 0 | 0.61 | 201.43 | 0.96 | 0.2 |
| Hex | 2 | 41 | 64 | 62 | 23 | 0 | 3D | C9 | 60 | 14 |
| Octal | 2 | 101 | 144 | 142 | 43 | 0 | 75 | 311 | 140 | 24 |
| Binary | 10 | 1000001 | 1100100 | 1100010 | 100011 | 0 | 111101 | 11001001 | 1100000 | 10100 |
Color Harmonies of #024164
Complementary color
Monochromatic Colors of #024164
Black with #024164
Text Example
Text Example
White with #024164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024164; }
p { color: rgb(2,65,100); }
H1.HeaderClassName
{
color: #024164;
}
.AnyTagClassName
{
color: #024164;
}
</style>
background-color css
<style>
a { background-color: #024164; }
a { background-color: rgb(2,65,100); }
div.DivClassName
{
background-color: #024164;
}
.BgClassName
{
background-color: #024164;
}
</style>
border-color css
<style>
span { border-color: #024164; }
span { border-color: rgb(2,65,100); }
td.TdClassName
{
border-color: #024164;
}
.TagClassName
{
border-color: #024164;
}
</style>