Shades of Prussian Blue #01375A
Tints of Prussian Blue #01375A
RGB
CMYK
RGB Variations
Color information
#01375A (or 0x01375A) is known color: Prussian Blue. HEX triplet: 01, 37 and 5A. RGB value is (1,55,90). Sum of RGB (Red+Green+Blue) = 1+55+90=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #01375A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01375A is #FEC8A5. Grayscale: #2A2A2A. Windows color (decimal): -16697510 or 5912321. OLE color: 5912321.
HSL color Cylindrical-coordinate representation of color #01375A: hue angle of 203.6º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01375A is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 55 | 90 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.65 |
| HSL | 203.6º | 0.98% | 0.18% | - |
| HSV(B) | 203.6º | 0.99% | 0.35% | - |
| XYZ | 3.22 | 3.48 | 10.17 | - |
| YUV | 42.84 | 154.61 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 55 | 90 | 0.99 | 0.39 | 0 | 0.65 | 203.6 | 0.98 | 0.18 |
| Hex | 1 | 37 | 5A | 63 | 27 | 0 | 41 | CC | 62 | 12 |
| Octal | 1 | 67 | 132 | 143 | 47 | 0 | 101 | 314 | 142 | 22 |
| Binary | 1 | 110111 | 1011010 | 1100011 | 100111 | 0 | 1000001 | 11001100 | 1100010 | 10010 |
Color Harmonies of #01375A
Complementary color
Monochromatic Colors of #01375A
Black with #01375A
Text Example
Text Example
White with #01375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01375A; }
p { color: rgb(1,55,90); }
H1.HeaderClassName
{
color: #01375A;
}
.AnyTagClassName
{
color: #01375A;
}
</style>
background-color css
<style>
a { background-color: #01375A; }
a { background-color: rgb(1,55,90); }
div.DivClassName
{
background-color: #01375A;
}
.BgClassName
{
background-color: #01375A;
}
</style>
border-color css
<style>
span { border-color: #01375A; }
span { border-color: rgb(1,55,90); }
td.TdClassName
{
border-color: #01375A;
}
.TagClassName
{
border-color: #01375A;
}
</style>