Shades of Prussian Blue #024868
Tints of Prussian Blue #024868
RGB
CMYK
RGB Variations
Color information
#024868 (or 0x024868) is known color: Prussian Blue. HEX triplet: 02, 48 and 68. RGB value is (2,72,104). Sum of RGB (Red+Green+Blue) = 2+72+104=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #024868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024868 is #FDB797. Grayscale: #363636. Windows color (decimal): -16627608 or 6834178. OLE color: 6834178.
HSL color Cylindrical-coordinate representation of color #024868: hue angle of 198.82º 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 #024868 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 72 | 104 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.59 |
| HSL | 198.82º | 0.96% | 0.21% | - |
| HSV(B) | 198.82º | 0.98% | 0.41% | - |
| XYZ | 4.84 | 5.65 | 13.93 | - |
| YUV | 54.72 | 155.81 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 104 | 0.98 | 0.31 | 0 | 0.59 | 198.82 | 0.96 | 0.21 |
| Hex | 2 | 48 | 68 | 62 | 1F | 0 | 3B | C7 | 60 | 15 |
| Octal | 2 | 110 | 150 | 142 | 37 | 0 | 73 | 307 | 140 | 25 |
| Binary | 10 | 1001000 | 1101000 | 1100010 | 11111 | 0 | 111011 | 11000111 | 1100000 | 10101 |
Color Harmonies of #024868
Complementary color
Monochromatic Colors of #024868
Black with #024868
Text Example
Text Example
White with #024868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024868; }
p { color: rgb(2,72,104); }
H1.HeaderClassName
{
color: #024868;
}
.AnyTagClassName
{
color: #024868;
}
</style>
background-color css
<style>
a { background-color: #024868; }
a { background-color: rgb(2,72,104); }
div.DivClassName
{
background-color: #024868;
}
.BgClassName
{
background-color: #024868;
}
</style>
border-color css
<style>
span { border-color: #024868; }
span { border-color: rgb(2,72,104); }
td.TdClassName
{
border-color: #024868;
}
.TagClassName
{
border-color: #024868;
}
</style>