Shades of Prussian Blue #01366C
Tints of Prussian Blue #01366C
RGB
CMYK
RGB Variations
Color information
#01366C (or 0x01366C) is known color: Prussian Blue. HEX triplet: 01, 36 and 6C. RGB value is (1,54,108). Sum of RGB (Red+Green+Blue) = 1+54+108=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #01366C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01366C is #FEC993. Grayscale: #2C2C2C. Windows color (decimal): -16697748 or 7091713. OLE color: 7091713.
HSL color Cylindrical-coordinate representation of color #01366C: hue angle of 210.28º 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 #01366C is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 54 | 108 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.58 |
| HSL | 210.28º | 0.98% | 0.21% | - |
| HSV(B) | 210.28º | 0.99% | 0.42% | - |
| XYZ | 4.04 | 3.73 | 14.69 | - |
| YUV | 44.31 | 163.94 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 108 | 0.99 | 0.50 | 0 | 0.58 | 210.28 | 0.98 | 0.21 |
| Hex | 1 | 36 | 6C | 63 | 32 | 0 | 3A | D2 | 62 | 15 |
| Octal | 1 | 66 | 154 | 143 | 62 | 0 | 72 | 322 | 142 | 25 |
| Binary | 1 | 110110 | 1101100 | 1100011 | 110010 | 0 | 111010 | 11010010 | 1100010 | 10101 |
Color Harmonies of #01366C
Complementary color
Monochromatic Colors of #01366C
Black with #01366C
Text Example
Text Example
White with #01366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01366C; }
p { color: rgb(1,54,108); }
H1.HeaderClassName
{
color: #01366C;
}
.AnyTagClassName
{
color: #01366C;
}
</style>
background-color css
<style>
a { background-color: #01366C; }
a { background-color: rgb(1,54,108); }
div.DivClassName
{
background-color: #01366C;
}
.BgClassName
{
background-color: #01366C;
}
</style>
border-color css
<style>
span { border-color: #01366C; }
span { border-color: rgb(1,54,108); }
td.TdClassName
{
border-color: #01366C;
}
.TagClassName
{
border-color: #01366C;
}
</style>