Shades of Prussian Blue #013C68
Tints of Prussian Blue #013C68
RGB
CMYK
RGB Variations
Color information
#013C68 (or 0x013C68) is known color: Prussian Blue. HEX triplet: 01, 3C and 68. RGB value is (1,60,104). Sum of RGB (Red+Green+Blue) = 1+60+104=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #013C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C68 is #FEC397. Grayscale: #2F2F2F. Windows color (decimal): -16696216 or 6831105. OLE color: 6831105.
HSL color Cylindrical-coordinate representation of color #013C68: hue angle of 205.63º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C68 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 60 | 104 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.59 |
| HSL | 205.63º | 0.98% | 0.21% | - |
| HSV(B) | 205.63º | 0.99% | 0.41% | - |
| XYZ | 4.13 | 4.24 | 13.7 | - |
| YUV | 47.38 | 159.95 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 104 | 0.99 | 0.42 | 0 | 0.59 | 205.63 | 0.98 | 0.21 |
| Hex | 1 | 3C | 68 | 63 | 2A | 0 | 3B | CE | 62 | 15 |
| Octal | 1 | 74 | 150 | 143 | 52 | 0 | 73 | 316 | 142 | 25 |
| Binary | 1 | 111100 | 1101000 | 1100011 | 101010 | 0 | 111011 | 11001110 | 1100010 | 10101 |
Color Harmonies of #013C68
Complementary color
Monochromatic Colors of #013C68
Black with #013C68
Text Example
Text Example
White with #013C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C68; }
p { color: rgb(1,60,104); }
H1.HeaderClassName
{
color: #013C68;
}
.AnyTagClassName
{
color: #013C68;
}
</style>
background-color css
<style>
a { background-color: #013C68; }
a { background-color: rgb(1,60,104); }
div.DivClassName
{
background-color: #013C68;
}
.BgClassName
{
background-color: #013C68;
}
</style>
border-color css
<style>
span { border-color: #013C68; }
span { border-color: rgb(1,60,104); }
td.TdClassName
{
border-color: #013C68;
}
.TagClassName
{
border-color: #013C68;
}
</style>