Shades of Prussian Blue #01396C
Tints of Prussian Blue #01396C
RGB
CMYK
RGB Variations
Color information
#01396C (or 0x01396C) is known color: Prussian Blue. HEX triplet: 01, 39 and 6C. RGB value is (1,57,108). Sum of RGB (Red+Green+Blue) = 1+57+108=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #01396C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01396C is #FEC693. Grayscale: #2D2D2D. Windows color (decimal): -16696980 or 7092481. OLE color: 7092481.
HSL color Cylindrical-coordinate representation of color #01396C: hue angle of 208.6º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01396C is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 57 | 108 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.58 |
| HSL | 208.6º | 0.98% | 0.21% | - |
| HSV(B) | 208.6º | 0.99% | 0.42% | - |
| XYZ | 4.18 | 4.02 | 14.74 | - |
| YUV | 46.07 | 162.95 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 57 | 108 | 0.99 | 0.47 | 0 | 0.58 | 208.6 | 0.98 | 0.21 |
| Hex | 1 | 39 | 6C | 63 | 2F | 0 | 3A | D1 | 62 | 15 |
| Octal | 1 | 71 | 154 | 143 | 57 | 0 | 72 | 321 | 142 | 25 |
| Binary | 1 | 111001 | 1101100 | 1100011 | 101111 | 0 | 111010 | 11010001 | 1100010 | 10101 |
Color Harmonies of #01396C
Complementary color
Monochromatic Colors of #01396C
Black with #01396C
Text Example
Text Example
White with #01396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01396C; }
p { color: rgb(1,57,108); }
H1.HeaderClassName
{
color: #01396C;
}
.AnyTagClassName
{
color: #01396C;
}
</style>
background-color css
<style>
a { background-color: #01396C; }
a { background-color: rgb(1,57,108); }
div.DivClassName
{
background-color: #01396C;
}
.BgClassName
{
background-color: #01396C;
}
</style>
border-color css
<style>
span { border-color: #01396C; }
span { border-color: rgb(1,57,108); }
td.TdClassName
{
border-color: #01396C;
}
.TagClassName
{
border-color: #01396C;
}
</style>