Shades of Prussian Blue #103C65
Tints of Prussian Blue #103C65
RGB
CMYK
RGB Variations
Color information
#103C65 (or 0x103C65) is known color: Prussian Blue. HEX triplet: 10, 3C and 65. RGB value is (16,60,101). Sum of RGB (Red+Green+Blue) = 16+60+101=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 101 (39.84% from 255 or 57.06% from 177); Max value from RGB is 101 - color contains mainly: blue. Hex color #103C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C65 is #EFC39A. Grayscale: #333333. Windows color (decimal): -15713179 or 6634512. OLE color: 6634512.
HSL color Cylindrical-coordinate representation of color #103C65: hue angle of 208.94º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103C65 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 60 | 101 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.60 |
| HSL | 208.94º | 0.73% | 0.23% | - |
| HSV(B) | 208.94º | 0.84% | 0.4% | - |
| XYZ | 4.18 | 4.28 | 12.92 | - |
| YUV | 51.52 | 155.92 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 101 | 0.84 | 0.41 | 0 | 0.60 | 208.94 | 0.73 | 0.23 |
| Hex | 10 | 3C | 65 | 54 | 29 | 0 | 3C | D1 | 49 | 17 |
| Octal | 20 | 74 | 145 | 124 | 51 | 0 | 74 | 321 | 111 | 27 |
| Binary | 10000 | 111100 | 1100101 | 1010100 | 101001 | 0 | 111100 | 11010001 | 1001001 | 10111 |
Color Harmonies of #103C65
Complementary color
Monochromatic Colors of #103C65
Black with #103C65
Text Example
Text Example
White with #103C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C65; }
p { color: rgb(16,60,101); }
H1.HeaderClassName
{
color: #103C65;
}
.AnyTagClassName
{
color: #103C65;
}
</style>
background-color css
<style>
a { background-color: #103C65; }
a { background-color: rgb(16,60,101); }
div.DivClassName
{
background-color: #103C65;
}
.BgClassName
{
background-color: #103C65;
}
</style>
border-color css
<style>
span { border-color: #103C65; }
span { border-color: rgb(16,60,101); }
td.TdClassName
{
border-color: #103C65;
}
.TagClassName
{
border-color: #103C65;
}
</style>