Shades of Prussian Blue #01366B
Tints of Prussian Blue #01366B
RGB
CMYK
RGB Variations
Color information
#01366B (or 0x01366B) is known color: Prussian Blue. HEX triplet: 01, 36 and 6B. RGB value is (1,54,107). Sum of RGB (Red+Green+Blue) = 1+54+107=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 107 (42.19% from 255 or 66.05% from 162); Max value from RGB is 107 - color contains mainly: blue. Hex color #01366B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01366B is #FEC994. Grayscale: #2B2B2B. Windows color (decimal): -16697749 or 7026177. OLE color: 7026177.
HSL color Cylindrical-coordinate representation of color #01366B: hue angle of 210º 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 #01366B is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 54 | 107 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.58 |
| HSL | 210º | 0.98% | 0.21% | - |
| HSV(B) | 210º | 0.99% | 0.42% | - |
| XYZ | 3.99 | 3.71 | 14.42 | - |
| YUV | 44.2 | 163.44 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 107 | 0.99 | 0.50 | 0 | 0.58 | 210 | 0.98 | 0.21 |
| Hex | 1 | 36 | 6B | 63 | 32 | 0 | 3A | D2 | 62 | 15 |
| Octal | 1 | 66 | 153 | 143 | 62 | 0 | 72 | 322 | 142 | 25 |
| Binary | 1 | 110110 | 1101011 | 1100011 | 110010 | 0 | 111010 | 11010010 | 1100010 | 10101 |
Color Harmonies of #01366B
Complementary color
Monochromatic Colors of #01366B
Black with #01366B
Text Example
Text Example
White with #01366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01366B; }
p { color: rgb(1,54,107); }
H1.HeaderClassName
{
color: #01366B;
}
.AnyTagClassName
{
color: #01366B;
}
</style>
background-color css
<style>
a { background-color: #01366B; }
a { background-color: rgb(1,54,107); }
div.DivClassName
{
background-color: #01366B;
}
.BgClassName
{
background-color: #01366B;
}
</style>
border-color css
<style>
span { border-color: #01366B; }
span { border-color: rgb(1,54,107); }
td.TdClassName
{
border-color: #01366B;
}
.TagClassName
{
border-color: #01366B;
}
</style>