Shades of Prussian Blue #01376F
Tints of Prussian Blue #01376F
RGB
CMYK
RGB Variations
Color information
#01376F (or 0x01376F) is known color: Prussian Blue. HEX triplet: 01, 37 and 6F. RGB value is (1,55,111). Sum of RGB (Red+Green+Blue) = 1+55+111=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 111 (43.75% from 255 or 66.47% from 167); Max value from RGB is 111 - color contains mainly: blue. Hex color #01376F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01376F is #FEC890. Grayscale: #2C2C2C. Windows color (decimal): -16697489 or 7288577. OLE color: 7288577.
HSL color Cylindrical-coordinate representation of color #01376F: hue angle of 210.55º 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 #01376F is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 55 | 111 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.56 |
| HSL | 210.55º | 0.98% | 0.22% | - |
| HSV(B) | 210.55º | 0.99% | 0.44% | - |
| XYZ | 4.25 | 3.89 | 15.57 | - |
| YUV | 45.24 | 165.11 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 111 | 0.99 | 0.50 | 0 | 0.56 | 210.55 | 0.98 | 0.22 |
| Hex | 1 | 37 | 6F | 63 | 32 | 0 | 38 | D3 | 62 | 16 |
| Octal | 1 | 67 | 157 | 143 | 62 | 0 | 70 | 323 | 142 | 26 |
| Binary | 1 | 110111 | 1101111 | 1100011 | 110010 | 0 | 111000 | 11010011 | 1100010 | 10110 |
Color Harmonies of #01376F
Complementary color
Monochromatic Colors of #01376F
Black with #01376F
Text Example
Text Example
White with #01376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01376F; }
p { color: rgb(1,55,111); }
H1.HeaderClassName
{
color: #01376F;
}
.AnyTagClassName
{
color: #01376F;
}
</style>
background-color css
<style>
a { background-color: #01376F; }
a { background-color: rgb(1,55,111); }
div.DivClassName
{
background-color: #01376F;
}
.BgClassName
{
background-color: #01376F;
}
</style>
border-color css
<style>
span { border-color: #01376F; }
span { border-color: rgb(1,55,111); }
td.TdClassName
{
border-color: #01376F;
}
.TagClassName
{
border-color: #01376F;
}
</style>