Shades of Prussian Blue #10325A
Tints of Prussian Blue #10325A
RGB
CMYK
RGB Variations
Color information
#10325A (or 0x10325A) is known color: Prussian Blue. HEX triplet: 10, 32 and 5A. RGB value is (16,50,90). Sum of RGB (Red+Green+Blue) = 16+50+90=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #10325A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10325A is #EFCDA5. Grayscale: #2C2C2C. Windows color (decimal): -15715750 or 5911056. OLE color: 5911056.
HSL color Cylindrical-coordinate representation of color #10325A: hue angle of 212.43º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10325A is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 50 | 90 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.65 |
| HSL | 212.43º | 0.7% | 0.21% | - |
| HSV(B) | 212.43º | 0.82% | 0.35% | - |
| XYZ | 3.2 | 3.13 | 10.11 | - |
| YUV | 44.39 | 153.74 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 90 | 0.82 | 0.44 | 0 | 0.65 | 212.43 | 0.7 | 0.21 |
| Hex | 10 | 32 | 5A | 52 | 2C | 0 | 41 | D4 | 46 | 15 |
| Octal | 20 | 62 | 132 | 122 | 54 | 0 | 101 | 324 | 106 | 25 |
| Binary | 10000 | 110010 | 1011010 | 1010010 | 101100 | 0 | 1000001 | 11010100 | 1000110 | 10101 |
Color Harmonies of #10325A
Complementary color
Monochromatic Colors of #10325A
Black with #10325A
Text Example
Text Example
White with #10325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10325A; }
p { color: rgb(16,50,90); }
H1.HeaderClassName
{
color: #10325A;
}
.AnyTagClassName
{
color: #10325A;
}
</style>
background-color css
<style>
a { background-color: #10325A; }
a { background-color: rgb(16,50,90); }
div.DivClassName
{
background-color: #10325A;
}
.BgClassName
{
background-color: #10325A;
}
</style>
border-color css
<style>
span { border-color: #10325A; }
span { border-color: rgb(16,50,90); }
td.TdClassName
{
border-color: #10325A;
}
.TagClassName
{
border-color: #10325A;
}
</style>