Shades of Prussian Blue #133666
Tints of Prussian Blue #133666
RGB
CMYK
RGB Variations
Color information
#133666 (or 0x133666) is known color: Prussian Blue. HEX triplet: 13, 36 and 66. RGB value is (19,54,102). Sum of RGB (Red+Green+Blue) = 19+54+102=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #133666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133666 is #ECC999. Grayscale: #303030. Windows color (decimal): -15518106 or 6698515. OLE color: 6698515.
HSL color Cylindrical-coordinate representation of color #133666: hue angle of 214.7º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133666 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 54 | 102 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.6 |
| HSL | 214.7º | 0.69% | 0.24% | - |
| HSV(B) | 214.7º | 0.81% | 0.4% | - |
| XYZ | 3.99 | 3.74 | 13.08 | - |
| YUV | 49.01 | 157.9 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 102 | 0.81 | 0.47 | 0 | 0.6 | 214.7 | 0.69 | 0.24 |
| Hex | 13 | 36 | 66 | 51 | 2F | 0 | 3C | D7 | 45 | 18 |
| Octal | 23 | 66 | 146 | 121 | 57 | 0 | 74 | 327 | 105 | 30 |
| Binary | 10011 | 110110 | 1100110 | 1010001 | 101111 | 0 | 111100 | 11010111 | 1000101 | 11000 |
Color Harmonies of #133666
Complementary color
Monochromatic Colors of #133666
Black with #133666
Text Example
Text Example
White with #133666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133666; }
p { color: rgb(19,54,102); }
H1.HeaderClassName
{
color: #133666;
}
.AnyTagClassName
{
color: #133666;
}
</style>
background-color css
<style>
a { background-color: #133666; }
a { background-color: rgb(19,54,102); }
div.DivClassName
{
background-color: #133666;
}
.BgClassName
{
background-color: #133666;
}
</style>
border-color css
<style>
span { border-color: #133666; }
span { border-color: rgb(19,54,102); }
td.TdClassName
{
border-color: #133666;
}
.TagClassName
{
border-color: #133666;
}
</style>