Shades of Prussian Blue #024067
Tints of Prussian Blue #024067
RGB
CMYK
RGB Variations
Color information
#024067 (or 0x024067) is known color: Prussian Blue. HEX triplet: 02, 40 and 67. RGB value is (2,64,103). Sum of RGB (Red+Green+Blue) = 2+64+103=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 103 (40.62% from 255 or 60.95% from 169); Max value from RGB is 103 - color contains mainly: blue. Hex color #024067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024067 is #FDBF98. Grayscale: #313131. Windows color (decimal): -16629657 or 6766594. OLE color: 6766594.
HSL color Cylindrical-coordinate representation of color #024067: hue angle of 203.17º 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 #024067 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 64 | 103 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.60 |
| HSL | 203.17º | 0.96% | 0.21% | - |
| HSV(B) | 203.17º | 0.98% | 0.4% | - |
| XYZ | 4.31 | 4.66 | 13.5 | - |
| YUV | 49.91 | 157.96 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 103 | 0.98 | 0.38 | 0 | 0.60 | 203.17 | 0.96 | 0.21 |
| Hex | 2 | 40 | 67 | 62 | 26 | 0 | 3C | CB | 60 | 15 |
| Octal | 2 | 100 | 147 | 142 | 46 | 0 | 74 | 313 | 140 | 25 |
| Binary | 10 | 1000000 | 1100111 | 1100010 | 100110 | 0 | 111100 | 11001011 | 1100000 | 10101 |
Color Harmonies of #024067
Complementary color
Monochromatic Colors of #024067
Black with #024067
Text Example
Text Example
White with #024067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024067; }
p { color: rgb(2,64,103); }
H1.HeaderClassName
{
color: #024067;
}
.AnyTagClassName
{
color: #024067;
}
</style>
background-color css
<style>
a { background-color: #024067; }
a { background-color: rgb(2,64,103); }
div.DivClassName
{
background-color: #024067;
}
.BgClassName
{
background-color: #024067;
}
</style>
border-color css
<style>
span { border-color: #024067; }
span { border-color: rgb(2,64,103); }
td.TdClassName
{
border-color: #024067;
}
.TagClassName
{
border-color: #024067;
}
</style>