Shades of Prussian Blue #013F63
Tints of Prussian Blue #013F63
RGB
CMYK
RGB Variations
Color information
#013F63 (or 0x013F63) is known color: Prussian Blue. HEX triplet: 01, 3F and 63. RGB value is (1,63,99). Sum of RGB (Red+Green+Blue) = 1+63+99=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #013F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F63 is #FEC09C. Grayscale: #303030. Windows color (decimal): -16695453 or 6504193. OLE color: 6504193.
HSL color Cylindrical-coordinate representation of color #013F63: hue angle of 202.04º 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 #013F63 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 63 | 99 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.61 |
| HSL | 202.04º | 0.98% | 0.2% | - |
| HSV(B) | 202.04º | 0.99% | 0.39% | - |
| XYZ | 4.04 | 4.46 | 12.45 | - |
| YUV | 48.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 99 | 0.99 | 0.36 | 0 | 0.61 | 202.04 | 0.98 | 0.2 |
| Hex | 1 | 3F | 63 | 63 | 24 | 0 | 3D | CA | 62 | 14 |
| Octal | 1 | 77 | 143 | 143 | 44 | 0 | 75 | 312 | 142 | 24 |
| Binary | 1 | 111111 | 1100011 | 1100011 | 100100 | 0 | 111101 | 11001010 | 1100010 | 10100 |
Color Harmonies of #013F63
Complementary color
Monochromatic Colors of #013F63
Black with #013F63
Text Example
Text Example
White with #013F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F63; }
p { color: rgb(1,63,99); }
H1.HeaderClassName
{
color: #013F63;
}
.AnyTagClassName
{
color: #013F63;
}
</style>
background-color css
<style>
a { background-color: #013F63; }
a { background-color: rgb(1,63,99); }
div.DivClassName
{
background-color: #013F63;
}
.BgClassName
{
background-color: #013F63;
}
</style>
border-color css
<style>
span { border-color: #013F63; }
span { border-color: rgb(1,63,99); }
td.TdClassName
{
border-color: #013F63;
}
.TagClassName
{
border-color: #013F63;
}
</style>