Shades of Prussian Blue #013E59
Tints of Prussian Blue #013E59
RGB
CMYK
RGB Variations
Color information
#013E59 (or 0x013E59) is known color: Prussian Blue. HEX triplet: 01, 3E and 59. RGB value is (1,62,89). Sum of RGB (Red+Green+Blue) = 1+62+89=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #013E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E59 is #FEC1A6. Grayscale: #2E2E2E. Windows color (decimal): -16695719 or 5848577. OLE color: 5848577.
HSL color Cylindrical-coordinate representation of color #013E59: hue angle of 198.41º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E59 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 62 | 89 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.65 |
| HSL | 198.41º | 0.98% | 0.18% | - |
| HSV(B) | 198.41º | 0.99% | 0.35% | - |
| XYZ | 3.54 | 4.17 | 10.07 | - |
| YUV | 46.84 | 151.79 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 89 | 0.99 | 0.30 | 0 | 0.65 | 198.41 | 0.98 | 0.18 |
| Hex | 1 | 3E | 59 | 63 | 1E | 0 | 41 | C6 | 62 | 12 |
| Octal | 1 | 76 | 131 | 143 | 36 | 0 | 101 | 306 | 142 | 22 |
| Binary | 1 | 111110 | 1011001 | 1100011 | 11110 | 0 | 1000001 | 11000110 | 1100010 | 10010 |
Color Harmonies of #013E59
Complementary color
Monochromatic Colors of #013E59
Black with #013E59
Text Example
Text Example
White with #013E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E59; }
p { color: rgb(1,62,89); }
H1.HeaderClassName
{
color: #013E59;
}
.AnyTagClassName
{
color: #013E59;
}
</style>
background-color css
<style>
a { background-color: #013E59; }
a { background-color: rgb(1,62,89); }
div.DivClassName
{
background-color: #013E59;
}
.BgClassName
{
background-color: #013E59;
}
</style>
border-color css
<style>
span { border-color: #013E59; }
span { border-color: rgb(1,62,89); }
td.TdClassName
{
border-color: #013E59;
}
.TagClassName
{
border-color: #013E59;
}
</style>