Shades of Prussian Blue #13376A
Tints of Prussian Blue #13376A
RGB
CMYK
RGB Variations
Color information
#13376A (or 0x13376A) is known color: Prussian Blue. HEX triplet: 13, 37 and 6A. RGB value is (19,55,106). Sum of RGB (Red+Green+Blue) = 19+55+106=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 106 (41.80% from 255 or 58.89% from 180); Max value from RGB is 106 - color contains mainly: blue. Hex color #13376A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13376A is #ECC895. Grayscale: #313131. Windows color (decimal): -15517846 or 6960915. OLE color: 6960915.
HSL color Cylindrical-coordinate representation of color #13376A: hue angle of 215.17º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13376A is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 55 | 106 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.58 |
| HSL | 215.17º | 0.7% | 0.25% | - |
| HSV(B) | 215.17º | 0.82% | 0.42% | - |
| XYZ | 4.24 | 3.91 | 14.17 | - |
| YUV | 50.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 106 | 0.82 | 0.48 | 0 | 0.58 | 215.17 | 0.7 | 0.25 |
| Hex | 13 | 37 | 6A | 52 | 30 | 0 | 3A | D7 | 46 | 19 |
| Octal | 23 | 67 | 152 | 122 | 60 | 0 | 72 | 327 | 106 | 31 |
| Binary | 10011 | 110111 | 1101010 | 1010010 | 110000 | 0 | 111010 | 11010111 | 1000110 | 11001 |
Color Harmonies of #13376A
Complementary color
Monochromatic Colors of #13376A
Black with #13376A
Text Example
Text Example
White with #13376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13376A; }
p { color: rgb(19,55,106); }
H1.HeaderClassName
{
color: #13376A;
}
.AnyTagClassName
{
color: #13376A;
}
</style>
background-color css
<style>
a { background-color: #13376A; }
a { background-color: rgb(19,55,106); }
div.DivClassName
{
background-color: #13376A;
}
.BgClassName
{
background-color: #13376A;
}
</style>
border-color css
<style>
span { border-color: #13376A; }
span { border-color: rgb(19,55,106); }
td.TdClassName
{
border-color: #13376A;
}
.TagClassName
{
border-color: #13376A;
}
</style>