Shades of Prussian Blue #10345B
Tints of Prussian Blue #10345B
RGB
CMYK
RGB Variations
Color information
#10345B (or 0x10345B) is known color: Prussian Blue. HEX triplet: 10, 34 and 5B. RGB value is (16,52,91). Sum of RGB (Red+Green+Blue) = 16+52+91=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #10345B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10345B is #EFCBA4. Grayscale: #2D2D2D. Windows color (decimal): -15715237 or 5977104. OLE color: 5977104.
HSL color Cylindrical-coordinate representation of color #10345B: hue angle of 211.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10345B is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 52 | 91 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.64 |
| HSL | 211.2º | 0.7% | 0.21% | - |
| HSV(B) | 211.2º | 0.82% | 0.36% | - |
| XYZ | 3.33 | 3.32 | 10.36 | - |
| YUV | 45.68 | 153.57 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 91 | 0.82 | 0.43 | 0 | 0.64 | 211.2 | 0.7 | 0.21 |
| Hex | 10 | 34 | 5B | 52 | 2B | 0 | 40 | D3 | 46 | 15 |
| Octal | 20 | 64 | 133 | 122 | 53 | 0 | 100 | 323 | 106 | 25 |
| Binary | 10000 | 110100 | 1011011 | 1010010 | 101011 | 0 | 1000000 | 11010011 | 1000110 | 10101 |
Color Harmonies of #10345B
Complementary color
Monochromatic Colors of #10345B
Black with #10345B
Text Example
Text Example
White with #10345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10345B; }
p { color: rgb(16,52,91); }
H1.HeaderClassName
{
color: #10345B;
}
.AnyTagClassName
{
color: #10345B;
}
</style>
background-color css
<style>
a { background-color: #10345B; }
a { background-color: rgb(16,52,91); }
div.DivClassName
{
background-color: #10345B;
}
.BgClassName
{
background-color: #10345B;
}
</style>
border-color css
<style>
span { border-color: #10345B; }
span { border-color: rgb(16,52,91); }
td.TdClassName
{
border-color: #10345B;
}
.TagClassName
{
border-color: #10345B;
}
</style>