Shades of Prussian Blue #013C6F
Tints of Prussian Blue #013C6F
RGB
CMYK
RGB Variations
Color information
#013C6F (or 0x013C6F) is known color: Prussian Blue. HEX triplet: 01, 3C and 6F. RGB value is (1,60,111). Sum of RGB (Red+Green+Blue) = 1+60+111=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 111 (43.75% from 255 or 64.53% from 172); Max value from RGB is 111 - color contains mainly: blue. Hex color #013C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C6F is #FEC390. Grayscale: #2F2F2F. Windows color (decimal): -16696209 or 7289857. OLE color: 7289857.
HSL color Cylindrical-coordinate representation of color #013C6F: hue angle of 207.82º 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 #013C6F is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 60 | 111 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.56 |
| HSL | 207.82º | 0.98% | 0.22% | - |
| HSV(B) | 207.82º | 0.99% | 0.44% | - |
| XYZ | 4.5 | 4.39 | 15.65 | - |
| YUV | 48.17 | 163.45 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 111 | 0.99 | 0.46 | 0 | 0.56 | 207.82 | 0.98 | 0.22 |
| Hex | 1 | 3C | 6F | 63 | 2E | 0 | 38 | D0 | 62 | 16 |
| Octal | 1 | 74 | 157 | 143 | 56 | 0 | 70 | 320 | 142 | 26 |
| Binary | 1 | 111100 | 1101111 | 1100011 | 101110 | 0 | 111000 | 11010000 | 1100010 | 10110 |
Color Harmonies of #013C6F
Complementary color
Monochromatic Colors of #013C6F
Black with #013C6F
Text Example
Text Example
White with #013C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C6F; }
p { color: rgb(1,60,111); }
H1.HeaderClassName
{
color: #013C6F;
}
.AnyTagClassName
{
color: #013C6F;
}
</style>
background-color css
<style>
a { background-color: #013C6F; }
a { background-color: rgb(1,60,111); }
div.DivClassName
{
background-color: #013C6F;
}
.BgClassName
{
background-color: #013C6F;
}
</style>
border-color css
<style>
span { border-color: #013C6F; }
span { border-color: rgb(1,60,111); }
td.TdClassName
{
border-color: #013C6F;
}
.TagClassName
{
border-color: #013C6F;
}
</style>