Shades of Prussian Blue #013851
Tints of Prussian Blue #013851
RGB
CMYK
RGB Variations
Color information
#013851 (or 0x013851) is known color: Prussian Blue. HEX triplet: 01, 38 and 51. RGB value is (1,56,81). Sum of RGB (Red+Green+Blue) = 1+56+81=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #013851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013851 is #FEC7AE. Grayscale: #2A2A2A. Windows color (decimal): -16697263 or 5322753. OLE color: 5322753.
HSL color Cylindrical-coordinate representation of color #013851: hue angle of 198.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013851 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 56 | 81 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.68 |
| HSL | 198.75º | 0.98% | 0.16% | - |
| HSV(B) | 198.75º | 0.99% | 0.32% | - |
| XYZ | 2.91 | 3.43 | 8.29 | - |
| YUV | 42.41 | 149.78 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 81 | 0.99 | 0.31 | 0 | 0.68 | 198.75 | 0.98 | 0.16 |
| Hex | 1 | 38 | 51 | 63 | 1F | 0 | 44 | C7 | 62 | 10 |
| Octal | 1 | 70 | 121 | 143 | 37 | 0 | 104 | 307 | 142 | 20 |
| Binary | 1 | 111000 | 1010001 | 1100011 | 11111 | 0 | 1000100 | 11000111 | 1100010 | 10000 |
Color Harmonies of #013851
Complementary color
Monochromatic Colors of #013851
Black with #013851
Text Example
Text Example
White with #013851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013851; }
p { color: rgb(1,56,81); }
H1.HeaderClassName
{
color: #013851;
}
.AnyTagClassName
{
color: #013851;
}
</style>
background-color css
<style>
a { background-color: #013851; }
a { background-color: rgb(1,56,81); }
div.DivClassName
{
background-color: #013851;
}
.BgClassName
{
background-color: #013851;
}
</style>
border-color css
<style>
span { border-color: #013851; }
span { border-color: rgb(1,56,81); }
td.TdClassName
{
border-color: #013851;
}
.TagClassName
{
border-color: #013851;
}
</style>