Shades of Prussian Blue #01405C
Tints of Prussian Blue #01405C
RGB
CMYK
RGB Variations
Color information
#01405C (or 0x01405C) is known color: Prussian Blue. HEX triplet: 01, 40 and 5C. RGB value is (1,64,92). Sum of RGB (Red+Green+Blue) = 1+64+92=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #01405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01405C is #FEBFA3. Grayscale: #303030. Windows color (decimal): -16695204 or 6045697. OLE color: 6045697.
HSL color Cylindrical-coordinate representation of color #01405C: hue angle of 198.46º 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 #01405C is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 64 | 92 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.64 |
| HSL | 198.46º | 0.98% | 0.18% | - |
| HSV(B) | 198.46º | 0.99% | 0.36% | - |
| XYZ | 3.78 | 4.45 | 10.78 | - |
| YUV | 48.36 | 152.63 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 92 | 0.99 | 0.30 | 0 | 0.64 | 198.46 | 0.98 | 0.18 |
| Hex | 1 | 40 | 5C | 63 | 1E | 0 | 40 | C6 | 62 | 12 |
| Octal | 1 | 100 | 134 | 143 | 36 | 0 | 100 | 306 | 142 | 22 |
| Binary | 1 | 1000000 | 1011100 | 1100011 | 11110 | 0 | 1000000 | 11000110 | 1100010 | 10010 |
Color Harmonies of #01405C
Complementary color
Monochromatic Colors of #01405C
Black with #01405C
Text Example
Text Example
White with #01405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01405C; }
p { color: rgb(1,64,92); }
H1.HeaderClassName
{
color: #01405C;
}
.AnyTagClassName
{
color: #01405C;
}
</style>
background-color css
<style>
a { background-color: #01405C; }
a { background-color: rgb(1,64,92); }
div.DivClassName
{
background-color: #01405C;
}
.BgClassName
{
background-color: #01405C;
}
</style>
border-color css
<style>
span { border-color: #01405C; }
span { border-color: rgb(1,64,92); }
td.TdClassName
{
border-color: #01405C;
}
.TagClassName
{
border-color: #01405C;
}
</style>