Shades of Prussian Blue #01435F
Tints of Prussian Blue #01435F
RGB
CMYK
RGB Variations
Color information
#01435F (or 0x01435F) is known color: Prussian Blue. HEX triplet: 01, 43 and 5F. RGB value is (1,67,95). Sum of RGB (Red+Green+Blue) = 1+67+95=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #01435F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01435F is #FEBCA0. Grayscale: #323232. Windows color (decimal): -16694433 or 6243073. OLE color: 6243073.
HSL color Cylindrical-coordinate representation of color #01435F: hue angle of 197.87º 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 #01435F is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 67 | 95 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.63 |
| HSL | 197.87º | 0.98% | 0.19% | - |
| HSV(B) | 197.87º | 0.99% | 0.37% | - |
| XYZ | 4.09 | 4.85 | 11.55 | - |
| YUV | 50.46 | 153.13 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 95 | 0.99 | 0.29 | 0 | 0.63 | 197.87 | 0.98 | 0.19 |
| Hex | 1 | 43 | 5F | 63 | 1D | 0 | 3F | C6 | 62 | 13 |
| Octal | 1 | 103 | 137 | 143 | 35 | 0 | 77 | 306 | 142 | 23 |
| Binary | 1 | 1000011 | 1011111 | 1100011 | 11101 | 0 | 111111 | 11000110 | 1100010 | 10011 |
Color Harmonies of #01435F
Complementary color
Monochromatic Colors of #01435F
Black with #01435F
Text Example
Text Example
White with #01435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01435F; }
p { color: rgb(1,67,95); }
H1.HeaderClassName
{
color: #01435F;
}
.AnyTagClassName
{
color: #01435F;
}
</style>
background-color css
<style>
a { background-color: #01435F; }
a { background-color: rgb(1,67,95); }
div.DivClassName
{
background-color: #01435F;
}
.BgClassName
{
background-color: #01435F;
}
</style>
border-color css
<style>
span { border-color: #01435F; }
span { border-color: rgb(1,67,95); }
td.TdClassName
{
border-color: #01435F;
}
.TagClassName
{
border-color: #01435F;
}
</style>