Shades of Prussian Blue #023964
Tints of Prussian Blue #023964
RGB
CMYK
RGB Variations
Color information
#023964 (or 0x023964) is known color: Prussian Blue. HEX triplet: 02, 39 and 64. RGB value is (2,57,100). Sum of RGB (Red+Green+Blue) = 2+57+100=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 100 (39.45% from 255 or 62.89% from 159); Max value from RGB is 100 - color contains mainly: blue. Hex color #023964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023964 is #FDC69B. Grayscale: #2D2D2D. Windows color (decimal): -16631452 or 6568194. OLE color: 6568194.
HSL color Cylindrical-coordinate representation of color #023964: hue angle of 206.33º 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 #023964 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 57 | 100 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.61 |
| HSL | 206.33º | 0.96% | 0.2% | - |
| HSV(B) | 206.33º | 0.98% | 0.39% | - |
| XYZ | 3.79 | 3.86 | 12.6 | - |
| YUV | 45.46 | 158.78 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 100 | 0.98 | 0.43 | 0 | 0.61 | 206.33 | 0.96 | 0.2 |
| Hex | 2 | 39 | 64 | 62 | 2B | 0 | 3D | CE | 60 | 14 |
| Octal | 2 | 71 | 144 | 142 | 53 | 0 | 75 | 316 | 140 | 24 |
| Binary | 10 | 111001 | 1100100 | 1100010 | 101011 | 0 | 111101 | 11001110 | 1100000 | 10100 |
Color Harmonies of #023964
Complementary color
Monochromatic Colors of #023964
Black with #023964
Text Example
Text Example
White with #023964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023964; }
p { color: rgb(2,57,100); }
H1.HeaderClassName
{
color: #023964;
}
.AnyTagClassName
{
color: #023964;
}
</style>
background-color css
<style>
a { background-color: #023964; }
a { background-color: rgb(2,57,100); }
div.DivClassName
{
background-color: #023964;
}
.BgClassName
{
background-color: #023964;
}
</style>
border-color css
<style>
span { border-color: #023964; }
span { border-color: rgb(2,57,100); }
td.TdClassName
{
border-color: #023964;
}
.TagClassName
{
border-color: #023964;
}
</style>