Shades of Prussian Blue #024967
Tints of Prussian Blue #024967
RGB
CMYK
RGB Variations
Color information
#024967 (or 0x024967) is known color: Prussian Blue. HEX triplet: 02, 49 and 67. RGB value is (2,73,103). Sum of RGB (Red+Green+Blue) = 2+73+103=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 103 (40.62% from 255 or 57.87% from 178); Max value from RGB is 103 - color contains mainly: blue. Hex color #024967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024967 is #FDB698. Grayscale: #373737. Windows color (decimal): -16627353 or 6768898. OLE color: 6768898.
HSL color Cylindrical-coordinate representation of color #024967: hue angle of 197.82º 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 #024967 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 73 | 103 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.60 |
| HSL | 197.82º | 0.96% | 0.21% | - |
| HSV(B) | 197.82º | 0.98% | 0.4% | - |
| XYZ | 4.86 | 5.76 | 13.69 | - |
| YUV | 55.19 | 154.98 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 103 | 0.98 | 0.29 | 0 | 0.60 | 197.82 | 0.96 | 0.21 |
| Hex | 2 | 49 | 67 | 62 | 1D | 0 | 3C | C6 | 60 | 15 |
| Octal | 2 | 111 | 147 | 142 | 35 | 0 | 74 | 306 | 140 | 25 |
| Binary | 10 | 1001001 | 1100111 | 1100010 | 11101 | 0 | 111100 | 11000110 | 1100000 | 10101 |
Color Harmonies of #024967
Complementary color
Monochromatic Colors of #024967
Black with #024967
Text Example
Text Example
White with #024967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024967; }
p { color: rgb(2,73,103); }
H1.HeaderClassName
{
color: #024967;
}
.AnyTagClassName
{
color: #024967;
}
</style>
background-color css
<style>
a { background-color: #024967; }
a { background-color: rgb(2,73,103); }
div.DivClassName
{
background-color: #024967;
}
.BgClassName
{
background-color: #024967;
}
</style>
border-color css
<style>
span { border-color: #024967; }
span { border-color: rgb(2,73,103); }
td.TdClassName
{
border-color: #024967;
}
.TagClassName
{
border-color: #024967;
}
</style>