Shades of Prussian Blue #013076
Tints of Prussian Blue #013076
RGB
CMYK
RGB Variations
Color information
#013076 (or 0x013076) is known color: Prussian Blue. HEX triplet: 01, 30 and 76. RGB value is (1,48,118). Sum of RGB (Red+Green+Blue) = 1+48+118=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #013076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013076 is #FECF89. Grayscale: #292929. Windows color (decimal): -16699274 or 7745537. OLE color: 7745537.
HSL color Cylindrical-coordinate representation of color #013076: hue angle of 215.9º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013076 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 48 | 118 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.54 |
| HSL | 215.9º | 0.98% | 0.23% | - |
| HSV(B) | 215.9º | 0.99% | 0.46% | - |
| XYZ | 4.34 | 3.43 | 17.57 | - |
| YUV | 41.93 | 170.93 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 118 | 0.99 | 0.59 | 0 | 0.54 | 215.9 | 0.98 | 0.23 |
| Hex | 1 | 30 | 76 | 63 | 3B | 0 | 36 | D8 | 62 | 17 |
| Octal | 1 | 60 | 166 | 143 | 73 | 0 | 66 | 330 | 142 | 27 |
| Binary | 1 | 110000 | 1110110 | 1100011 | 111011 | 0 | 110110 | 11011000 | 1100010 | 10111 |
Color Harmonies of #013076
Complementary color
Monochromatic Colors of #013076
Black with #013076
Text Example
Text Example
White with #013076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013076; }
p { color: rgb(1,48,118); }
H1.HeaderClassName
{
color: #013076;
}
.AnyTagClassName
{
color: #013076;
}
</style>
background-color css
<style>
a { background-color: #013076; }
a { background-color: rgb(1,48,118); }
div.DivClassName
{
background-color: #013076;
}
.BgClassName
{
background-color: #013076;
}
</style>
border-color css
<style>
span { border-color: #013076; }
span { border-color: rgb(1,48,118); }
td.TdClassName
{
border-color: #013076;
}
.TagClassName
{
border-color: #013076;
}
</style>