Shades of Prussian Blue #024867
Tints of Prussian Blue #024867
RGB
CMYK
RGB Variations
Color information
#024867 (or 0x024867) is known color: Prussian Blue. HEX triplet: 02, 48 and 67. RGB value is (2,72,103). Sum of RGB (Red+Green+Blue) = 2+72+103=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #024867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024867 is #FDB798. Grayscale: #363636. Windows color (decimal): -16627609 or 6768642. OLE color: 6768642.
HSL color Cylindrical-coordinate representation of color #024867: hue angle of 198.42º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024867 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 72 | 103 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.60 |
| HSL | 198.42º | 0.96% | 0.21% | - |
| HSV(B) | 198.42º | 0.98% | 0.4% | - |
| XYZ | 4.79 | 5.63 | 13.67 | - |
| YUV | 54.6 | 155.31 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 103 | 0.98 | 0.30 | 0 | 0.60 | 198.42 | 0.96 | 0.21 |
| Hex | 2 | 48 | 67 | 62 | 1E | 0 | 3C | C6 | 60 | 15 |
| Octal | 2 | 110 | 147 | 142 | 36 | 0 | 74 | 306 | 140 | 25 |
| Binary | 10 | 1001000 | 1100111 | 1100010 | 11110 | 0 | 111100 | 11000110 | 1100000 | 10101 |
Color Harmonies of #024867
Complementary color
Monochromatic Colors of #024867
Black with #024867
Text Example
Text Example
White with #024867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024867; }
p { color: rgb(2,72,103); }
H1.HeaderClassName
{
color: #024867;
}
.AnyTagClassName
{
color: #024867;
}
</style>
background-color css
<style>
a { background-color: #024867; }
a { background-color: rgb(2,72,103); }
div.DivClassName
{
background-color: #024867;
}
.BgClassName
{
background-color: #024867;
}
</style>
border-color css
<style>
span { border-color: #024867; }
span { border-color: rgb(2,72,103); }
td.TdClassName
{
border-color: #024867;
}
.TagClassName
{
border-color: #024867;
}
</style>