Shades of Prussian Blue #013E6C
Tints of Prussian Blue #013E6C
RGB
CMYK
RGB Variations
Color information
#013E6C (or 0x013E6C) is known color: Prussian Blue. HEX triplet: 01, 3E and 6C. RGB value is (1,62,108). Sum of RGB (Red+Green+Blue) = 1+62+108=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 108 (42.58% from 255 or 63.16% from 171); Max value from RGB is 108 - color contains mainly: blue. Hex color #013E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E6C is #FEC193. Grayscale: #303030. Windows color (decimal): -16695700 or 7093761. OLE color: 7093761.
HSL color Cylindrical-coordinate representation of color #013E6C: hue angle of 205.79º 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 #013E6C is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 62 | 108 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.58 |
| HSL | 205.79º | 0.98% | 0.21% | - |
| HSV(B) | 205.79º | 0.99% | 0.42% | - |
| XYZ | 4.44 | 4.53 | 14.83 | - |
| YUV | 49.01 | 161.29 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 108 | 0.99 | 0.43 | 0 | 0.58 | 205.79 | 0.98 | 0.21 |
| Hex | 1 | 3E | 6C | 63 | 2B | 0 | 3A | CE | 62 | 15 |
| Octal | 1 | 76 | 154 | 143 | 53 | 0 | 72 | 316 | 142 | 25 |
| Binary | 1 | 111110 | 1101100 | 1100011 | 101011 | 0 | 111010 | 11001110 | 1100010 | 10101 |
Color Harmonies of #013E6C
Complementary color
Monochromatic Colors of #013E6C
Black with #013E6C
Text Example
Text Example
White with #013E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E6C; }
p { color: rgb(1,62,108); }
H1.HeaderClassName
{
color: #013E6C;
}
.AnyTagClassName
{
color: #013E6C;
}
</style>
background-color css
<style>
a { background-color: #013E6C; }
a { background-color: rgb(1,62,108); }
div.DivClassName
{
background-color: #013E6C;
}
.BgClassName
{
background-color: #013E6C;
}
</style>
border-color css
<style>
span { border-color: #013E6C; }
span { border-color: rgb(1,62,108); }
td.TdClassName
{
border-color: #013E6C;
}
.TagClassName
{
border-color: #013E6C;
}
</style>