Shades of Prussian Blue #103D6B
Tints of Prussian Blue #103D6B
RGB
CMYK
RGB Variations
Color information
#103D6B (or 0x103D6B) is known color: Prussian Blue. HEX triplet: 10, 3D and 6B. RGB value is (16,61,107). Sum of RGB (Red+Green+Blue) = 16+61+107=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #103D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D6B is #EFC294. Grayscale: #343434. Windows color (decimal): -15712917 or 7027984. OLE color: 7027984.
HSL color Cylindrical-coordinate representation of color #103D6B: hue angle of 210.33º 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 #103D6B is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 61 | 107 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.58 |
| HSL | 210.33º | 0.74% | 0.24% | - |
| HSV(B) | 210.33º | 0.85% | 0.42% | - |
| XYZ | 4.54 | 4.51 | 14.54 | - |
| YUV | 52.79 | 158.59 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 107 | 0.85 | 0.43 | 0 | 0.58 | 210.33 | 0.74 | 0.24 |
| Hex | 10 | 3D | 6B | 55 | 2B | 0 | 3A | D2 | 4A | 18 |
| Octal | 20 | 75 | 153 | 125 | 53 | 0 | 72 | 322 | 112 | 30 |
| Binary | 10000 | 111101 | 1101011 | 1010101 | 101011 | 0 | 111010 | 11010010 | 1001010 | 11000 |
Color Harmonies of #103D6B
Complementary color
Monochromatic Colors of #103D6B
Black with #103D6B
Text Example
Text Example
White with #103D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D6B; }
p { color: rgb(16,61,107); }
H1.HeaderClassName
{
color: #103D6B;
}
.AnyTagClassName
{
color: #103D6B;
}
</style>
background-color css
<style>
a { background-color: #103D6B; }
a { background-color: rgb(16,61,107); }
div.DivClassName
{
background-color: #103D6B;
}
.BgClassName
{
background-color: #103D6B;
}
</style>
border-color css
<style>
span { border-color: #103D6B; }
span { border-color: rgb(16,61,107); }
td.TdClassName
{
border-color: #103D6B;
}
.TagClassName
{
border-color: #103D6B;
}
</style>