Shades of Prussian Blue #133464
Tints of Prussian Blue #133464
RGB
CMYK
RGB Variations
Color information
#133464 (or 0x133464) is known color: Prussian Blue. HEX triplet: 13, 34 and 64. RGB value is (19,52,100). Sum of RGB (Red+Green+Blue) = 19+52+100=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 100 (39.45% from 255 or 58.48% from 171); Max value from RGB is 100 - color contains mainly: blue. Hex color #133464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133464 is #ECCB9B. Grayscale: #2F2F2F. Windows color (decimal): -15518620 or 6566931. OLE color: 6566931.
HSL color Cylindrical-coordinate representation of color #133464: hue angle of 215.56º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133464 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 52 | 100 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.61 |
| HSL | 215.56º | 0.68% | 0.23% | - |
| HSV(B) | 215.56º | 0.81% | 0.39% | - |
| XYZ | 3.8 | 3.51 | 12.53 | - |
| YUV | 47.61 | 157.57 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 100 | 0.81 | 0.48 | 0 | 0.61 | 215.56 | 0.68 | 0.23 |
| Hex | 13 | 34 | 64 | 51 | 30 | 0 | 3D | D8 | 44 | 17 |
| Octal | 23 | 64 | 144 | 121 | 60 | 0 | 75 | 330 | 104 | 27 |
| Binary | 10011 | 110100 | 1100100 | 1010001 | 110000 | 0 | 111101 | 11011000 | 1000100 | 10111 |
Color Harmonies of #133464
Complementary color
Monochromatic Colors of #133464
Black with #133464
Text Example
Text Example
White with #133464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133464; }
p { color: rgb(19,52,100); }
H1.HeaderClassName
{
color: #133464;
}
.AnyTagClassName
{
color: #133464;
}
</style>
background-color css
<style>
a { background-color: #133464; }
a { background-color: rgb(19,52,100); }
div.DivClassName
{
background-color: #133464;
}
.BgClassName
{
background-color: #133464;
}
</style>
border-color css
<style>
span { border-color: #133464; }
span { border-color: rgb(19,52,100); }
td.TdClassName
{
border-color: #133464;
}
.TagClassName
{
border-color: #133464;
}
</style>