Shades of Prussian Blue #013A6F
Tints of Prussian Blue #013A6F
RGB
CMYK
RGB Variations
Color information
#013A6F (or 0x013A6F) is known color: Prussian Blue. HEX triplet: 01, 3A and 6F. RGB value is (1,58,111). Sum of RGB (Red+Green+Blue) = 1+58+111=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 111 (43.75% from 255 or 65.29% from 170); Max value from RGB is 111 - color contains mainly: blue. Hex color #013A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A6F is #FEC590. Grayscale: #2E2E2E. Windows color (decimal): -16696721 or 7289345. OLE color: 7289345.
HSL color Cylindrical-coordinate representation of color #013A6F: hue angle of 208.91º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A6F is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 58 | 111 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.56 |
| HSL | 208.91º | 0.98% | 0.22% | - |
| HSV(B) | 208.91º | 0.99% | 0.44% | - |
| XYZ | 4.39 | 4.18 | 15.61 | - |
| YUV | 47 | 164.12 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 111 | 0.99 | 0.48 | 0 | 0.56 | 208.91 | 0.98 | 0.22 |
| Hex | 1 | 3A | 6F | 63 | 30 | 0 | 38 | D1 | 62 | 16 |
| Octal | 1 | 72 | 157 | 143 | 60 | 0 | 70 | 321 | 142 | 26 |
| Binary | 1 | 111010 | 1101111 | 1100011 | 110000 | 0 | 111000 | 11010001 | 1100010 | 10110 |
Color Harmonies of #013A6F
Complementary color
Monochromatic Colors of #013A6F
Black with #013A6F
Text Example
Text Example
White with #013A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A6F; }
p { color: rgb(1,58,111); }
H1.HeaderClassName
{
color: #013A6F;
}
.AnyTagClassName
{
color: #013A6F;
}
</style>
background-color css
<style>
a { background-color: #013A6F; }
a { background-color: rgb(1,58,111); }
div.DivClassName
{
background-color: #013A6F;
}
.BgClassName
{
background-color: #013A6F;
}
</style>
border-color css
<style>
span { border-color: #013A6F; }
span { border-color: rgb(1,58,111); }
td.TdClassName
{
border-color: #013A6F;
}
.TagClassName
{
border-color: #013A6F;
}
</style>