Shades of Prussian Blue #10376B
Tints of Prussian Blue #10376B
RGB
CMYK
RGB Variations
Color information
#10376B (or 0x10376B) is known color: Prussian Blue. HEX triplet: 10, 37 and 6B. RGB value is (16,55,107). Sum of RGB (Red+Green+Blue) = 16+55+107=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 107 (42.19% from 255 or 60.11% from 178); Max value from RGB is 107 - color contains mainly: blue. Hex color #10376B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10376B is #EFC894. Grayscale: #313131. Windows color (decimal): -15714453 or 7026448. OLE color: 7026448.
HSL color Cylindrical-coordinate representation of color #10376B: hue angle of 214.29º 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 #10376B is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 55 | 107 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.58 |
| HSL | 214.29º | 0.74% | 0.24% | - |
| HSV(B) | 214.29º | 0.85% | 0.42% | - |
| XYZ | 4.23 | 3.9 | 14.44 | - |
| YUV | 49.27 | 160.58 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 107 | 0.85 | 0.49 | 0 | 0.58 | 214.29 | 0.74 | 0.24 |
| Hex | 10 | 37 | 6B | 55 | 31 | 0 | 3A | D6 | 4A | 18 |
| Octal | 20 | 67 | 153 | 125 | 61 | 0 | 72 | 326 | 112 | 30 |
| Binary | 10000 | 110111 | 1101011 | 1010101 | 110001 | 0 | 111010 | 11010110 | 1001010 | 11000 |
Color Harmonies of #10376B
Complementary color
Monochromatic Colors of #10376B
Black with #10376B
Text Example
Text Example
White with #10376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10376B; }
p { color: rgb(16,55,107); }
H1.HeaderClassName
{
color: #10376B;
}
.AnyTagClassName
{
color: #10376B;
}
</style>
background-color css
<style>
a { background-color: #10376B; }
a { background-color: rgb(16,55,107); }
div.DivClassName
{
background-color: #10376B;
}
.BgClassName
{
background-color: #10376B;
}
</style>
border-color css
<style>
span { border-color: #10376B; }
span { border-color: rgb(16,55,107); }
td.TdClassName
{
border-color: #10376B;
}
.TagClassName
{
border-color: #10376B;
}
</style>