Shades of Prussian Blue #024066
Tints of Prussian Blue #024066
RGB
CMYK
RGB Variations
Color information
#024066 (or 0x024066) is known color: Prussian Blue. HEX triplet: 02, 40 and 66. RGB value is (2,64,102). Sum of RGB (Red+Green+Blue) = 2+64+102=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #024066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024066 is #FDBF99. Grayscale: #313131. Windows color (decimal): -16629658 or 6701058. OLE color: 6701058.
HSL color Cylindrical-coordinate representation of color #024066: hue angle of 202.8º 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 #024066 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 64 | 102 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.6 |
| HSL | 202.8º | 0.96% | 0.2% | - |
| HSV(B) | 202.8º | 0.98% | 0.4% | - |
| XYZ | 4.26 | 4.64 | 13.24 | - |
| YUV | 49.79 | 157.46 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 102 | 0.98 | 0.37 | 0 | 0.6 | 202.8 | 0.96 | 0.2 |
| Hex | 2 | 40 | 66 | 62 | 25 | 0 | 3C | CB | 60 | 14 |
| Octal | 2 | 100 | 146 | 142 | 45 | 0 | 74 | 313 | 140 | 24 |
| Binary | 10 | 1000000 | 1100110 | 1100010 | 100101 | 0 | 111100 | 11001011 | 1100000 | 10100 |
Color Harmonies of #024066
Complementary color
Monochromatic Colors of #024066
Black with #024066
Text Example
Text Example
White with #024066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024066; }
p { color: rgb(2,64,102); }
H1.HeaderClassName
{
color: #024066;
}
.AnyTagClassName
{
color: #024066;
}
</style>
background-color css
<style>
a { background-color: #024066; }
a { background-color: rgb(2,64,102); }
div.DivClassName
{
background-color: #024066;
}
.BgClassName
{
background-color: #024066;
}
</style>
border-color css
<style>
span { border-color: #024066; }
span { border-color: rgb(2,64,102); }
td.TdClassName
{
border-color: #024066;
}
.TagClassName
{
border-color: #024066;
}
</style>