Shades of Prussian Blue #013A6C
Tints of Prussian Blue #013A6C
RGB
CMYK
RGB Variations
Color information
#013A6C (or 0x013A6C) is known color: Prussian Blue. HEX triplet: 01, 3A and 6C. RGB value is (1,58,108). Sum of RGB (Red+Green+Blue) = 1+58+108=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 108 (42.58% from 255 or 64.67% from 167); Max value from RGB is 108 - color contains mainly: blue. Hex color #013A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A6C is #FEC593. Grayscale: #2E2E2E. Windows color (decimal): -16696724 or 7092737. OLE color: 7092737.
HSL color Cylindrical-coordinate representation of color #013A6C: hue angle of 208.04º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A6C is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 58 | 108 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.58 |
| HSL | 208.04º | 0.98% | 0.21% | - |
| HSV(B) | 208.04º | 0.99% | 0.42% | - |
| XYZ | 4.23 | 4.12 | 14.76 | - |
| YUV | 46.66 | 162.62 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 108 | 0.99 | 0.46 | 0 | 0.58 | 208.04 | 0.98 | 0.21 |
| Hex | 1 | 3A | 6C | 63 | 2E | 0 | 3A | D0 | 62 | 15 |
| Octal | 1 | 72 | 154 | 143 | 56 | 0 | 72 | 320 | 142 | 25 |
| Binary | 1 | 111010 | 1101100 | 1100011 | 101110 | 0 | 111010 | 11010000 | 1100010 | 10101 |
Color Harmonies of #013A6C
Complementary color
Monochromatic Colors of #013A6C
Black with #013A6C
Text Example
Text Example
White with #013A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A6C; }
p { color: rgb(1,58,108); }
H1.HeaderClassName
{
color: #013A6C;
}
.AnyTagClassName
{
color: #013A6C;
}
</style>
background-color css
<style>
a { background-color: #013A6C; }
a { background-color: rgb(1,58,108); }
div.DivClassName
{
background-color: #013A6C;
}
.BgClassName
{
background-color: #013A6C;
}
</style>
border-color css
<style>
span { border-color: #013A6C; }
span { border-color: rgb(1,58,108); }
td.TdClassName
{
border-color: #013A6C;
}
.TagClassName
{
border-color: #013A6C;
}
</style>