Shades of Prussian Blue #133C6C
Tints of Prussian Blue #133C6C
RGB
CMYK
RGB Variations
Color information
#133C6C (or 0x133C6C) is known color: Prussian Blue. HEX triplet: 13, 3C and 6C. RGB value is (19,60,108). Sum of RGB (Red+Green+Blue) = 19+60+108=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #133C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C6C is #ECC393. Grayscale: #343434. Windows color (decimal): -15516564 or 7093267. OLE color: 7093267.
HSL color Cylindrical-coordinate representation of color #133C6C: hue angle of 212.36º 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 #133C6C is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 60 | 108 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.58 |
| HSL | 212.36º | 0.7% | 0.25% | - |
| HSV(B) | 212.36º | 0.82% | 0.42% | - |
| XYZ | 4.59 | 4.45 | 14.8 | - |
| YUV | 53.21 | 158.92 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 108 | 0.82 | 0.44 | 0 | 0.58 | 212.36 | 0.7 | 0.25 |
| Hex | 13 | 3C | 6C | 52 | 2C | 0 | 3A | D4 | 46 | 19 |
| Octal | 23 | 74 | 154 | 122 | 54 | 0 | 72 | 324 | 106 | 31 |
| Binary | 10011 | 111100 | 1101100 | 1010010 | 101100 | 0 | 111010 | 11010100 | 1000110 | 11001 |
Color Harmonies of #133C6C
Complementary color
Monochromatic Colors of #133C6C
Black with #133C6C
Text Example
Text Example
White with #133C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C6C; }
p { color: rgb(19,60,108); }
H1.HeaderClassName
{
color: #133C6C;
}
.AnyTagClassName
{
color: #133C6C;
}
</style>
background-color css
<style>
a { background-color: #133C6C; }
a { background-color: rgb(19,60,108); }
div.DivClassName
{
background-color: #133C6C;
}
.BgClassName
{
background-color: #133C6C;
}
</style>
border-color css
<style>
span { border-color: #133C6C; }
span { border-color: rgb(19,60,108); }
td.TdClassName
{
border-color: #133C6C;
}
.TagClassName
{
border-color: #133C6C;
}
</style>