Shades of Prussian Blue #013C70
Tints of Prussian Blue #013C70
RGB
CMYK
RGB Variations
Color information
#013C70 (or 0x013C70) is known color: Prussian Blue. HEX triplet: 01, 3C and 70. RGB value is (1,60,112). Sum of RGB (Red+Green+Blue) = 1+60+112=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #013C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C70 is #FEC38F. Grayscale: #303030. Windows color (decimal): -16696208 or 7355393. OLE color: 7355393.
HSL color Cylindrical-coordinate representation of color #013C70: hue angle of 208.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C70 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 60 | 112 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.56 |
| HSL | 208.11º | 0.98% | 0.22% | - |
| HSV(B) | 208.11º | 0.99% | 0.44% | - |
| XYZ | 4.55 | 4.41 | 15.94 | - |
| YUV | 48.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 112 | 0.99 | 0.46 | 0 | 0.56 | 208.11 | 0.98 | 0.22 |
| Hex | 1 | 3C | 70 | 63 | 2E | 0 | 38 | D0 | 62 | 16 |
| Octal | 1 | 74 | 160 | 143 | 56 | 0 | 70 | 320 | 142 | 26 |
| Binary | 1 | 111100 | 1110000 | 1100011 | 101110 | 0 | 111000 | 11010000 | 1100010 | 10110 |
Color Harmonies of #013C70
Complementary color
Monochromatic Colors of #013C70
Black with #013C70
Text Example
Text Example
White with #013C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C70; }
p { color: rgb(1,60,112); }
H1.HeaderClassName
{
color: #013C70;
}
.AnyTagClassName
{
color: #013C70;
}
</style>
background-color css
<style>
a { background-color: #013C70; }
a { background-color: rgb(1,60,112); }
div.DivClassName
{
background-color: #013C70;
}
.BgClassName
{
background-color: #013C70;
}
</style>
border-color css
<style>
span { border-color: #013C70; }
span { border-color: rgb(1,60,112); }
td.TdClassName
{
border-color: #013C70;
}
.TagClassName
{
border-color: #013C70;
}
</style>