Shades of Prussian Blue #10356F
Tints of Prussian Blue #10356F
RGB
CMYK
RGB Variations
Color information
#10356F (or 0x10356F) is known color: Prussian Blue. HEX triplet: 10, 35 and 6F. RGB value is (16,53,111). Sum of RGB (Red+Green+Blue) = 16+53+111=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #10356F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10356F is #EFCA90. Grayscale: #303030. Windows color (decimal): -15714961 or 7288080. OLE color: 7288080.
HSL color Cylindrical-coordinate representation of color #10356F: hue angle of 216.63º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10356F is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 53 | 111 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.56 |
| HSL | 216.63º | 0.75% | 0.25% | - |
| HSV(B) | 216.63º | 0.86% | 0.44% | - |
| XYZ | 4.36 | 3.8 | 15.54 | - |
| YUV | 48.55 | 163.24 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 111 | 0.86 | 0.52 | 0 | 0.56 | 216.63 | 0.75 | 0.25 |
| Hex | 10 | 35 | 6F | 56 | 34 | 0 | 38 | D9 | 4B | 19 |
| Octal | 20 | 65 | 157 | 126 | 64 | 0 | 70 | 331 | 113 | 31 |
| Binary | 10000 | 110101 | 1101111 | 1010110 | 110100 | 0 | 111000 | 11011001 | 1001011 | 11001 |
Color Harmonies of #10356F
Complementary color
Monochromatic Colors of #10356F
Black with #10356F
Text Example
Text Example
White with #10356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10356F; }
p { color: rgb(16,53,111); }
H1.HeaderClassName
{
color: #10356F;
}
.AnyTagClassName
{
color: #10356F;
}
</style>
background-color css
<style>
a { background-color: #10356F; }
a { background-color: rgb(16,53,111); }
div.DivClassName
{
background-color: #10356F;
}
.BgClassName
{
background-color: #10356F;
}
</style>
border-color css
<style>
span { border-color: #10356F; }
span { border-color: rgb(16,53,111); }
td.TdClassName
{
border-color: #10356F;
}
.TagClassName
{
border-color: #10356F;
}
</style>