Shades of Prussian Blue #01395B
Tints of Prussian Blue #01395B
RGB
CMYK
RGB Variations
Color information
#01395B (or 0x01395B) is known color: Prussian Blue. HEX triplet: 01, 39 and 5B. RGB value is (1,57,91). Sum of RGB (Red+Green+Blue) = 1+57+91=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #01395B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01395B is #FEC6A4. Grayscale: #2B2B2B. Windows color (decimal): -16696997 or 5978369. OLE color: 5978369.
HSL color Cylindrical-coordinate representation of color #01395B: hue angle of 202.67º 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 #01395B is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 57 | 91 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.64 |
| HSL | 202.67º | 0.98% | 0.18% | - |
| HSV(B) | 202.67º | 0.99% | 0.36% | - |
| XYZ | 3.36 | 3.69 | 10.43 | - |
| YUV | 44.13 | 154.45 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 57 | 91 | 0.99 | 0.37 | 0 | 0.64 | 202.67 | 0.98 | 0.18 |
| Hex | 1 | 39 | 5B | 63 | 25 | 0 | 40 | CB | 62 | 12 |
| Octal | 1 | 71 | 133 | 143 | 45 | 0 | 100 | 313 | 142 | 22 |
| Binary | 1 | 111001 | 1011011 | 1100011 | 100101 | 0 | 1000000 | 11001011 | 1100010 | 10010 |
Color Harmonies of #01395B
Complementary color
Monochromatic Colors of #01395B
Black with #01395B
Text Example
Text Example
White with #01395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01395B; }
p { color: rgb(1,57,91); }
H1.HeaderClassName
{
color: #01395B;
}
.AnyTagClassName
{
color: #01395B;
}
</style>
background-color css
<style>
a { background-color: #01395B; }
a { background-color: rgb(1,57,91); }
div.DivClassName
{
background-color: #01395B;
}
.BgClassName
{
background-color: #01395B;
}
</style>
border-color css
<style>
span { border-color: #01395B; }
span { border-color: rgb(1,57,91); }
td.TdClassName
{
border-color: #01395B;
}
.TagClassName
{
border-color: #01395B;
}
</style>