Shades of Prussian Blue #10355B
Tints of Prussian Blue #10355B
RGB
CMYK
RGB Variations
Color information
#10355B (or 0x10355B) is known color: Prussian Blue. HEX triplet: 10, 35 and 5B. RGB value is (16,53,91). Sum of RGB (Red+Green+Blue) = 16+53+91=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #10355B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10355B is #EFCAA4. Grayscale: #2E2E2E. Windows color (decimal): -15714981 or 5977360. OLE color: 5977360.
HSL color Cylindrical-coordinate representation of color #10355B: hue angle of 210.4º 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 #10355B is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 53 | 91 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.64 |
| HSL | 210.4º | 0.7% | 0.21% | - |
| HSV(B) | 210.4º | 0.82% | 0.36% | - |
| XYZ | 3.38 | 3.41 | 10.38 | - |
| YUV | 46.27 | 153.24 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 91 | 0.82 | 0.42 | 0 | 0.64 | 210.4 | 0.7 | 0.21 |
| Hex | 10 | 35 | 5B | 52 | 2A | 0 | 40 | D2 | 46 | 15 |
| Octal | 20 | 65 | 133 | 122 | 52 | 0 | 100 | 322 | 106 | 25 |
| Binary | 10000 | 110101 | 1011011 | 1010010 | 101010 | 0 | 1000000 | 11010010 | 1000110 | 10101 |
Color Harmonies of #10355B
Complementary color
Monochromatic Colors of #10355B
Black with #10355B
Text Example
Text Example
White with #10355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10355B; }
p { color: rgb(16,53,91); }
H1.HeaderClassName
{
color: #10355B;
}
.AnyTagClassName
{
color: #10355B;
}
</style>
background-color css
<style>
a { background-color: #10355B; }
a { background-color: rgb(16,53,91); }
div.DivClassName
{
background-color: #10355B;
}
.BgClassName
{
background-color: #10355B;
}
</style>
border-color css
<style>
span { border-color: #10355B; }
span { border-color: rgb(16,53,91); }
td.TdClassName
{
border-color: #10355B;
}
.TagClassName
{
border-color: #10355B;
}
</style>