Shades of Prussian Blue #013175
Tints of Prussian Blue #013175
RGB
CMYK
RGB Variations
Color information
#013175 (or 0x013175) is known color: Prussian Blue. HEX triplet: 01, 31 and 75. RGB value is (1,49,117). Sum of RGB (Red+Green+Blue) = 1+49+117=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 117 (46.09% from 255 or 70.06% from 167); Max value from RGB is 117 - color contains mainly: blue. Hex color #013175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013175 is #FECE8A. Grayscale: #2A2A2A. Windows color (decimal): -16699019 or 7680257. OLE color: 7680257.
HSL color Cylindrical-coordinate representation of color #013175: hue angle of 215.17º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013175 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 49 | 117 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.54 |
| HSL | 215.17º | 0.98% | 0.23% | - |
| HSV(B) | 215.17º | 0.99% | 0.46% | - |
| XYZ | 4.32 | 3.49 | 17.27 | - |
| YUV | 42.4 | 170.1 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 117 | 0.99 | 0.58 | 0 | 0.54 | 215.17 | 0.98 | 0.23 |
| Hex | 1 | 31 | 75 | 63 | 3A | 0 | 36 | D7 | 62 | 17 |
| Octal | 1 | 61 | 165 | 143 | 72 | 0 | 66 | 327 | 142 | 27 |
| Binary | 1 | 110001 | 1110101 | 1100011 | 111010 | 0 | 110110 | 11010111 | 1100010 | 10111 |
Color Harmonies of #013175
Complementary color
Monochromatic Colors of #013175
Black with #013175
Text Example
Text Example
White with #013175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013175; }
p { color: rgb(1,49,117); }
H1.HeaderClassName
{
color: #013175;
}
.AnyTagClassName
{
color: #013175;
}
</style>
background-color css
<style>
a { background-color: #013175; }
a { background-color: rgb(1,49,117); }
div.DivClassName
{
background-color: #013175;
}
.BgClassName
{
background-color: #013175;
}
</style>
border-color css
<style>
span { border-color: #013175; }
span { border-color: rgb(1,49,117); }
td.TdClassName
{
border-color: #013175;
}
.TagClassName
{
border-color: #013175;
}
</style>