Shades of Prussian Blue #024168
Tints of Prussian Blue #024168
RGB
CMYK
RGB Variations
Color information
#024168 (or 0x024168) is known color: Prussian Blue. HEX triplet: 02, 41 and 68. RGB value is (2,65,104). Sum of RGB (Red+Green+Blue) = 2+65+104=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #024168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024168 is #FDBE97. Grayscale: #323232. Windows color (decimal): -16629400 or 6832386. OLE color: 6832386.
HSL color Cylindrical-coordinate representation of color #024168: hue angle of 202.94º 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 #024168 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 65 | 104 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.59 |
| HSL | 202.94º | 0.96% | 0.21% | - |
| HSV(B) | 202.94º | 0.98% | 0.41% | - |
| XYZ | 4.41 | 4.79 | 13.79 | - |
| YUV | 50.61 | 158.13 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 104 | 0.98 | 0.38 | 0 | 0.59 | 202.94 | 0.96 | 0.21 |
| Hex | 2 | 41 | 68 | 62 | 26 | 0 | 3B | CB | 60 | 15 |
| Octal | 2 | 101 | 150 | 142 | 46 | 0 | 73 | 313 | 140 | 25 |
| Binary | 10 | 1000001 | 1101000 | 1100010 | 100110 | 0 | 111011 | 11001011 | 1100000 | 10101 |
Color Harmonies of #024168
Complementary color
Monochromatic Colors of #024168
Black with #024168
Text Example
Text Example
White with #024168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024168; }
p { color: rgb(2,65,104); }
H1.HeaderClassName
{
color: #024168;
}
.AnyTagClassName
{
color: #024168;
}
</style>
background-color css
<style>
a { background-color: #024168; }
a { background-color: rgb(2,65,104); }
div.DivClassName
{
background-color: #024168;
}
.BgClassName
{
background-color: #024168;
}
</style>
border-color css
<style>
span { border-color: #024168; }
span { border-color: rgb(2,65,104); }
td.TdClassName
{
border-color: #024168;
}
.TagClassName
{
border-color: #024168;
}
</style>