Shades of Prussian Blue #10325E
Tints of Prussian Blue #10325E
RGB
CMYK
RGB Variations
Color information
#10325E (or 0x10325E) is known color: Prussian Blue. HEX triplet: 10, 32 and 5E. RGB value is (16,50,94). Sum of RGB (Red+Green+Blue) = 16+50+94=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 94 (37.11% from 255 or 58.75% from 160); Max value from RGB is 94 - color contains mainly: blue. Hex color #10325E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10325E is #EFCDA1. Grayscale: #2C2C2C. Windows color (decimal): -15715746 or 6173200. OLE color: 6173200.
HSL color Cylindrical-coordinate representation of color #10325E: hue angle of 213.85º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10325E is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 50 | 94 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.63 |
| HSL | 213.85º | 0.71% | 0.22% | - |
| HSV(B) | 213.85º | 0.83% | 0.37% | - |
| XYZ | 3.37 | 3.2 | 11.03 | - |
| YUV | 44.85 | 155.74 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 94 | 0.83 | 0.47 | 0 | 0.63 | 213.85 | 0.71 | 0.22 |
| Hex | 10 | 32 | 5E | 53 | 2F | 0 | 3F | D6 | 47 | 16 |
| Octal | 20 | 62 | 136 | 123 | 57 | 0 | 77 | 326 | 107 | 26 |
| Binary | 10000 | 110010 | 1011110 | 1010011 | 101111 | 0 | 111111 | 11010110 | 1000111 | 10110 |
Color Harmonies of #10325E
Complementary color
Monochromatic Colors of #10325E
Black with #10325E
Text Example
Text Example
White with #10325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10325E; }
p { color: rgb(16,50,94); }
H1.HeaderClassName
{
color: #10325E;
}
.AnyTagClassName
{
color: #10325E;
}
</style>
background-color css
<style>
a { background-color: #10325E; }
a { background-color: rgb(16,50,94); }
div.DivClassName
{
background-color: #10325E;
}
.BgClassName
{
background-color: #10325E;
}
</style>
border-color css
<style>
span { border-color: #10325E; }
span { border-color: rgb(16,50,94); }
td.TdClassName
{
border-color: #10325E;
}
.TagClassName
{
border-color: #10325E;
}
</style>