Shades of Prussian Blue #103B63
Tints of Prussian Blue #103B63
RGB
CMYK
RGB Variations
Color information
#103B63 (or 0x103B63) is known color: Prussian Blue. HEX triplet: 10, 3B and 63. RGB value is (16,59,99). Sum of RGB (Red+Green+Blue) = 16+59+99=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 99 (39.06% from 255 or 56.90% from 174); Max value from RGB is 99 - color contains mainly: blue. Hex color #103B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B63 is #EFC49C. Grayscale: #323232. Windows color (decimal): -15713437 or 6503184. OLE color: 6503184.
HSL color Cylindrical-coordinate representation of color #103B63: hue angle of 208.92º 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 #103B63 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 59 | 99 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.61 |
| HSL | 208.92º | 0.72% | 0.23% | - |
| HSV(B) | 208.92º | 0.84% | 0.39% | - |
| XYZ | 4.03 | 4.14 | 12.39 | - |
| YUV | 50.7 | 155.25 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 99 | 0.84 | 0.40 | 0 | 0.61 | 208.92 | 0.72 | 0.23 |
| Hex | 10 | 3B | 63 | 54 | 28 | 0 | 3D | D1 | 48 | 17 |
| Octal | 20 | 73 | 143 | 124 | 50 | 0 | 75 | 321 | 110 | 27 |
| Binary | 10000 | 111011 | 1100011 | 1010100 | 101000 | 0 | 111101 | 11010001 | 1001000 | 10111 |
Color Harmonies of #103B63
Complementary color
Monochromatic Colors of #103B63
Black with #103B63
Text Example
Text Example
White with #103B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103B63; }
p { color: rgb(16,59,99); }
H1.HeaderClassName
{
color: #103B63;
}
.AnyTagClassName
{
color: #103B63;
}
</style>
background-color css
<style>
a { background-color: #103B63; }
a { background-color: rgb(16,59,99); }
div.DivClassName
{
background-color: #103B63;
}
.BgClassName
{
background-color: #103B63;
}
</style>
border-color css
<style>
span { border-color: #103B63; }
span { border-color: rgb(16,59,99); }
td.TdClassName
{
border-color: #103B63;
}
.TagClassName
{
border-color: #103B63;
}
</style>