Shades of Prussian Blue #013E5A
Tints of Prussian Blue #013E5A
RGB
CMYK
RGB Variations
Color information
#013E5A (or 0x013E5A) is known color: Prussian Blue. HEX triplet: 01, 3E and 5A. RGB value is (1,62,90). Sum of RGB (Red+Green+Blue) = 1+62+90=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 62 (24.61% from 255 or 40.52% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #013E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E5A is #FEC1A5. Grayscale: #2E2E2E. Windows color (decimal): -16695718 or 5914113. OLE color: 5914113.
HSL color Cylindrical-coordinate representation of color #013E5A: hue angle of 198.88º 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 #013E5A is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 62 | 90 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.65 |
| HSL | 198.88º | 0.98% | 0.18% | - |
| HSV(B) | 198.88º | 0.99% | 0.35% | - |
| XYZ | 3.58 | 4.19 | 10.29 | - |
| YUV | 46.95 | 152.29 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 90 | 0.99 | 0.31 | 0 | 0.65 | 198.88 | 0.98 | 0.18 |
| Hex | 1 | 3E | 5A | 63 | 1F | 0 | 41 | C7 | 62 | 12 |
| Octal | 1 | 76 | 132 | 143 | 37 | 0 | 101 | 307 | 142 | 22 |
| Binary | 1 | 111110 | 1011010 | 1100011 | 11111 | 0 | 1000001 | 11000111 | 1100010 | 10010 |
Color Harmonies of #013E5A
Complementary color
Monochromatic Colors of #013E5A
Black with #013E5A
Text Example
Text Example
White with #013E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E5A; }
p { color: rgb(1,62,90); }
H1.HeaderClassName
{
color: #013E5A;
}
.AnyTagClassName
{
color: #013E5A;
}
</style>
background-color css
<style>
a { background-color: #013E5A; }
a { background-color: rgb(1,62,90); }
div.DivClassName
{
background-color: #013E5A;
}
.BgClassName
{
background-color: #013E5A;
}
</style>
border-color css
<style>
span { border-color: #013E5A; }
span { border-color: rgb(1,62,90); }
td.TdClassName
{
border-color: #013E5A;
}
.TagClassName
{
border-color: #013E5A;
}
</style>