Shades of Prussian Blue #103B66
Tints of Prussian Blue #103B66
RGB
CMYK
RGB Variations
Color information
#103B66 (or 0x103B66) is known color: Prussian Blue. HEX triplet: 10, 3B and 66. RGB value is (16,59,102). Sum of RGB (Red+Green+Blue) = 16+59+102=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #103B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B66 is #EFC499. Grayscale: #323232. Windows color (decimal): -15713434 or 6699792. OLE color: 6699792.
HSL color Cylindrical-coordinate representation of color #103B66: hue angle of 210º 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 #103B66 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 59 | 102 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.6 |
| HSL | 210º | 0.73% | 0.23% | - |
| HSV(B) | 210º | 0.84% | 0.4% | - |
| XYZ | 4.18 | 4.2 | 13.16 | - |
| YUV | 51.05 | 156.75 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 102 | 0.84 | 0.42 | 0 | 0.6 | 210 | 0.73 | 0.23 |
| Hex | 10 | 3B | 66 | 54 | 2A | 0 | 3C | D2 | 49 | 17 |
| Octal | 20 | 73 | 146 | 124 | 52 | 0 | 74 | 322 | 111 | 27 |
| Binary | 10000 | 111011 | 1100110 | 1010100 | 101010 | 0 | 111100 | 11010010 | 1001001 | 10111 |
Color Harmonies of #103B66
Complementary color
Monochromatic Colors of #103B66
Black with #103B66
Text Example
Text Example
White with #103B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103B66; }
p { color: rgb(16,59,102); }
H1.HeaderClassName
{
color: #103B66;
}
.AnyTagClassName
{
color: #103B66;
}
</style>
background-color css
<style>
a { background-color: #103B66; }
a { background-color: rgb(16,59,102); }
div.DivClassName
{
background-color: #103B66;
}
.BgClassName
{
background-color: #103B66;
}
</style>
border-color css
<style>
span { border-color: #103B66; }
span { border-color: rgb(16,59,102); }
td.TdClassName
{
border-color: #103B66;
}
.TagClassName
{
border-color: #103B66;
}
</style>