Shades of Prussian Blue #013B5C
Tints of Prussian Blue #013B5C
RGB
CMYK
RGB Variations
Color information
#013B5C (or 0x013B5C) is known color: Prussian Blue. HEX triplet: 01, 3B and 5C. RGB value is (1,59,92). Sum of RGB (Red+Green+Blue) = 1+59+92=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #013B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B5C is #FEC4A3. Grayscale: #2D2D2D. Windows color (decimal): -16696484 or 6044417. OLE color: 6044417.
HSL color Cylindrical-coordinate representation of color #013B5C: hue angle of 201.76º 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 #013B5C is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 59 | 92 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.64 |
| HSL | 201.76º | 0.98% | 0.18% | - |
| HSV(B) | 201.76º | 0.99% | 0.36% | - |
| XYZ | 3.51 | 3.91 | 10.69 | - |
| YUV | 45.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 92 | 0.99 | 0.36 | 0 | 0.64 | 201.76 | 0.98 | 0.18 |
| Hex | 1 | 3B | 5C | 63 | 24 | 0 | 40 | CA | 62 | 12 |
| Octal | 1 | 73 | 134 | 143 | 44 | 0 | 100 | 312 | 142 | 22 |
| Binary | 1 | 111011 | 1011100 | 1100011 | 100100 | 0 | 1000000 | 11001010 | 1100010 | 10010 |
Color Harmonies of #013B5C
Complementary color
Monochromatic Colors of #013B5C
Black with #013B5C
Text Example
Text Example
White with #013B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013B5C; }
p { color: rgb(1,59,92); }
H1.HeaderClassName
{
color: #013B5C;
}
.AnyTagClassName
{
color: #013B5C;
}
</style>
background-color css
<style>
a { background-color: #013B5C; }
a { background-color: rgb(1,59,92); }
div.DivClassName
{
background-color: #013B5C;
}
.BgClassName
{
background-color: #013B5C;
}
</style>
border-color css
<style>
span { border-color: #013B5C; }
span { border-color: rgb(1,59,92); }
td.TdClassName
{
border-color: #013B5C;
}
.TagClassName
{
border-color: #013B5C;
}
</style>