Shades of Prussian Blue #01356D
Tints of Prussian Blue #01356D
RGB
CMYK
RGB Variations
Color information
#01356D (or 0x01356D) is known color: Prussian Blue. HEX triplet: 01, 35 and 6D. RGB value is (1,53,109). Sum of RGB (Red+Green+Blue) = 1+53+109=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 109 (42.97% from 255 or 66.87% from 163); Max value from RGB is 109 - color contains mainly: blue. Hex color #01356D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01356D is #FECA92. Grayscale: #2B2B2B. Windows color (decimal): -16698003 or 7156993. OLE color: 7156993.
HSL color Cylindrical-coordinate representation of color #01356D: hue angle of 211.11º 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 #01356D is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 53 | 109 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.57 |
| HSL | 211.11º | 0.98% | 0.22% | - |
| HSV(B) | 211.11º | 0.99% | 0.43% | - |
| XYZ | 4.05 | 3.66 | 14.96 | - |
| YUV | 43.84 | 164.77 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 109 | 0.99 | 0.51 | 0 | 0.57 | 211.11 | 0.98 | 0.22 |
| Hex | 1 | 35 | 6D | 63 | 33 | 0 | 39 | D3 | 62 | 16 |
| Octal | 1 | 65 | 155 | 143 | 63 | 0 | 71 | 323 | 142 | 26 |
| Binary | 1 | 110101 | 1101101 | 1100011 | 110011 | 0 | 111001 | 11010011 | 1100010 | 10110 |
Color Harmonies of #01356D
Complementary color
Monochromatic Colors of #01356D
Black with #01356D
Text Example
Text Example
White with #01356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01356D; }
p { color: rgb(1,53,109); }
H1.HeaderClassName
{
color: #01356D;
}
.AnyTagClassName
{
color: #01356D;
}
</style>
background-color css
<style>
a { background-color: #01356D; }
a { background-color: rgb(1,53,109); }
div.DivClassName
{
background-color: #01356D;
}
.BgClassName
{
background-color: #01356D;
}
</style>
border-color css
<style>
span { border-color: #01356D; }
span { border-color: rgb(1,53,109); }
td.TdClassName
{
border-color: #01356D;
}
.TagClassName
{
border-color: #01356D;
}
</style>