Shades of Prussian Blue #103E67
Tints of Prussian Blue #103E67
RGB
CMYK
RGB Variations
Color information
#103E67 (or 0x103E67) is known color: Prussian Blue. HEX triplet: 10, 3E and 67. RGB value is (16,62,103). Sum of RGB (Red+Green+Blue) = 16+62+103=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 103 (40.62% from 255 or 56.91% from 181); Max value from RGB is 103 - color contains mainly: blue. Hex color #103E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E67 is #EFC198. Grayscale: #343434. Windows color (decimal): -15712665 or 6766096. OLE color: 6766096.
HSL color Cylindrical-coordinate representation of color #103E67: hue angle of 208.28º 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 #103E67 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 62 | 103 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.60 |
| HSL | 208.28º | 0.73% | 0.23% | - |
| HSV(B) | 208.28º | 0.84% | 0.4% | - |
| XYZ | 4.38 | 4.53 | 13.48 | - |
| YUV | 52.92 | 156.26 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 103 | 0.84 | 0.40 | 0 | 0.60 | 208.28 | 0.73 | 0.23 |
| Hex | 10 | 3E | 67 | 54 | 28 | 0 | 3C | D0 | 49 | 17 |
| Octal | 20 | 76 | 147 | 124 | 50 | 0 | 74 | 320 | 111 | 27 |
| Binary | 10000 | 111110 | 1100111 | 1010100 | 101000 | 0 | 111100 | 11010000 | 1001001 | 10111 |
Color Harmonies of #103E67
Complementary color
Monochromatic Colors of #103E67
Black with #103E67
Text Example
Text Example
White with #103E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E67; }
p { color: rgb(16,62,103); }
H1.HeaderClassName
{
color: #103E67;
}
.AnyTagClassName
{
color: #103E67;
}
</style>
background-color css
<style>
a { background-color: #103E67; }
a { background-color: rgb(16,62,103); }
div.DivClassName
{
background-color: #103E67;
}
.BgClassName
{
background-color: #103E67;
}
</style>
border-color css
<style>
span { border-color: #103E67; }
span { border-color: rgb(16,62,103); }
td.TdClassName
{
border-color: #103E67;
}
.TagClassName
{
border-color: #103E67;
}
</style>