Shades of Prussian Blue #013D5C
Tints of Prussian Blue #013D5C
RGB
CMYK
RGB Variations
Color information
#013D5C (or 0x013D5C) is known color: Prussian Blue. HEX triplet: 01, 3D and 5C. RGB value is (1,61,92). Sum of RGB (Red+Green+Blue) = 1+61+92=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #013D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D5C is #FEC2A3. Grayscale: #2E2E2E. Windows color (decimal): -16695972 or 6044929. OLE color: 6044929.
HSL color Cylindrical-coordinate representation of color #013D5C: hue angle of 200.44º 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 #013D5C is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 61 | 92 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.64 |
| HSL | 200.44º | 0.98% | 0.18% | - |
| HSV(B) | 200.44º | 0.99% | 0.36% | - |
| XYZ | 3.61 | 4.12 | 10.73 | - |
| YUV | 46.59 | 153.62 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 92 | 0.99 | 0.34 | 0 | 0.64 | 200.44 | 0.98 | 0.18 |
| Hex | 1 | 3D | 5C | 63 | 22 | 0 | 40 | C8 | 62 | 12 |
| Octal | 1 | 75 | 134 | 143 | 42 | 0 | 100 | 310 | 142 | 22 |
| Binary | 1 | 111101 | 1011100 | 1100011 | 100010 | 0 | 1000000 | 11001000 | 1100010 | 10010 |
Color Harmonies of #013D5C
Complementary color
Monochromatic Colors of #013D5C
Black with #013D5C
Text Example
Text Example
White with #013D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D5C; }
p { color: rgb(1,61,92); }
H1.HeaderClassName
{
color: #013D5C;
}
.AnyTagClassName
{
color: #013D5C;
}
</style>
background-color css
<style>
a { background-color: #013D5C; }
a { background-color: rgb(1,61,92); }
div.DivClassName
{
background-color: #013D5C;
}
.BgClassName
{
background-color: #013D5C;
}
</style>
border-color css
<style>
span { border-color: #013D5C; }
span { border-color: rgb(1,61,92); }
td.TdClassName
{
border-color: #013D5C;
}
.TagClassName
{
border-color: #013D5C;
}
</style>