Shades of Prussian Blue #024065
Tints of Prussian Blue #024065
RGB
CMYK
RGB Variations
Color information
#024065 (or 0x024065) is known color: Prussian Blue. HEX triplet: 02, 40 and 65. RGB value is (2,64,101). Sum of RGB (Red+Green+Blue) = 2+64+101=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 101 (39.84% from 255 or 60.48% from 167); Max value from RGB is 101 - color contains mainly: blue. Hex color #024065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024065 is #FDBF9A. Grayscale: #313131. Windows color (decimal): -16629659 or 6635522. OLE color: 6635522.
HSL color Cylindrical-coordinate representation of color #024065: hue angle of 202.42º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024065 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 64 | 101 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.60 |
| HSL | 202.42º | 0.96% | 0.2% | - |
| HSV(B) | 202.42º | 0.98% | 0.4% | - |
| XYZ | 4.21 | 4.62 | 12.98 | - |
| YUV | 49.68 | 156.96 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 101 | 0.98 | 0.37 | 0 | 0.60 | 202.42 | 0.96 | 0.2 |
| Hex | 2 | 40 | 65 | 62 | 25 | 0 | 3C | CA | 60 | 14 |
| Octal | 2 | 100 | 145 | 142 | 45 | 0 | 74 | 312 | 140 | 24 |
| Binary | 10 | 1000000 | 1100101 | 1100010 | 100101 | 0 | 111100 | 11001010 | 1100000 | 10100 |
Color Harmonies of #024065
Complementary color
Monochromatic Colors of #024065
Black with #024065
Text Example
Text Example
White with #024065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024065; }
p { color: rgb(2,64,101); }
H1.HeaderClassName
{
color: #024065;
}
.AnyTagClassName
{
color: #024065;
}
</style>
background-color css
<style>
a { background-color: #024065; }
a { background-color: rgb(2,64,101); }
div.DivClassName
{
background-color: #024065;
}
.BgClassName
{
background-color: #024065;
}
</style>
border-color css
<style>
span { border-color: #024065; }
span { border-color: rgb(2,64,101); }
td.TdClassName
{
border-color: #024065;
}
.TagClassName
{
border-color: #024065;
}
</style>