Shades of Prussian Blue #013D66
Tints of Prussian Blue #013D66
RGB
CMYK
RGB Variations
Color information
#013D66 (or 0x013D66) is known color: Prussian Blue. HEX triplet: 01, 3D and 66. RGB value is (1,61,102). Sum of RGB (Red+Green+Blue) = 1+61+102=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #013D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D66 is #FEC299. Grayscale: #2F2F2F. Windows color (decimal): -16695962 or 6700289. OLE color: 6700289.
HSL color Cylindrical-coordinate representation of color #013D66: hue angle of 204.36º 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 #013D66 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 61 | 102 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.6 |
| HSL | 204.36º | 0.98% | 0.2% | - |
| HSV(B) | 204.36º | 0.99% | 0.4% | - |
| XYZ | 4.08 | 4.3 | 13.19 | - |
| YUV | 47.73 | 158.62 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 102 | 0.99 | 0.40 | 0 | 0.6 | 204.36 | 0.98 | 0.2 |
| Hex | 1 | 3D | 66 | 63 | 28 | 0 | 3C | CC | 62 | 14 |
| Octal | 1 | 75 | 146 | 143 | 50 | 0 | 74 | 314 | 142 | 24 |
| Binary | 1 | 111101 | 1100110 | 1100011 | 101000 | 0 | 111100 | 11001100 | 1100010 | 10100 |
Color Harmonies of #013D66
Complementary color
Monochromatic Colors of #013D66
Black with #013D66
Text Example
Text Example
White with #013D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D66; }
p { color: rgb(1,61,102); }
H1.HeaderClassName
{
color: #013D66;
}
.AnyTagClassName
{
color: #013D66;
}
</style>
background-color css
<style>
a { background-color: #013D66; }
a { background-color: rgb(1,61,102); }
div.DivClassName
{
background-color: #013D66;
}
.BgClassName
{
background-color: #013D66;
}
</style>
border-color css
<style>
span { border-color: #013D66; }
span { border-color: rgb(1,61,102); }
td.TdClassName
{
border-color: #013D66;
}
.TagClassName
{
border-color: #013D66;
}
</style>