Shades of Prussian Blue #103C63
Tints of Prussian Blue #103C63
RGB
CMYK
RGB Variations
Color information
#103C63 (or 0x103C63) is known color: Prussian Blue. HEX triplet: 10, 3C and 63. RGB value is (16,60,99). Sum of RGB (Red+Green+Blue) = 16+60+99=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #103C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C63 is #EFC39C. Grayscale: #333333. Windows color (decimal): -15713181 or 6503440. OLE color: 6503440.
HSL color Cylindrical-coordinate representation of color #103C63: hue angle of 208.19º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103C63 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 60 | 99 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.61 |
| HSL | 208.19º | 0.72% | 0.23% | - |
| HSV(B) | 208.19º | 0.84% | 0.39% | - |
| XYZ | 4.08 | 4.24 | 12.41 | - |
| YUV | 51.29 | 154.92 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 99 | 0.84 | 0.39 | 0 | 0.61 | 208.19 | 0.72 | 0.23 |
| Hex | 10 | 3C | 63 | 54 | 27 | 0 | 3D | D0 | 48 | 17 |
| Octal | 20 | 74 | 143 | 124 | 47 | 0 | 75 | 320 | 110 | 27 |
| Binary | 10000 | 111100 | 1100011 | 1010100 | 100111 | 0 | 111101 | 11010000 | 1001000 | 10111 |
Color Harmonies of #103C63
Complementary color
Monochromatic Colors of #103C63
Black with #103C63
Text Example
Text Example
White with #103C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C63; }
p { color: rgb(16,60,99); }
H1.HeaderClassName
{
color: #103C63;
}
.AnyTagClassName
{
color: #103C63;
}
</style>
background-color css
<style>
a { background-color: #103C63; }
a { background-color: rgb(16,60,99); }
div.DivClassName
{
background-color: #103C63;
}
.BgClassName
{
background-color: #103C63;
}
</style>
border-color css
<style>
span { border-color: #103C63; }
span { border-color: rgb(16,60,99); }
td.TdClassName
{
border-color: #103C63;
}
.TagClassName
{
border-color: #103C63;
}
</style>