Shades of Prussian Blue #013E5B
Tints of Prussian Blue #013E5B
RGB
CMYK
RGB Variations
Color information
#013E5B (or 0x013E5B) is known color: Prussian Blue. HEX triplet: 01, 3E and 5B. RGB value is (1,62,91). Sum of RGB (Red+Green+Blue) = 1+62+91=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #013E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E5B is #FEC1A4. Grayscale: #2E2E2E. Windows color (decimal): -16695717 or 5979649. OLE color: 5979649.
HSL color Cylindrical-coordinate representation of color #013E5B: hue angle of 199.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E5B is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 62 | 91 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.64 |
| HSL | 199.33º | 0.98% | 0.18% | - |
| HSV(B) | 199.33º | 0.99% | 0.36% | - |
| XYZ | 3.62 | 4.21 | 10.52 | - |
| YUV | 47.07 | 152.79 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 91 | 0.99 | 0.32 | 0 | 0.64 | 199.33 | 0.98 | 0.18 |
| Hex | 1 | 3E | 5B | 63 | 20 | 0 | 40 | C7 | 62 | 12 |
| Octal | 1 | 76 | 133 | 143 | 40 | 0 | 100 | 307 | 142 | 22 |
| Binary | 1 | 111110 | 1011011 | 1100011 | 100000 | 0 | 1000000 | 11000111 | 1100010 | 10010 |
Color Harmonies of #013E5B
Complementary color
Monochromatic Colors of #013E5B
Black with #013E5B
Text Example
Text Example
White with #013E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E5B; }
p { color: rgb(1,62,91); }
H1.HeaderClassName
{
color: #013E5B;
}
.AnyTagClassName
{
color: #013E5B;
}
</style>
background-color css
<style>
a { background-color: #013E5B; }
a { background-color: rgb(1,62,91); }
div.DivClassName
{
background-color: #013E5B;
}
.BgClassName
{
background-color: #013E5B;
}
</style>
border-color css
<style>
span { border-color: #013E5B; }
span { border-color: rgb(1,62,91); }
td.TdClassName
{
border-color: #013E5B;
}
.TagClassName
{
border-color: #013E5B;
}
</style>