Shades of Prussian Blue #024668
Tints of Prussian Blue #024668
RGB
CMYK
RGB Variations
Color information
#024668 (or 0x024668) is known color: Prussian Blue. HEX triplet: 02, 46 and 68. RGB value is (2,70,104). Sum of RGB (Red+Green+Blue) = 2+70+104=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #024668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024668 is #FDB997. Grayscale: #353535. Windows color (decimal): -16628120 or 6833666. OLE color: 6833666.
HSL color Cylindrical-coordinate representation of color #024668: hue angle of 200º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024668 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 70 | 104 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.59 |
| HSL | 200º | 0.96% | 0.21% | - |
| HSV(B) | 200º | 0.98% | 0.41% | - |
| XYZ | 4.71 | 5.39 | 13.89 | - |
| YUV | 53.54 | 156.47 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 104 | 0.98 | 0.33 | 0 | 0.59 | 200 | 0.96 | 0.21 |
| Hex | 2 | 46 | 68 | 62 | 21 | 0 | 3B | C8 | 60 | 15 |
| Octal | 2 | 106 | 150 | 142 | 41 | 0 | 73 | 310 | 140 | 25 |
| Binary | 10 | 1000110 | 1101000 | 1100010 | 100001 | 0 | 111011 | 11001000 | 1100000 | 10101 |
Color Harmonies of #024668
Complementary color
Monochromatic Colors of #024668
Black with #024668
Text Example
Text Example
White with #024668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024668; }
p { color: rgb(2,70,104); }
H1.HeaderClassName
{
color: #024668;
}
.AnyTagClassName
{
color: #024668;
}
</style>
background-color css
<style>
a { background-color: #024668; }
a { background-color: rgb(2,70,104); }
div.DivClassName
{
background-color: #024668;
}
.BgClassName
{
background-color: #024668;
}
</style>
border-color css
<style>
span { border-color: #024668; }
span { border-color: rgb(2,70,104); }
td.TdClassName
{
border-color: #024668;
}
.TagClassName
{
border-color: #024668;
}
</style>