Shades of Prussian Blue #024163
Tints of Prussian Blue #024163
RGB
CMYK
RGB Variations
Color information
#024163 (or 0x024163) is known color: Prussian Blue. HEX triplet: 02, 41 and 63. RGB value is (2,65,99). Sum of RGB (Red+Green+Blue) = 2+65+99=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #024163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024163 is #FDBE9C. Grayscale: #313131. Windows color (decimal): -16629405 or 6504706. OLE color: 6504706.
HSL color Cylindrical-coordinate representation of color #024163: hue angle of 201.03º 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 #024163 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 65 | 99 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.61 |
| HSL | 201.03º | 0.96% | 0.2% | - |
| HSV(B) | 201.03º | 0.98% | 0.39% | - |
| XYZ | 4.17 | 4.69 | 12.49 | - |
| YUV | 50.04 | 155.63 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 99 | 0.98 | 0.34 | 0 | 0.61 | 201.03 | 0.96 | 0.2 |
| Hex | 2 | 41 | 63 | 62 | 22 | 0 | 3D | C9 | 60 | 14 |
| Octal | 2 | 101 | 143 | 142 | 42 | 0 | 75 | 311 | 140 | 24 |
| Binary | 10 | 1000001 | 1100011 | 1100010 | 100010 | 0 | 111101 | 11001001 | 1100000 | 10100 |
Color Harmonies of #024163
Complementary color
Monochromatic Colors of #024163
Black with #024163
Text Example
Text Example
White with #024163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024163; }
p { color: rgb(2,65,99); }
H1.HeaderClassName
{
color: #024163;
}
.AnyTagClassName
{
color: #024163;
}
</style>
background-color css
<style>
a { background-color: #024163; }
a { background-color: rgb(2,65,99); }
div.DivClassName
{
background-color: #024163;
}
.BgClassName
{
background-color: #024163;
}
</style>
border-color css
<style>
span { border-color: #024163; }
span { border-color: rgb(2,65,99); }
td.TdClassName
{
border-color: #024163;
}
.TagClassName
{
border-color: #024163;
}
</style>