Shades of Prussian Blue #10376A
Tints of Prussian Blue #10376A
RGB
CMYK
RGB Variations
Color information
#10376A (or 0x10376A) is known color: Prussian Blue. HEX triplet: 10, 37 and 6A. RGB value is (16,55,106). Sum of RGB (Red+Green+Blue) = 16+55+106=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 106 (41.80% from 255 or 59.89% from 177); Max value from RGB is 106 - color contains mainly: blue. Hex color #10376A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10376A is #EFC895. Grayscale: #303030. Windows color (decimal): -15714454 or 6960912. OLE color: 6960912.
HSL color Cylindrical-coordinate representation of color #10376A: hue angle of 214º 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 #10376A is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 55 | 106 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.58 |
| HSL | 214º | 0.74% | 0.24% | - |
| HSV(B) | 214º | 0.85% | 0.42% | - |
| XYZ | 4.18 | 3.88 | 14.16 | - |
| YUV | 49.15 | 160.08 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 106 | 0.85 | 0.48 | 0 | 0.58 | 214 | 0.74 | 0.24 |
| Hex | 10 | 37 | 6A | 55 | 30 | 0 | 3A | D6 | 4A | 18 |
| Octal | 20 | 67 | 152 | 125 | 60 | 0 | 72 | 326 | 112 | 30 |
| Binary | 10000 | 110111 | 1101010 | 1010101 | 110000 | 0 | 111010 | 11010110 | 1001010 | 11000 |
Color Harmonies of #10376A
Complementary color
Monochromatic Colors of #10376A
Black with #10376A
Text Example
Text Example
White with #10376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10376A; }
p { color: rgb(16,55,106); }
H1.HeaderClassName
{
color: #10376A;
}
.AnyTagClassName
{
color: #10376A;
}
</style>
background-color css
<style>
a { background-color: #10376A; }
a { background-color: rgb(16,55,106); }
div.DivClassName
{
background-color: #10376A;
}
.BgClassName
{
background-color: #10376A;
}
</style>
border-color css
<style>
span { border-color: #10376A; }
span { border-color: rgb(16,55,106); }
td.TdClassName
{
border-color: #10376A;
}
.TagClassName
{
border-color: #10376A;
}
</style>