Shades of Prussian Blue #01405E
Tints of Prussian Blue #01405E
RGB
CMYK
RGB Variations
Color information
#01405E (or 0x01405E) is known color: Prussian Blue. HEX triplet: 01, 40 and 5E. RGB value is (1,64,94). Sum of RGB (Red+Green+Blue) = 1+64+94=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #01405E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01405E is #FEBFA1. Grayscale: #303030. Windows color (decimal): -16695202 or 6176769. OLE color: 6176769.
HSL color Cylindrical-coordinate representation of color #01405E: hue angle of 199.35º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01405E is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 64 | 94 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.63 |
| HSL | 199.35º | 0.98% | 0.19% | - |
| HSV(B) | 199.35º | 0.99% | 0.37% | - |
| XYZ | 3.87 | 4.48 | 11.25 | - |
| YUV | 48.58 | 153.63 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 94 | 0.99 | 0.32 | 0 | 0.63 | 199.35 | 0.98 | 0.19 |
| Hex | 1 | 40 | 5E | 63 | 20 | 0 | 3F | C7 | 62 | 13 |
| Octal | 1 | 100 | 136 | 143 | 40 | 0 | 77 | 307 | 142 | 23 |
| Binary | 1 | 1000000 | 1011110 | 1100011 | 100000 | 0 | 111111 | 11000111 | 1100010 | 10011 |
Color Harmonies of #01405E
Complementary color
Monochromatic Colors of #01405E
Black with #01405E
Text Example
Text Example
White with #01405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01405E; }
p { color: rgb(1,64,94); }
H1.HeaderClassName
{
color: #01405E;
}
.AnyTagClassName
{
color: #01405E;
}
</style>
background-color css
<style>
a { background-color: #01405E; }
a { background-color: rgb(1,64,94); }
div.DivClassName
{
background-color: #01405E;
}
.BgClassName
{
background-color: #01405E;
}
</style>
border-color css
<style>
span { border-color: #01405E; }
span { border-color: rgb(1,64,94); }
td.TdClassName
{
border-color: #01405E;
}
.TagClassName
{
border-color: #01405E;
}
</style>