Shades of Prussian Blue #013A54
Tints of Prussian Blue #013A54
RGB
CMYK
RGB Variations
Color information
#013A54 (or 0x013A54) is known color: Prussian Blue. HEX triplet: 01, 3A and 54. RGB value is (1,58,84). Sum of RGB (Red+Green+Blue) = 1+58+84=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #013A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A54 is #FEC5AB. Grayscale: #2B2B2B. Windows color (decimal): -16696748 or 5519873. OLE color: 5519873.
HSL color Cylindrical-coordinate representation of color #013A54: hue angle of 198.8º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A54 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 58 | 84 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.67 |
| HSL | 198.8º | 0.98% | 0.17% | - |
| HSV(B) | 198.8º | 0.99% | 0.33% | - |
| XYZ | 3.13 | 3.67 | 8.93 | - |
| YUV | 43.92 | 150.62 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 84 | 0.99 | 0.31 | 0 | 0.67 | 198.8 | 0.98 | 0.17 |
| Hex | 1 | 3A | 54 | 63 | 1F | 0 | 43 | C7 | 62 | 11 |
| Octal | 1 | 72 | 124 | 143 | 37 | 0 | 103 | 307 | 142 | 21 |
| Binary | 1 | 111010 | 1010100 | 1100011 | 11111 | 0 | 1000011 | 11000111 | 1100010 | 10001 |
Color Harmonies of #013A54
Complementary color
Monochromatic Colors of #013A54
Black with #013A54
Text Example
Text Example
White with #013A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A54; }
p { color: rgb(1,58,84); }
H1.HeaderClassName
{
color: #013A54;
}
.AnyTagClassName
{
color: #013A54;
}
</style>
background-color css
<style>
a { background-color: #013A54; }
a { background-color: rgb(1,58,84); }
div.DivClassName
{
background-color: #013A54;
}
.BgClassName
{
background-color: #013A54;
}
</style>
border-color css
<style>
span { border-color: #013A54; }
span { border-color: rgb(1,58,84); }
td.TdClassName
{
border-color: #013A54;
}
.TagClassName
{
border-color: #013A54;
}
</style>