Shades of Prussian Blue #10376F
Tints of Prussian Blue #10376F
RGB
CMYK
RGB Variations
Color information
#10376F (or 0x10376F) is known color: Prussian Blue. HEX triplet: 10, 37 and 6F. RGB value is (16,55,111). Sum of RGB (Red+Green+Blue) = 16+55+111=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #10376F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10376F is #EFC890. Grayscale: #313131. Windows color (decimal): -15714449 or 7288592. OLE color: 7288592.
HSL color Cylindrical-coordinate representation of color #10376F: hue angle of 215.37º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10376F is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 55 | 111 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.56 |
| HSL | 215.37º | 0.75% | 0.25% | - |
| HSV(B) | 215.37º | 0.86% | 0.44% | - |
| XYZ | 4.45 | 3.99 | 15.57 | - |
| YUV | 49.72 | 162.58 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 111 | 0.86 | 0.50 | 0 | 0.56 | 215.37 | 0.75 | 0.25 |
| Hex | 10 | 37 | 6F | 56 | 32 | 0 | 38 | D7 | 4B | 19 |
| Octal | 20 | 67 | 157 | 126 | 62 | 0 | 70 | 327 | 113 | 31 |
| Binary | 10000 | 110111 | 1101111 | 1010110 | 110010 | 0 | 111000 | 11010111 | 1001011 | 11001 |
Color Harmonies of #10376F
Complementary color
Monochromatic Colors of #10376F
Black with #10376F
Text Example
Text Example
White with #10376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10376F; }
p { color: rgb(16,55,111); }
H1.HeaderClassName
{
color: #10376F;
}
.AnyTagClassName
{
color: #10376F;
}
</style>
background-color css
<style>
a { background-color: #10376F; }
a { background-color: rgb(16,55,111); }
div.DivClassName
{
background-color: #10376F;
}
.BgClassName
{
background-color: #10376F;
}
</style>
border-color css
<style>
span { border-color: #10376F; }
span { border-color: rgb(16,55,111); }
td.TdClassName
{
border-color: #10376F;
}
.TagClassName
{
border-color: #10376F;
}
</style>