Shades of Prussian Blue #013975
Tints of Prussian Blue #013975
RGB
CMYK
RGB Variations
Color information
#013975 (or 0x013975) is known color: Prussian Blue. HEX triplet: 01, 39 and 75. RGB value is (1,57,117). Sum of RGB (Red+Green+Blue) = 1+57+117=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #013975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013975 is #FEC68A. Grayscale: #2E2E2E. Windows color (decimal): -16696971 or 7682305. OLE color: 7682305.
HSL color Cylindrical-coordinate representation of color #013975: hue angle of 211.03º 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 #013975 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 57 | 117 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.54 |
| HSL | 211.03º | 0.98% | 0.23% | - |
| HSV(B) | 211.03º | 0.99% | 0.46% | - |
| XYZ | 4.69 | 4.22 | 17.4 | - |
| YUV | 47.1 | 167.45 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 57 | 117 | 0.99 | 0.51 | 0 | 0.54 | 211.03 | 0.98 | 0.23 |
| Hex | 1 | 39 | 75 | 63 | 33 | 0 | 36 | D3 | 62 | 17 |
| Octal | 1 | 71 | 165 | 143 | 63 | 0 | 66 | 323 | 142 | 27 |
| Binary | 1 | 111001 | 1110101 | 1100011 | 110011 | 0 | 110110 | 11010011 | 1100010 | 10111 |
Color Harmonies of #013975
Complementary color
Monochromatic Colors of #013975
Black with #013975
Text Example
Text Example
White with #013975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013975; }
p { color: rgb(1,57,117); }
H1.HeaderClassName
{
color: #013975;
}
.AnyTagClassName
{
color: #013975;
}
</style>
background-color css
<style>
a { background-color: #013975; }
a { background-color: rgb(1,57,117); }
div.DivClassName
{
background-color: #013975;
}
.BgClassName
{
background-color: #013975;
}
</style>
border-color css
<style>
span { border-color: #013975; }
span { border-color: rgb(1,57,117); }
td.TdClassName
{
border-color: #013975;
}
.TagClassName
{
border-color: #013975;
}
</style>