Shades of Prussian Blue #013C63
Tints of Prussian Blue #013C63
RGB
CMYK
RGB Variations
Color information
#013C63 (or 0x013C63) is known color: Prussian Blue. HEX triplet: 01, 3C and 63. RGB value is (1,60,99). Sum of RGB (Red+Green+Blue) = 1+60+99=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 99 (39.06% from 255 or 61.88% from 160); Max value from RGB is 99 - color contains mainly: blue. Hex color #013C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C63 is #FEC39C. Grayscale: #2E2E2E. Windows color (decimal): -16696221 or 6503425. OLE color: 6503425.
HSL color Cylindrical-coordinate representation of color #013C63: hue angle of 203.88º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C63 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 60 | 99 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.61 |
| HSL | 203.88º | 0.98% | 0.2% | - |
| HSV(B) | 203.88º | 0.99% | 0.39% | - |
| XYZ | 3.88 | 4.14 | 12.4 | - |
| YUV | 46.81 | 157.45 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 99 | 0.99 | 0.39 | 0 | 0.61 | 203.88 | 0.98 | 0.2 |
| Hex | 1 | 3C | 63 | 63 | 27 | 0 | 3D | CC | 62 | 14 |
| Octal | 1 | 74 | 143 | 143 | 47 | 0 | 75 | 314 | 142 | 24 |
| Binary | 1 | 111100 | 1100011 | 1100011 | 100111 | 0 | 111101 | 11001100 | 1100010 | 10100 |
Color Harmonies of #013C63
Complementary color
Monochromatic Colors of #013C63
Black with #013C63
Text Example
Text Example
White with #013C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C63; }
p { color: rgb(1,60,99); }
H1.HeaderClassName
{
color: #013C63;
}
.AnyTagClassName
{
color: #013C63;
}
</style>
background-color css
<style>
a { background-color: #013C63; }
a { background-color: rgb(1,60,99); }
div.DivClassName
{
background-color: #013C63;
}
.BgClassName
{
background-color: #013C63;
}
</style>
border-color css
<style>
span { border-color: #013C63; }
span { border-color: rgb(1,60,99); }
td.TdClassName
{
border-color: #013C63;
}
.TagClassName
{
border-color: #013C63;
}
</style>