Shades of Prussian Blue #103E6C
Tints of Prussian Blue #103E6C
RGB
CMYK
RGB Variations
Color information
#103E6C (or 0x103E6C) is known color: Prussian Blue. HEX triplet: 10, 3E and 6C. RGB value is (16,62,108). Sum of RGB (Red+Green+Blue) = 16+62+108=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #103E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E6C is #EFC193. Grayscale: #353535. Windows color (decimal): -15712660 or 7093776. OLE color: 7093776.
HSL color Cylindrical-coordinate representation of color #103E6C: hue angle of 210º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #103E6C is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 62 | 108 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.58 |
| HSL | 210º | 0.74% | 0.24% | - |
| HSV(B) | 210º | 0.85% | 0.42% | - |
| XYZ | 4.64 | 4.64 | 14.84 | - |
| YUV | 53.49 | 158.76 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 108 | 0.85 | 0.43 | 0 | 0.58 | 210 | 0.74 | 0.24 |
| Hex | 10 | 3E | 6C | 55 | 2B | 0 | 3A | D2 | 4A | 18 |
| Octal | 20 | 76 | 154 | 125 | 53 | 0 | 72 | 322 | 112 | 30 |
| Binary | 10000 | 111110 | 1101100 | 1010101 | 101011 | 0 | 111010 | 11010010 | 1001010 | 11000 |
Color Harmonies of #103E6C
Complementary color
Monochromatic Colors of #103E6C
Black with #103E6C
Text Example
Text Example
White with #103E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E6C; }
p { color: rgb(16,62,108); }
H1.HeaderClassName
{
color: #103E6C;
}
.AnyTagClassName
{
color: #103E6C;
}
</style>
background-color css
<style>
a { background-color: #103E6C; }
a { background-color: rgb(16,62,108); }
div.DivClassName
{
background-color: #103E6C;
}
.BgClassName
{
background-color: #103E6C;
}
</style>
border-color css
<style>
span { border-color: #103E6C; }
span { border-color: rgb(16,62,108); }
td.TdClassName
{
border-color: #103E6C;
}
.TagClassName
{
border-color: #103E6C;
}
</style>