Shades of Prussian Blue #10355C
Tints of Prussian Blue #10355C
RGB
CMYK
RGB Variations
Color information
#10355C (or 0x10355C) is known color: Prussian Blue. HEX triplet: 10, 35 and 5C. RGB value is (16,53,92). Sum of RGB (Red+Green+Blue) = 16+53+92=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #10355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10355C is #EFCAA3. Grayscale: #2E2E2E. Windows color (decimal): -15714980 or 6042896. OLE color: 6042896.
HSL color Cylindrical-coordinate representation of color #10355C: hue angle of 210.79º degrees, saturation: 0.7, 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 #10355C is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 53 | 92 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.64 |
| HSL | 210.79º | 0.7% | 0.21% | - |
| HSV(B) | 210.79º | 0.83% | 0.36% | - |
| XYZ | 3.42 | 3.43 | 10.61 | - |
| YUV | 46.38 | 153.74 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 92 | 0.83 | 0.42 | 0 | 0.64 | 210.79 | 0.7 | 0.21 |
| Hex | 10 | 35 | 5C | 53 | 2A | 0 | 40 | D3 | 46 | 15 |
| Octal | 20 | 65 | 134 | 123 | 52 | 0 | 100 | 323 | 106 | 25 |
| Binary | 10000 | 110101 | 1011100 | 1010011 | 101010 | 0 | 1000000 | 11010011 | 1000110 | 10101 |
Color Harmonies of #10355C
Complementary color
Monochromatic Colors of #10355C
Black with #10355C
Text Example
Text Example
White with #10355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10355C; }
p { color: rgb(16,53,92); }
H1.HeaderClassName
{
color: #10355C;
}
.AnyTagClassName
{
color: #10355C;
}
</style>
background-color css
<style>
a { background-color: #10355C; }
a { background-color: rgb(16,53,92); }
div.DivClassName
{
background-color: #10355C;
}
.BgClassName
{
background-color: #10355C;
}
</style>
border-color css
<style>
span { border-color: #10355C; }
span { border-color: rgb(16,53,92); }
td.TdClassName
{
border-color: #10355C;
}
.TagClassName
{
border-color: #10355C;
}
</style>