Shades of Prussian Blue #01405B
Tints of Prussian Blue #01405B
RGB
CMYK
RGB Variations
Color information
#01405B (or 0x01405B) is known color: Prussian Blue. HEX triplet: 01, 40 and 5B. RGB value is (1,64,91). Sum of RGB (Red+Green+Blue) = 1+64+91=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 91 (35.94% from 255 or 58.33% from 156); Max value from RGB is 91 - color contains mainly: blue. Hex color #01405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01405B is #FEBFA4. Grayscale: #303030. Windows color (decimal): -16695205 or 5980161. OLE color: 5980161.
HSL color Cylindrical-coordinate representation of color #01405B: hue angle of 198º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01405B is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 64 | 91 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.64 |
| HSL | 198º | 0.98% | 0.18% | - |
| HSV(B) | 198º | 0.99% | 0.36% | - |
| XYZ | 3.73 | 4.43 | 10.56 | - |
| YUV | 48.24 | 152.13 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 91 | 0.99 | 0.30 | 0 | 0.64 | 198 | 0.98 | 0.18 |
| Hex | 1 | 40 | 5B | 63 | 1E | 0 | 40 | C6 | 62 | 12 |
| Octal | 1 | 100 | 133 | 143 | 36 | 0 | 100 | 306 | 142 | 22 |
| Binary | 1 | 1000000 | 1011011 | 1100011 | 11110 | 0 | 1000000 | 11000110 | 1100010 | 10010 |
Color Harmonies of #01405B
Complementary color
Monochromatic Colors of #01405B
Black with #01405B
Text Example
Text Example
White with #01405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01405B; }
p { color: rgb(1,64,91); }
H1.HeaderClassName
{
color: #01405B;
}
.AnyTagClassName
{
color: #01405B;
}
</style>
background-color css
<style>
a { background-color: #01405B; }
a { background-color: rgb(1,64,91); }
div.DivClassName
{
background-color: #01405B;
}
.BgClassName
{
background-color: #01405B;
}
</style>
border-color css
<style>
span { border-color: #01405B; }
span { border-color: rgb(1,64,91); }
td.TdClassName
{
border-color: #01405B;
}
.TagClassName
{
border-color: #01405B;
}
</style>