Shades of Prussian Blue #01405F
Tints of Prussian Blue #01405F
RGB
CMYK
RGB Variations
Color information
#01405F (or 0x01405F) is known color: Prussian Blue. HEX triplet: 01, 40 and 5F. RGB value is (1,64,95). Sum of RGB (Red+Green+Blue) = 1+64+95=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 95 (37.5% from 255 or 59.38% from 160); Max value from RGB is 95 - color contains mainly: blue. Hex color #01405F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01405F is #FEBFA0. Grayscale: #303030. Windows color (decimal): -16695201 or 6242305. OLE color: 6242305.
HSL color Cylindrical-coordinate representation of color #01405F: hue angle of 199.79º 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 #01405F is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 64 | 95 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.63 |
| HSL | 199.79º | 0.98% | 0.19% | - |
| HSV(B) | 199.79º | 0.99% | 0.37% | - |
| XYZ | 3.91 | 4.5 | 11.49 | - |
| YUV | 48.7 | 154.13 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 95 | 0.99 | 0.33 | 0 | 0.63 | 199.79 | 0.98 | 0.19 |
| Hex | 1 | 40 | 5F | 63 | 21 | 0 | 3F | C8 | 62 | 13 |
| Octal | 1 | 100 | 137 | 143 | 41 | 0 | 77 | 310 | 142 | 23 |
| Binary | 1 | 1000000 | 1011111 | 1100011 | 100001 | 0 | 111111 | 11001000 | 1100010 | 10011 |
Color Harmonies of #01405F
Complementary color
Monochromatic Colors of #01405F
Black with #01405F
Text Example
Text Example
White with #01405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01405F; }
p { color: rgb(1,64,95); }
H1.HeaderClassName
{
color: #01405F;
}
.AnyTagClassName
{
color: #01405F;
}
</style>
background-color css
<style>
a { background-color: #01405F; }
a { background-color: rgb(1,64,95); }
div.DivClassName
{
background-color: #01405F;
}
.BgClassName
{
background-color: #01405F;
}
</style>
border-color css
<style>
span { border-color: #01405F; }
span { border-color: rgb(1,64,95); }
td.TdClassName
{
border-color: #01405F;
}
.TagClassName
{
border-color: #01405F;
}
</style>