Shades of Prussian Blue #023164
Tints of Prussian Blue #023164
RGB
CMYK
RGB Variations
Color information
#023164 (or 0x023164) is known color: Prussian Blue. HEX triplet: 02, 31 and 64. RGB value is (2,49,100). Sum of RGB (Red+Green+Blue) = 2+49+100=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 100 (39.45% from 255 or 66.23% from 151); Max value from RGB is 100 - color contains mainly: blue. Hex color #023164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023164 is #FDCE9B. Grayscale: #282828. Windows color (decimal): -16633500 or 6566146. OLE color: 6566146.
HSL color Cylindrical-coordinate representation of color #023164: hue angle of 211.22º 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 #023164 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 49 | 100 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.61 |
| HSL | 211.22º | 0.96% | 0.2% | - |
| HSV(B) | 211.22º | 0.98% | 0.39% | - |
| XYZ | 3.42 | 3.13 | 12.48 | - |
| YUV | 40.76 | 161.43 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 100 | 0.98 | 0.51 | 0 | 0.61 | 211.22 | 0.96 | 0.2 |
| Hex | 2 | 31 | 64 | 62 | 33 | 0 | 3D | D3 | 60 | 14 |
| Octal | 2 | 61 | 144 | 142 | 63 | 0 | 75 | 323 | 140 | 24 |
| Binary | 10 | 110001 | 1100100 | 1100010 | 110011 | 0 | 111101 | 11010011 | 1100000 | 10100 |
Color Harmonies of #023164
Complementary color
Monochromatic Colors of #023164
Black with #023164
Text Example
Text Example
White with #023164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023164; }
p { color: rgb(2,49,100); }
H1.HeaderClassName
{
color: #023164;
}
.AnyTagClassName
{
color: #023164;
}
</style>
background-color css
<style>
a { background-color: #023164; }
a { background-color: rgb(2,49,100); }
div.DivClassName
{
background-color: #023164;
}
.BgClassName
{
background-color: #023164;
}
</style>
border-color css
<style>
span { border-color: #023164; }
span { border-color: rgb(2,49,100); }
td.TdClassName
{
border-color: #023164;
}
.TagClassName
{
border-color: #023164;
}
</style>