Shades of Prussian Blue #013E5F
Tints of Prussian Blue #013E5F
RGB
CMYK
RGB Variations
Color information
#013E5F (or 0x013E5F) is known color: Prussian Blue. HEX triplet: 01, 3E and 5F. RGB value is (1,62,95). Sum of RGB (Red+Green+Blue) = 1+62+95=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #013E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E5F is #FEC1A0. Grayscale: #2F2F2F. Windows color (decimal): -16695713 or 6241793. OLE color: 6241793.
HSL color Cylindrical-coordinate representation of color #013E5F: hue angle of 201.06º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E5F is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 62 | 95 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.63 |
| HSL | 201.06º | 0.98% | 0.19% | - |
| HSV(B) | 201.06º | 0.99% | 0.37% | - |
| XYZ | 3.8 | 4.28 | 11.45 | - |
| YUV | 47.52 | 154.79 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 95 | 0.99 | 0.35 | 0 | 0.63 | 201.06 | 0.98 | 0.19 |
| Hex | 1 | 3E | 5F | 63 | 23 | 0 | 3F | C9 | 62 | 13 |
| Octal | 1 | 76 | 137 | 143 | 43 | 0 | 77 | 311 | 142 | 23 |
| Binary | 1 | 111110 | 1011111 | 1100011 | 100011 | 0 | 111111 | 11001001 | 1100010 | 10011 |
Color Harmonies of #013E5F
Complementary color
Monochromatic Colors of #013E5F
Black with #013E5F
Text Example
Text Example
White with #013E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E5F; }
p { color: rgb(1,62,95); }
H1.HeaderClassName
{
color: #013E5F;
}
.AnyTagClassName
{
color: #013E5F;
}
</style>
background-color css
<style>
a { background-color: #013E5F; }
a { background-color: rgb(1,62,95); }
div.DivClassName
{
background-color: #013E5F;
}
.BgClassName
{
background-color: #013E5F;
}
</style>
border-color css
<style>
span { border-color: #013E5F; }
span { border-color: rgb(1,62,95); }
td.TdClassName
{
border-color: #013E5F;
}
.TagClassName
{
border-color: #013E5F;
}
</style>