Shades of Prussian Blue #013C6B
Tints of Prussian Blue #013C6B
RGB
CMYK
RGB Variations
Color information
#013C6B (or 0x013C6B) is known color: Prussian Blue. HEX triplet: 01, 3C and 6B. RGB value is (1,60,107). Sum of RGB (Red+Green+Blue) = 1+60+107=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #013C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C6B is #FEC394. Grayscale: #2F2F2F. Windows color (decimal): -16696213 or 7027713. OLE color: 7027713.
HSL color Cylindrical-coordinate representation of color #013C6B: hue angle of 206.6º 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 #013C6B is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 60 | 107 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.58 |
| HSL | 206.6º | 0.98% | 0.21% | - |
| HSV(B) | 206.6º | 0.99% | 0.42% | - |
| XYZ | 4.28 | 4.3 | 14.51 | - |
| YUV | 47.72 | 161.45 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 107 | 0.99 | 0.44 | 0 | 0.58 | 206.6 | 0.98 | 0.21 |
| Hex | 1 | 3C | 6B | 63 | 2C | 0 | 3A | CF | 62 | 15 |
| Octal | 1 | 74 | 153 | 143 | 54 | 0 | 72 | 317 | 142 | 25 |
| Binary | 1 | 111100 | 1101011 | 1100011 | 101100 | 0 | 111010 | 11001111 | 1100010 | 10101 |
Color Harmonies of #013C6B
Complementary color
Monochromatic Colors of #013C6B
Black with #013C6B
Text Example
Text Example
White with #013C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C6B; }
p { color: rgb(1,60,107); }
H1.HeaderClassName
{
color: #013C6B;
}
.AnyTagClassName
{
color: #013C6B;
}
</style>
background-color css
<style>
a { background-color: #013C6B; }
a { background-color: rgb(1,60,107); }
div.DivClassName
{
background-color: #013C6B;
}
.BgClassName
{
background-color: #013C6B;
}
</style>
border-color css
<style>
span { border-color: #013C6B; }
span { border-color: rgb(1,60,107); }
td.TdClassName
{
border-color: #013C6B;
}
.TagClassName
{
border-color: #013C6B;
}
</style>