Shades of Prussian Blue #01346D
Tints of Prussian Blue #01346D
RGB
CMYK
RGB Variations
Color information
#01346D (or 0x01346D) is known color: Prussian Blue. HEX triplet: 01, 34 and 6D. RGB value is (1,52,109). Sum of RGB (Red+Green+Blue) = 1+52+109=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 109 (42.97% from 255 or 67.28% from 162); Max value from RGB is 109 - color contains mainly: blue. Hex color #01346D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01346D is #FECB92. Grayscale: #2A2A2A. Windows color (decimal): -16698259 or 7156737. OLE color: 7156737.
HSL color Cylindrical-coordinate representation of color #01346D: hue angle of 211.67º 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 #01346D is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 52 | 109 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.57 |
| HSL | 211.67º | 0.98% | 0.22% | - |
| HSV(B) | 211.67º | 0.99% | 0.43% | - |
| XYZ | 4 | 3.57 | 14.95 | - |
| YUV | 43.25 | 165.1 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 52 | 109 | 0.99 | 0.52 | 0 | 0.57 | 211.67 | 0.98 | 0.22 |
| Hex | 1 | 34 | 6D | 63 | 34 | 0 | 39 | D4 | 62 | 16 |
| Octal | 1 | 64 | 155 | 143 | 64 | 0 | 71 | 324 | 142 | 26 |
| Binary | 1 | 110100 | 1101101 | 1100011 | 110100 | 0 | 111001 | 11010100 | 1100010 | 10110 |
Color Harmonies of #01346D
Complementary color
Monochromatic Colors of #01346D
Black with #01346D
Text Example
Text Example
White with #01346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01346D; }
p { color: rgb(1,52,109); }
H1.HeaderClassName
{
color: #01346D;
}
.AnyTagClassName
{
color: #01346D;
}
</style>
background-color css
<style>
a { background-color: #01346D; }
a { background-color: rgb(1,52,109); }
div.DivClassName
{
background-color: #01346D;
}
.BgClassName
{
background-color: #01346D;
}
</style>
border-color css
<style>
span { border-color: #01346D; }
span { border-color: rgb(1,52,109); }
td.TdClassName
{
border-color: #01346D;
}
.TagClassName
{
border-color: #01346D;
}
</style>