Shades of Prussian Blue #103C68
Tints of Prussian Blue #103C68
RGB
CMYK
RGB Variations
Color information
#103C68 (or 0x103C68) is known color: Prussian Blue. HEX triplet: 10, 3C and 68. RGB value is (16,60,104). Sum of RGB (Red+Green+Blue) = 16+60+104=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #103C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C68 is #EFC397. Grayscale: #333333. Windows color (decimal): -15713176 or 6831120. OLE color: 6831120.
HSL color Cylindrical-coordinate representation of color #103C68: hue angle of 210º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #103C68 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 60 | 104 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.59 |
| HSL | 210º | 0.73% | 0.24% | - |
| HSV(B) | 210º | 0.85% | 0.41% | - |
| XYZ | 4.33 | 4.34 | 13.71 | - |
| YUV | 51.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 104 | 0.85 | 0.42 | 0 | 0.59 | 210 | 0.73 | 0.24 |
| Hex | 10 | 3C | 68 | 55 | 2A | 0 | 3B | D2 | 49 | 18 |
| Octal | 20 | 74 | 150 | 125 | 52 | 0 | 73 | 322 | 111 | 30 |
| Binary | 10000 | 111100 | 1101000 | 1010101 | 101010 | 0 | 111011 | 11010010 | 1001001 | 11000 |
Color Harmonies of #103C68
Complementary color
Monochromatic Colors of #103C68
Black with #103C68
Text Example
Text Example
White with #103C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C68; }
p { color: rgb(16,60,104); }
H1.HeaderClassName
{
color: #103C68;
}
.AnyTagClassName
{
color: #103C68;
}
</style>
background-color css
<style>
a { background-color: #103C68; }
a { background-color: rgb(16,60,104); }
div.DivClassName
{
background-color: #103C68;
}
.BgClassName
{
background-color: #103C68;
}
</style>
border-color css
<style>
span { border-color: #103C68; }
span { border-color: rgb(16,60,104); }
td.TdClassName
{
border-color: #103C68;
}
.TagClassName
{
border-color: #103C68;
}
</style>