Shades of Prussian Blue #013750
Tints of Prussian Blue #013750
RGB
CMYK
RGB Variations
Color information
#013750 (or 0x013750) is known color: Prussian Blue. HEX triplet: 01, 37 and 50. RGB value is (1,55,80). Sum of RGB (Red+Green+Blue) = 1+55+80=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #013750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013750 is #FEC8AF. Grayscale: #292929. Windows color (decimal): -16697520 or 5256961. OLE color: 5256961.
HSL color Cylindrical-coordinate representation of color #013750: hue angle of 198.99º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013750 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 55 | 80 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.69 |
| HSL | 198.99º | 0.98% | 0.16% | - |
| HSV(B) | 198.99º | 0.99% | 0.31% | - |
| XYZ | 2.83 | 3.32 | 8.08 | - |
| YUV | 41.7 | 149.61 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 80 | 0.99 | 0.31 | 0 | 0.69 | 198.99 | 0.98 | 0.16 |
| Hex | 1 | 37 | 50 | 63 | 1F | 0 | 45 | C7 | 62 | 10 |
| Octal | 1 | 67 | 120 | 143 | 37 | 0 | 105 | 307 | 142 | 20 |
| Binary | 1 | 110111 | 1010000 | 1100011 | 11111 | 0 | 1000101 | 11000111 | 1100010 | 10000 |
Color Harmonies of #013750
Complementary color
Monochromatic Colors of #013750
Black with #013750
Text Example
Text Example
White with #013750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013750; }
p { color: rgb(1,55,80); }
H1.HeaderClassName
{
color: #013750;
}
.AnyTagClassName
{
color: #013750;
}
</style>
background-color css
<style>
a { background-color: #013750; }
a { background-color: rgb(1,55,80); }
div.DivClassName
{
background-color: #013750;
}
.BgClassName
{
background-color: #013750;
}
</style>
border-color css
<style>
span { border-color: #013750; }
span { border-color: rgb(1,55,80); }
td.TdClassName
{
border-color: #013750;
}
.TagClassName
{
border-color: #013750;
}
</style>