Shades of Prussian Blue #02406D
Tints of Prussian Blue #02406D
RGB
CMYK
RGB Variations
Color information
#02406D (or 0x02406D) is known color: Prussian Blue. HEX triplet: 02, 40 and 6D. RGB value is (2,64,109). Sum of RGB (Red+Green+Blue) = 2+64+109=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #02406D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02406D is #FDBF92. Grayscale: #323232. Windows color (decimal): -16629651 or 7159810. OLE color: 7159810.
HSL color Cylindrical-coordinate representation of color #02406D: hue angle of 205.23º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02406D is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 64 | 109 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.57 |
| HSL | 205.23º | 0.96% | 0.22% | - |
| HSV(B) | 205.23º | 0.98% | 0.43% | - |
| XYZ | 4.62 | 4.78 | 15.15 | - |
| YUV | 50.59 | 160.96 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 109 | 0.98 | 0.41 | 0 | 0.57 | 205.23 | 0.96 | 0.22 |
| Hex | 2 | 40 | 6D | 62 | 29 | 0 | 39 | CD | 60 | 16 |
| Octal | 2 | 100 | 155 | 142 | 51 | 0 | 71 | 315 | 140 | 26 |
| Binary | 10 | 1000000 | 1101101 | 1100010 | 101001 | 0 | 111001 | 11001101 | 1100000 | 10110 |
Color Harmonies of #02406D
Complementary color
Monochromatic Colors of #02406D
Black with #02406D
Text Example
Text Example
White with #02406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02406D; }
p { color: rgb(2,64,109); }
H1.HeaderClassName
{
color: #02406D;
}
.AnyTagClassName
{
color: #02406D;
}
</style>
background-color css
<style>
a { background-color: #02406D; }
a { background-color: rgb(2,64,109); }
div.DivClassName
{
background-color: #02406D;
}
.BgClassName
{
background-color: #02406D;
}
</style>
border-color css
<style>
span { border-color: #02406D; }
span { border-color: rgb(2,64,109); }
td.TdClassName
{
border-color: #02406D;
}
.TagClassName
{
border-color: #02406D;
}
</style>