Shades of Prussian Blue #024467
Tints of Prussian Blue #024467
RGB
CMYK
RGB Variations
Color information
#024467 (or 0x024467) is known color: Prussian Blue. HEX triplet: 02, 44 and 67. RGB value is (2,68,103). Sum of RGB (Red+Green+Blue) = 2+68+103=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 103 (40.62% from 255 or 59.54% from 173); Max value from RGB is 103 - color contains mainly: blue. Hex color #024467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024467 is #FDBB98. Grayscale: #343434. Windows color (decimal): -16628633 or 6767618. OLE color: 6767618.
HSL color Cylindrical-coordinate representation of color #024467: hue angle of 200.79º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024467 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 68 | 103 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.60 |
| HSL | 200.79º | 0.96% | 0.21% | - |
| HSV(B) | 200.79º | 0.98% | 0.4% | - |
| XYZ | 4.54 | 5.13 | 13.58 | - |
| YUV | 52.26 | 156.63 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 103 | 0.98 | 0.34 | 0 | 0.60 | 200.79 | 0.96 | 0.21 |
| Hex | 2 | 44 | 67 | 62 | 22 | 0 | 3C | C9 | 60 | 15 |
| Octal | 2 | 104 | 147 | 142 | 42 | 0 | 74 | 311 | 140 | 25 |
| Binary | 10 | 1000100 | 1100111 | 1100010 | 100010 | 0 | 111100 | 11001001 | 1100000 | 10101 |
Color Harmonies of #024467
Complementary color
Monochromatic Colors of #024467
Black with #024467
Text Example
Text Example
White with #024467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024467; }
p { color: rgb(2,68,103); }
H1.HeaderClassName
{
color: #024467;
}
.AnyTagClassName
{
color: #024467;
}
</style>
background-color css
<style>
a { background-color: #024467; }
a { background-color: rgb(2,68,103); }
div.DivClassName
{
background-color: #024467;
}
.BgClassName
{
background-color: #024467;
}
</style>
border-color css
<style>
span { border-color: #024467; }
span { border-color: rgb(2,68,103); }
td.TdClassName
{
border-color: #024467;
}
.TagClassName
{
border-color: #024467;
}
</style>