Shades of Prussian Blue #133562
Tints of Prussian Blue #133562
RGB
CMYK
RGB Variations
Color information
#133562 (or 0x133562) is known color: Prussian Blue. HEX triplet: 13, 35 and 62. RGB value is (19,53,98). Sum of RGB (Red+Green+Blue) = 19+53+98=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #133562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133562 is #ECCA9D. Grayscale: #2F2F2F. Windows color (decimal): -15518366 or 6436115. OLE color: 6436115.
HSL color Cylindrical-coordinate representation of color #133562: hue angle of 214.18º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133562 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 53 | 98 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.62 |
| HSL | 214.18º | 0.68% | 0.23% | - |
| HSV(B) | 214.18º | 0.81% | 0.38% | - |
| XYZ | 3.75 | 3.57 | 12.05 | - |
| YUV | 47.96 | 156.24 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 98 | 0.81 | 0.46 | 0 | 0.62 | 214.18 | 0.68 | 0.23 |
| Hex | 13 | 35 | 62 | 51 | 2E | 0 | 3E | D6 | 44 | 17 |
| Octal | 23 | 65 | 142 | 121 | 56 | 0 | 76 | 326 | 104 | 27 |
| Binary | 10011 | 110101 | 1100010 | 1010001 | 101110 | 0 | 111110 | 11010110 | 1000100 | 10111 |
Color Harmonies of #133562
Complementary color
Monochromatic Colors of #133562
Black with #133562
Text Example
Text Example
White with #133562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133562; }
p { color: rgb(19,53,98); }
H1.HeaderClassName
{
color: #133562;
}
.AnyTagClassName
{
color: #133562;
}
</style>
background-color css
<style>
a { background-color: #133562; }
a { background-color: rgb(19,53,98); }
div.DivClassName
{
background-color: #133562;
}
.BgClassName
{
background-color: #133562;
}
</style>
border-color css
<style>
span { border-color: #133562; }
span { border-color: rgb(19,53,98); }
td.TdClassName
{
border-color: #133562;
}
.TagClassName
{
border-color: #133562;
}
</style>