Shades of Prussian Blue #013C5B
Tints of Prussian Blue #013C5B
RGB
CMYK
RGB Variations
Color information
#013C5B (or 0x013C5B) is known color: Prussian Blue. HEX triplet: 01, 3C and 5B. RGB value is (1,60,91). Sum of RGB (Red+Green+Blue) = 1+60+91=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #013C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C5B is #FEC3A4. Grayscale: #2D2D2D. Windows color (decimal): -16696229 or 5979137. OLE color: 5979137.
HSL color Cylindrical-coordinate representation of color #013C5B: hue angle of 200.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013C5B is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 60 | 91 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.64 |
| HSL | 200.67º | 0.98% | 0.18% | - |
| HSV(B) | 200.67º | 0.99% | 0.36% | - |
| XYZ | 3.52 | 3.99 | 10.48 | - |
| YUV | 45.89 | 153.45 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 91 | 0.99 | 0.34 | 0 | 0.64 | 200.67 | 0.98 | 0.18 |
| Hex | 1 | 3C | 5B | 63 | 22 | 0 | 40 | C9 | 62 | 12 |
| Octal | 1 | 74 | 133 | 143 | 42 | 0 | 100 | 311 | 142 | 22 |
| Binary | 1 | 111100 | 1011011 | 1100011 | 100010 | 0 | 1000000 | 11001001 | 1100010 | 10010 |
Color Harmonies of #013C5B
Complementary color
Monochromatic Colors of #013C5B
Black with #013C5B
Text Example
Text Example
White with #013C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C5B; }
p { color: rgb(1,60,91); }
H1.HeaderClassName
{
color: #013C5B;
}
.AnyTagClassName
{
color: #013C5B;
}
</style>
background-color css
<style>
a { background-color: #013C5B; }
a { background-color: rgb(1,60,91); }
div.DivClassName
{
background-color: #013C5B;
}
.BgClassName
{
background-color: #013C5B;
}
</style>
border-color css
<style>
span { border-color: #013C5B; }
span { border-color: rgb(1,60,91); }
td.TdClassName
{
border-color: #013C5B;
}
.TagClassName
{
border-color: #013C5B;
}
</style>