Shades of Prussian Blue #013F66
Tints of Prussian Blue #013F66
RGB
CMYK
RGB Variations
Color information
#013F66 (or 0x013F66) is known color: Prussian Blue. HEX triplet: 01, 3F and 66. RGB value is (1,63,102). Sum of RGB (Red+Green+Blue) = 1+63+102=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #013F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F66 is #FEC099. Grayscale: #303030. Windows color (decimal): -16695450 or 6700801. OLE color: 6700801.
HSL color Cylindrical-coordinate representation of color #013F66: hue angle of 203.17º 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 #013F66 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 63 | 102 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.6 |
| HSL | 203.17º | 0.98% | 0.2% | - |
| HSV(B) | 203.17º | 0.99% | 0.4% | - |
| XYZ | 4.19 | 4.52 | 13.22 | - |
| YUV | 48.91 | 157.96 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 102 | 0.99 | 0.38 | 0 | 0.6 | 203.17 | 0.98 | 0.2 |
| Hex | 1 | 3F | 66 | 63 | 26 | 0 | 3C | CB | 62 | 14 |
| Octal | 1 | 77 | 146 | 143 | 46 | 0 | 74 | 313 | 142 | 24 |
| Binary | 1 | 111111 | 1100110 | 1100011 | 100110 | 0 | 111100 | 11001011 | 1100010 | 10100 |
Color Harmonies of #013F66
Complementary color
Monochromatic Colors of #013F66
Black with #013F66
Text Example
Text Example
White with #013F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F66; }
p { color: rgb(1,63,102); }
H1.HeaderClassName
{
color: #013F66;
}
.AnyTagClassName
{
color: #013F66;
}
</style>
background-color css
<style>
a { background-color: #013F66; }
a { background-color: rgb(1,63,102); }
div.DivClassName
{
background-color: #013F66;
}
.BgClassName
{
background-color: #013F66;
}
</style>
border-color css
<style>
span { border-color: #013F66; }
span { border-color: rgb(1,63,102); }
td.TdClassName
{
border-color: #013F66;
}
.TagClassName
{
border-color: #013F66;
}
</style>