Shades of Prussian Blue #013862
Tints of Prussian Blue #013862
RGB
CMYK
RGB Variations
Color information
#013862 (or 0x013862) is known color: Prussian Blue. HEX triplet: 01, 38 and 62. RGB value is (1,56,98). Sum of RGB (Red+Green+Blue) = 1+56+98=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #013862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013862 is #FEC79D. Grayscale: #2C2C2C. Windows color (decimal): -16697246 or 6436865. OLE color: 6436865.
HSL color Cylindrical-coordinate representation of color #013862: hue angle of 205.98º 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 #013862 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 56 | 98 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.62 |
| HSL | 205.98º | 0.98% | 0.19% | - |
| HSV(B) | 205.98º | 0.99% | 0.38% | - |
| XYZ | 3.63 | 3.72 | 12.08 | - |
| YUV | 44.34 | 158.28 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 98 | 0.99 | 0.43 | 0 | 0.62 | 205.98 | 0.98 | 0.19 |
| Hex | 1 | 38 | 62 | 63 | 2B | 0 | 3E | CE | 62 | 13 |
| Octal | 1 | 70 | 142 | 143 | 53 | 0 | 76 | 316 | 142 | 23 |
| Binary | 1 | 111000 | 1100010 | 1100011 | 101011 | 0 | 111110 | 11001110 | 1100010 | 10011 |
Color Harmonies of #013862
Complementary color
Monochromatic Colors of #013862
Black with #013862
Text Example
Text Example
White with #013862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013862; }
p { color: rgb(1,56,98); }
H1.HeaderClassName
{
color: #013862;
}
.AnyTagClassName
{
color: #013862;
}
</style>
background-color css
<style>
a { background-color: #013862; }
a { background-color: rgb(1,56,98); }
div.DivClassName
{
background-color: #013862;
}
.BgClassName
{
background-color: #013862;
}
</style>
border-color css
<style>
span { border-color: #013862; }
span { border-color: rgb(1,56,98); }
td.TdClassName
{
border-color: #013862;
}
.TagClassName
{
border-color: #013862;
}
</style>