Shades of Prussian Blue #01356F
Tints of Prussian Blue #01356F
RGB
CMYK
RGB Variations
Color information
#01356F (or 0x01356F) is known color: Prussian Blue. HEX triplet: 01, 35 and 6F. RGB value is (1,53,111). Sum of RGB (Red+Green+Blue) = 1+53+111=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 111 (43.75% from 255 or 67.27% from 165); Max value from RGB is 111 - color contains mainly: blue. Hex color #01356F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01356F is #FECA90. Grayscale: #2B2B2B. Windows color (decimal): -16698001 or 7288065. OLE color: 7288065.
HSL color Cylindrical-coordinate representation of color #01356F: hue angle of 211.64º 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 #01356F is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 53 | 111 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.56 |
| HSL | 211.64º | 0.98% | 0.22% | - |
| HSV(B) | 211.64º | 0.99% | 0.44% | - |
| XYZ | 4.15 | 3.7 | 15.53 | - |
| YUV | 44.06 | 165.77 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 111 | 0.99 | 0.52 | 0 | 0.56 | 211.64 | 0.98 | 0.22 |
| Hex | 1 | 35 | 6F | 63 | 34 | 0 | 38 | D4 | 62 | 16 |
| Octal | 1 | 65 | 157 | 143 | 64 | 0 | 70 | 324 | 142 | 26 |
| Binary | 1 | 110101 | 1101111 | 1100011 | 110100 | 0 | 111000 | 11010100 | 1100010 | 10110 |
Color Harmonies of #01356F
Complementary color
Monochromatic Colors of #01356F
Black with #01356F
Text Example
Text Example
White with #01356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01356F; }
p { color: rgb(1,53,111); }
H1.HeaderClassName
{
color: #01356F;
}
.AnyTagClassName
{
color: #01356F;
}
</style>
background-color css
<style>
a { background-color: #01356F; }
a { background-color: rgb(1,53,111); }
div.DivClassName
{
background-color: #01356F;
}
.BgClassName
{
background-color: #01356F;
}
</style>
border-color css
<style>
span { border-color: #01356F; }
span { border-color: rgb(1,53,111); }
td.TdClassName
{
border-color: #01356F;
}
.TagClassName
{
border-color: #01356F;
}
</style>