Shades of Prussian Blue #013C72
Tints of Prussian Blue #013C72
RGB
CMYK
RGB Variations
Color information
#013C72 (or 0x013C72) is known color: Prussian Blue. HEX triplet: 01, 3C and 72. RGB value is (1,60,114). Sum of RGB (Red+Green+Blue) = 1+60+114=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #013C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C72 is #FEC38D. Grayscale: #303030. Windows color (decimal): -16696206 or 7486465. OLE color: 7486465.
HSL color Cylindrical-coordinate representation of color #013C72: hue angle of 208.67º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C72 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 60 | 114 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.55 |
| HSL | 208.67º | 0.98% | 0.23% | - |
| HSV(B) | 208.67º | 0.99% | 0.45% | - |
| XYZ | 4.67 | 4.45 | 16.53 | - |
| YUV | 48.52 | 164.95 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 114 | 0.99 | 0.47 | 0 | 0.55 | 208.67 | 0.98 | 0.23 |
| Hex | 1 | 3C | 72 | 63 | 2F | 0 | 37 | D1 | 62 | 17 |
| Octal | 1 | 74 | 162 | 143 | 57 | 0 | 67 | 321 | 142 | 27 |
| Binary | 1 | 111100 | 1110010 | 1100011 | 101111 | 0 | 110111 | 11010001 | 1100010 | 10111 |
Color Harmonies of #013C72
Complementary color
Monochromatic Colors of #013C72
Black with #013C72
Text Example
Text Example
White with #013C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C72; }
p { color: rgb(1,60,114); }
H1.HeaderClassName
{
color: #013C72;
}
.AnyTagClassName
{
color: #013C72;
}
</style>
background-color css
<style>
a { background-color: #013C72; }
a { background-color: rgb(1,60,114); }
div.DivClassName
{
background-color: #013C72;
}
.BgClassName
{
background-color: #013C72;
}
</style>
border-color css
<style>
span { border-color: #013C72; }
span { border-color: rgb(1,60,114); }
td.TdClassName
{
border-color: #013C72;
}
.TagClassName
{
border-color: #013C72;
}
</style>