Shades of Prussian Blue #133767
Tints of Prussian Blue #133767
RGB
CMYK
RGB Variations
Color information
#133767 (or 0x133767) is known color: Prussian Blue. HEX triplet: 13, 37 and 67. RGB value is (19,55,103). Sum of RGB (Red+Green+Blue) = 19+55+103=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #133767 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133767 is #ECC898. Grayscale: #313131. Windows color (decimal): -15517849 or 6764307. OLE color: 6764307.
HSL color Cylindrical-coordinate representation of color #133767: hue angle of 214.29º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133767 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 55 | 103 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.60 |
| HSL | 214.29º | 0.69% | 0.24% | - |
| HSV(B) | 214.29º | 0.82% | 0.4% | - |
| XYZ | 4.08 | 3.85 | 13.36 | - |
| YUV | 49.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 103 | 0.82 | 0.47 | 0 | 0.60 | 214.29 | 0.69 | 0.24 |
| Hex | 13 | 37 | 67 | 52 | 2F | 0 | 3C | D6 | 45 | 18 |
| Octal | 23 | 67 | 147 | 122 | 57 | 0 | 74 | 326 | 105 | 30 |
| Binary | 10011 | 110111 | 1100111 | 1010010 | 101111 | 0 | 111100 | 11010110 | 1000101 | 11000 |
Color Harmonies of #133767
Complementary color
Monochromatic Colors of #133767
Black with #133767
Text Example
Text Example
White with #133767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133767; }
p { color: rgb(19,55,103); }
H1.HeaderClassName
{
color: #133767;
}
.AnyTagClassName
{
color: #133767;
}
</style>
background-color css
<style>
a { background-color: #133767; }
a { background-color: rgb(19,55,103); }
div.DivClassName
{
background-color: #133767;
}
.BgClassName
{
background-color: #133767;
}
</style>
border-color css
<style>
span { border-color: #133767; }
span { border-color: rgb(19,55,103); }
td.TdClassName
{
border-color: #133767;
}
.TagClassName
{
border-color: #133767;
}
</style>