Shades of Prussian Blue #01375D
Tints of Prussian Blue #01375D
RGB
CMYK
RGB Variations
Color information
#01375D (or 0x01375D) is known color: Prussian Blue. HEX triplet: 01, 37 and 5D. RGB value is (1,55,93). Sum of RGB (Red+Green+Blue) = 1+55+93=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #01375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01375D is #FEC8A2. Grayscale: #2A2A2A. Windows color (decimal): -16697507 or 6108929. OLE color: 6108929.
HSL color Cylindrical-coordinate representation of color #01375D: hue angle of 204.78º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01375D is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 55 | 93 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.64 |
| HSL | 204.78º | 0.98% | 0.18% | - |
| HSV(B) | 204.78º | 0.99% | 0.36% | - |
| XYZ | 3.35 | 3.53 | 10.86 | - |
| YUV | 43.19 | 156.11 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 93 | 0.99 | 0.41 | 0 | 0.64 | 204.78 | 0.98 | 0.18 |
| Hex | 1 | 37 | 5D | 63 | 29 | 0 | 40 | CD | 62 | 12 |
| Octal | 1 | 67 | 135 | 143 | 51 | 0 | 100 | 315 | 142 | 22 |
| Binary | 1 | 110111 | 1011101 | 1100011 | 101001 | 0 | 1000000 | 11001101 | 1100010 | 10010 |
Color Harmonies of #01375D
Complementary color
Monochromatic Colors of #01375D
Black with #01375D
Text Example
Text Example
White with #01375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01375D; }
p { color: rgb(1,55,93); }
H1.HeaderClassName
{
color: #01375D;
}
.AnyTagClassName
{
color: #01375D;
}
</style>
background-color css
<style>
a { background-color: #01375D; }
a { background-color: rgb(1,55,93); }
div.DivClassName
{
background-color: #01375D;
}
.BgClassName
{
background-color: #01375D;
}
</style>
border-color css
<style>
span { border-color: #01375D; }
span { border-color: rgb(1,55,93); }
td.TdClassName
{
border-color: #01375D;
}
.TagClassName
{
border-color: #01375D;
}
</style>