Shades of Prussian Blue #10345D
Tints of Prussian Blue #10345D
RGB
CMYK
RGB Variations
Color information
#10345D (or 0x10345D) is known color: Prussian Blue. HEX triplet: 10, 34 and 5D. RGB value is (16,52,93). Sum of RGB (Red+Green+Blue) = 16+52+93=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #10345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10345D is #EFCBA2. Grayscale: #2D2D2D. Windows color (decimal): -15715235 or 6108176. OLE color: 6108176.
HSL color Cylindrical-coordinate representation of color #10345D: hue angle of 211.95º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10345D is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 52 | 93 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.64 |
| HSL | 211.95º | 0.71% | 0.21% | - |
| HSV(B) | 211.95º | 0.83% | 0.36% | - |
| XYZ | 3.42 | 3.36 | 10.82 | - |
| YUV | 45.91 | 154.57 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 93 | 0.83 | 0.44 | 0 | 0.64 | 211.95 | 0.71 | 0.21 |
| Hex | 10 | 34 | 5D | 53 | 2C | 0 | 40 | D4 | 47 | 15 |
| Octal | 20 | 64 | 135 | 123 | 54 | 0 | 100 | 324 | 107 | 25 |
| Binary | 10000 | 110100 | 1011101 | 1010011 | 101100 | 0 | 1000000 | 11010100 | 1000111 | 10101 |
Color Harmonies of #10345D
Complementary color
Monochromatic Colors of #10345D
Black with #10345D
Text Example
Text Example
White with #10345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10345D; }
p { color: rgb(16,52,93); }
H1.HeaderClassName
{
color: #10345D;
}
.AnyTagClassName
{
color: #10345D;
}
</style>
background-color css
<style>
a { background-color: #10345D; }
a { background-color: rgb(16,52,93); }
div.DivClassName
{
background-color: #10345D;
}
.BgClassName
{
background-color: #10345D;
}
</style>
border-color css
<style>
span { border-color: #10345D; }
span { border-color: rgb(16,52,93); }
td.TdClassName
{
border-color: #10345D;
}
.TagClassName
{
border-color: #10345D;
}
</style>