Shades of Prussian Blue #024465
Tints of Prussian Blue #024465
RGB
CMYK
RGB Variations
Color information
#024465 (or 0x024465) is known color: Prussian Blue. HEX triplet: 02, 44 and 65. RGB value is (2,68,101). Sum of RGB (Red+Green+Blue) = 2+68+101=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #024465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024465 is #FDBB9A. Grayscale: #333333. Windows color (decimal): -16628635 or 6636546. OLE color: 6636546.
HSL color Cylindrical-coordinate representation of color #024465: hue angle of 200º 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 #024465 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 68 | 101 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.60 |
| HSL | 200º | 0.96% | 0.2% | - |
| HSV(B) | 200º | 0.98% | 0.4% | - |
| XYZ | 4.44 | 5.09 | 13.06 | - |
| YUV | 52.03 | 155.63 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 101 | 0.98 | 0.33 | 0 | 0.60 | 200 | 0.96 | 0.2 |
| Hex | 2 | 44 | 65 | 62 | 21 | 0 | 3C | C8 | 60 | 14 |
| Octal | 2 | 104 | 145 | 142 | 41 | 0 | 74 | 310 | 140 | 24 |
| Binary | 10 | 1000100 | 1100101 | 1100010 | 100001 | 0 | 111100 | 11001000 | 1100000 | 10100 |
Color Harmonies of #024465
Complementary color
Monochromatic Colors of #024465
Black with #024465
Text Example
Text Example
White with #024465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024465; }
p { color: rgb(2,68,101); }
H1.HeaderClassName
{
color: #024465;
}
.AnyTagClassName
{
color: #024465;
}
</style>
background-color css
<style>
a { background-color: #024465; }
a { background-color: rgb(2,68,101); }
div.DivClassName
{
background-color: #024465;
}
.BgClassName
{
background-color: #024465;
}
</style>
border-color css
<style>
span { border-color: #024465; }
span { border-color: rgb(2,68,101); }
td.TdClassName
{
border-color: #024465;
}
.TagClassName
{
border-color: #024465;
}
</style>