Shades of Prussian Blue #024666
Tints of Prussian Blue #024666
RGB
CMYK
RGB Variations
Color information
#024666 (or 0x024666) is known color: Prussian Blue. HEX triplet: 02, 46 and 66. RGB value is (2,70,102). Sum of RGB (Red+Green+Blue) = 2+70+102=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #024666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024666 is #FDB999. Grayscale: #353535. Windows color (decimal): -16628122 or 6702594. OLE color: 6702594.
HSL color Cylindrical-coordinate representation of color #024666: hue angle of 199.2º 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 #024666 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 70 | 102 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.6 |
| HSL | 199.2º | 0.96% | 0.2% | - |
| HSV(B) | 199.2º | 0.98% | 0.4% | - |
| XYZ | 4.61 | 5.35 | 13.36 | - |
| YUV | 53.32 | 155.47 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 102 | 0.98 | 0.31 | 0 | 0.6 | 199.2 | 0.96 | 0.2 |
| Hex | 2 | 46 | 66 | 62 | 1F | 0 | 3C | C7 | 60 | 14 |
| Octal | 2 | 106 | 146 | 142 | 37 | 0 | 74 | 307 | 140 | 24 |
| Binary | 10 | 1000110 | 1100110 | 1100010 | 11111 | 0 | 111100 | 11000111 | 1100000 | 10100 |
Color Harmonies of #024666
Complementary color
Monochromatic Colors of #024666
Black with #024666
Text Example
Text Example
White with #024666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024666; }
p { color: rgb(2,70,102); }
H1.HeaderClassName
{
color: #024666;
}
.AnyTagClassName
{
color: #024666;
}
</style>
background-color css
<style>
a { background-color: #024666; }
a { background-color: rgb(2,70,102); }
div.DivClassName
{
background-color: #024666;
}
.BgClassName
{
background-color: #024666;
}
</style>
border-color css
<style>
span { border-color: #024666; }
span { border-color: rgb(2,70,102); }
td.TdClassName
{
border-color: #024666;
}
.TagClassName
{
border-color: #024666;
}
</style>