Shades of Prussian Blue #024565
Tints of Prussian Blue #024565
RGB
CMYK
RGB Variations
Color information
#024565 (or 0x024565) is known color: Prussian Blue. HEX triplet: 02, 45 and 65. RGB value is (2,69,101). Sum of RGB (Red+Green+Blue) = 2+69+101=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #024565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024565 is #FDBA9A. Grayscale: #343434. Windows color (decimal): -16628379 or 6636802. OLE color: 6636802.
HSL color Cylindrical-coordinate representation of color #024565: hue angle of 199.39º 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 #024565 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 69 | 101 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.60 |
| HSL | 199.39º | 0.96% | 0.2% | - |
| HSV(B) | 199.39º | 0.98% | 0.4% | - |
| XYZ | 4.5 | 5.21 | 13.08 | - |
| YUV | 52.62 | 155.3 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 101 | 0.98 | 0.32 | 0 | 0.60 | 199.39 | 0.96 | 0.2 |
| Hex | 2 | 45 | 65 | 62 | 20 | 0 | 3C | C7 | 60 | 14 |
| Octal | 2 | 105 | 145 | 142 | 40 | 0 | 74 | 307 | 140 | 24 |
| Binary | 10 | 1000101 | 1100101 | 1100010 | 100000 | 0 | 111100 | 11000111 | 1100000 | 10100 |
Color Harmonies of #024565
Complementary color
Monochromatic Colors of #024565
Black with #024565
Text Example
Text Example
White with #024565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024565; }
p { color: rgb(2,69,101); }
H1.HeaderClassName
{
color: #024565;
}
.AnyTagClassName
{
color: #024565;
}
</style>
background-color css
<style>
a { background-color: #024565; }
a { background-color: rgb(2,69,101); }
div.DivClassName
{
background-color: #024565;
}
.BgClassName
{
background-color: #024565;
}
</style>
border-color css
<style>
span { border-color: #024565; }
span { border-color: rgb(2,69,101); }
td.TdClassName
{
border-color: #024565;
}
.TagClassName
{
border-color: #024565;
}
</style>