Shades of Prussian Blue #024063
Tints of Prussian Blue #024063
RGB
CMYK
RGB Variations
Color information
#024063 (or 0x024063) is known color: Prussian Blue. HEX triplet: 02, 40 and 63. RGB value is (2,64,99). Sum of RGB (Red+Green+Blue) = 2+64+99=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #024063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024063 is #FDBF9C. Grayscale: #313131. Windows color (decimal): -16629661 or 6504450. OLE color: 6504450.
HSL color Cylindrical-coordinate representation of color #024063: hue angle of 201.65º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024063 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 64 | 99 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.61 |
| HSL | 201.65º | 0.96% | 0.2% | - |
| HSV(B) | 201.65º | 0.98% | 0.39% | - |
| XYZ | 4.11 | 4.58 | 12.47 | - |
| YUV | 49.45 | 155.96 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 99 | 0.98 | 0.35 | 0 | 0.61 | 201.65 | 0.96 | 0.2 |
| Hex | 2 | 40 | 63 | 62 | 23 | 0 | 3D | CA | 60 | 14 |
| Octal | 2 | 100 | 143 | 142 | 43 | 0 | 75 | 312 | 140 | 24 |
| Binary | 10 | 1000000 | 1100011 | 1100010 | 100011 | 0 | 111101 | 11001010 | 1100000 | 10100 |
Color Harmonies of #024063
Complementary color
Monochromatic Colors of #024063
Black with #024063
Text Example
Text Example
White with #024063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024063; }
p { color: rgb(2,64,99); }
H1.HeaderClassName
{
color: #024063;
}
.AnyTagClassName
{
color: #024063;
}
</style>
background-color css
<style>
a { background-color: #024063; }
a { background-color: rgb(2,64,99); }
div.DivClassName
{
background-color: #024063;
}
.BgClassName
{
background-color: #024063;
}
</style>
border-color css
<style>
span { border-color: #024063; }
span { border-color: rgb(2,64,99); }
td.TdClassName
{
border-color: #024063;
}
.TagClassName
{
border-color: #024063;
}
</style>