Shades of Prussian Blue #013C65
Tints of Prussian Blue #013C65
RGB
CMYK
RGB Variations
Color information
#013C65 (or 0x013C65) is known color: Prussian Blue. HEX triplet: 01, 3C and 65. RGB value is (1,60,101). Sum of RGB (Red+Green+Blue) = 1+60+101=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #013C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C65 is #FEC39A. Grayscale: #2E2E2E. Windows color (decimal): -16696219 or 6634497. OLE color: 6634497.
HSL color Cylindrical-coordinate representation of color #013C65: hue angle of 204.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C65 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 60 | 101 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.60 |
| HSL | 204.6º | 0.98% | 0.2% | - |
| HSV(B) | 204.6º | 0.99% | 0.4% | - |
| XYZ | 3.98 | 4.18 | 12.91 | - |
| YUV | 47.03 | 158.45 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 101 | 0.99 | 0.41 | 0 | 0.60 | 204.6 | 0.98 | 0.2 |
| Hex | 1 | 3C | 65 | 63 | 29 | 0 | 3C | CD | 62 | 14 |
| Octal | 1 | 74 | 145 | 143 | 51 | 0 | 74 | 315 | 142 | 24 |
| Binary | 1 | 111100 | 1100101 | 1100011 | 101001 | 0 | 111100 | 11001101 | 1100010 | 10100 |
Color Harmonies of #013C65
Complementary color
Monochromatic Colors of #013C65
Black with #013C65
Text Example
Text Example
White with #013C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C65; }
p { color: rgb(1,60,101); }
H1.HeaderClassName
{
color: #013C65;
}
.AnyTagClassName
{
color: #013C65;
}
</style>
background-color css
<style>
a { background-color: #013C65; }
a { background-color: rgb(1,60,101); }
div.DivClassName
{
background-color: #013C65;
}
.BgClassName
{
background-color: #013C65;
}
</style>
border-color css
<style>
span { border-color: #013C65; }
span { border-color: rgb(1,60,101); }
td.TdClassName
{
border-color: #013C65;
}
.TagClassName
{
border-color: #013C65;
}
</style>