Shades of Prussian Blue #01326F
Tints of Prussian Blue #01326F
RGB
CMYK
RGB Variations
Color information
#01326F (or 0x01326F) is known color: Prussian Blue. HEX triplet: 01, 32 and 6F. RGB value is (1,50,111). Sum of RGB (Red+Green+Blue) = 1+50+111=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 111 (43.75% from 255 or 68.52% from 162); Max value from RGB is 111 - color contains mainly: blue. Hex color #01326F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01326F is #FECD90. Grayscale: #2A2A2A. Windows color (decimal): -16698769 or 7287297. OLE color: 7287297.
HSL color Cylindrical-coordinate representation of color #01326F: hue angle of 213.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01326F is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 50 | 111 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.56 |
| HSL | 213.27º | 0.98% | 0.22% | - |
| HSV(B) | 213.27º | 0.99% | 0.44% | - |
| XYZ | 4.02 | 3.44 | 15.49 | - |
| YUV | 42.3 | 166.77 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 111 | 0.99 | 0.55 | 0 | 0.56 | 213.27 | 0.98 | 0.22 |
| Hex | 1 | 32 | 6F | 63 | 37 | 0 | 38 | D5 | 62 | 16 |
| Octal | 1 | 62 | 157 | 143 | 67 | 0 | 70 | 325 | 142 | 26 |
| Binary | 1 | 110010 | 1101111 | 1100011 | 110111 | 0 | 111000 | 11010101 | 1100010 | 10110 |
Color Harmonies of #01326F
Complementary color
Monochromatic Colors of #01326F
Black with #01326F
Text Example
Text Example
White with #01326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01326F; }
p { color: rgb(1,50,111); }
H1.HeaderClassName
{
color: #01326F;
}
.AnyTagClassName
{
color: #01326F;
}
</style>
background-color css
<style>
a { background-color: #01326F; }
a { background-color: rgb(1,50,111); }
div.DivClassName
{
background-color: #01326F;
}
.BgClassName
{
background-color: #01326F;
}
</style>
border-color css
<style>
span { border-color: #01326F; }
span { border-color: rgb(1,50,111); }
td.TdClassName
{
border-color: #01326F;
}
.TagClassName
{
border-color: #01326F;
}
</style>