Shades of Prussian Blue #01436D
Tints of Prussian Blue #01436D
RGB
CMYK
RGB Variations
Color information
#01436D (or 0x01436D) is known color: Prussian Blue. HEX triplet: 01, 43 and 6D. RGB value is (1,67,109). Sum of RGB (Red+Green+Blue) = 1+67+109=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 109 (42.97% from 255 or 61.58% from 177); Max value from RGB is 109 - color contains mainly: blue. Hex color #01436D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01436D is #FEBC92. Grayscale: #333333. Windows color (decimal): -16694419 or 7160577. OLE color: 7160577.
HSL color Cylindrical-coordinate representation of color #01436D: hue angle of 203.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01436D is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 67 | 109 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.57 |
| HSL | 203.33º | 0.98% | 0.22% | - |
| HSV(B) | 203.33º | 0.99% | 0.43% | - |
| XYZ | 4.78 | 5.12 | 15.21 | - |
| YUV | 52.05 | 160.13 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 109 | 0.99 | 0.39 | 0 | 0.57 | 203.33 | 0.98 | 0.22 |
| Hex | 1 | 43 | 6D | 63 | 27 | 0 | 39 | CB | 62 | 16 |
| Octal | 1 | 103 | 155 | 143 | 47 | 0 | 71 | 313 | 142 | 26 |
| Binary | 1 | 1000011 | 1101101 | 1100011 | 100111 | 0 | 111001 | 11001011 | 1100010 | 10110 |
Color Harmonies of #01436D
Complementary color
Monochromatic Colors of #01436D
Black with #01436D
Text Example
Text Example
White with #01436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01436D; }
p { color: rgb(1,67,109); }
H1.HeaderClassName
{
color: #01436D;
}
.AnyTagClassName
{
color: #01436D;
}
</style>
background-color css
<style>
a { background-color: #01436D; }
a { background-color: rgb(1,67,109); }
div.DivClassName
{
background-color: #01436D;
}
.BgClassName
{
background-color: #01436D;
}
</style>
border-color css
<style>
span { border-color: #01436D; }
span { border-color: rgb(1,67,109); }
td.TdClassName
{
border-color: #01436D;
}
.TagClassName
{
border-color: #01436D;
}
</style>