Shades of Prussian Blue #013062
Tints of Prussian Blue #013062
RGB
CMYK
RGB Variations
Color information
#013062 (or 0x013062) is known color: Prussian Blue. HEX triplet: 01, 30 and 62. RGB value is (1,48,98). Sum of RGB (Red+Green+Blue) = 1+48+98=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 98 (38.67% from 255 or 66.67% from 147); Max value from RGB is 98 - color contains mainly: blue. Hex color #013062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013062 is #FECF9D. Grayscale: #272727. Windows color (decimal): -16699294 or 6434817. OLE color: 6434817.
HSL color Cylindrical-coordinate representation of color #013062: hue angle of 210.93º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013062 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 48 | 98 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.62 |
| HSL | 210.93º | 0.98% | 0.19% | - |
| HSV(B) | 210.93º | 0.99% | 0.38% | - |
| XYZ | 3.27 | 3 | 11.96 | - |
| YUV | 39.65 | 160.93 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 98 | 0.99 | 0.51 | 0 | 0.62 | 210.93 | 0.98 | 0.19 |
| Hex | 1 | 30 | 62 | 63 | 33 | 0 | 3E | D3 | 62 | 13 |
| Octal | 1 | 60 | 142 | 143 | 63 | 0 | 76 | 323 | 142 | 23 |
| Binary | 1 | 110000 | 1100010 | 1100011 | 110011 | 0 | 111110 | 11010011 | 1100010 | 10011 |
Color Harmonies of #013062
Complementary color
Monochromatic Colors of #013062
Black with #013062
Text Example
Text Example
White with #013062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013062; }
p { color: rgb(1,48,98); }
H1.HeaderClassName
{
color: #013062;
}
.AnyTagClassName
{
color: #013062;
}
</style>
background-color css
<style>
a { background-color: #013062; }
a { background-color: rgb(1,48,98); }
div.DivClassName
{
background-color: #013062;
}
.BgClassName
{
background-color: #013062;
}
</style>
border-color css
<style>
span { border-color: #013062; }
span { border-color: rgb(1,48,98); }
td.TdClassName
{
border-color: #013062;
}
.TagClassName
{
border-color: #013062;
}
</style>