Shades of Prussian Blue #01386E
Tints of Prussian Blue #01386E
RGB
CMYK
RGB Variations
Color information
#01386E (or 0x01386E) is known color: Prussian Blue. HEX triplet: 01, 38 and 6E. RGB value is (1,56,110). Sum of RGB (Red+Green+Blue) = 1+56+110=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 110 (43.36% from 255 or 65.87% from 167); Max value from RGB is 110 - color contains mainly: blue. Hex color #01386E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01386E is #FEC791. Grayscale: #2D2D2D. Windows color (decimal): -16697234 or 7223297. OLE color: 7223297.
HSL color Cylindrical-coordinate representation of color #01386E: hue angle of 209.72º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01386E is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 56 | 110 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.57 |
| HSL | 209.72º | 0.98% | 0.22% | - |
| HSV(B) | 209.72º | 0.99% | 0.43% | - |
| XYZ | 4.24 | 3.96 | 15.29 | - |
| YUV | 45.71 | 164.28 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 110 | 0.99 | 0.49 | 0 | 0.57 | 209.72 | 0.98 | 0.22 |
| Hex | 1 | 38 | 6E | 63 | 31 | 0 | 39 | D2 | 62 | 16 |
| Octal | 1 | 70 | 156 | 143 | 61 | 0 | 71 | 322 | 142 | 26 |
| Binary | 1 | 111000 | 1101110 | 1100011 | 110001 | 0 | 111001 | 11010010 | 1100010 | 10110 |
Color Harmonies of #01386E
Complementary color
Monochromatic Colors of #01386E
Black with #01386E
Text Example
Text Example
White with #01386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01386E; }
p { color: rgb(1,56,110); }
H1.HeaderClassName
{
color: #01386E;
}
.AnyTagClassName
{
color: #01386E;
}
</style>
background-color css
<style>
a { background-color: #01386E; }
a { background-color: rgb(1,56,110); }
div.DivClassName
{
background-color: #01386E;
}
.BgClassName
{
background-color: #01386E;
}
</style>
border-color css
<style>
span { border-color: #01386E; }
span { border-color: rgb(1,56,110); }
td.TdClassName
{
border-color: #01386E;
}
.TagClassName
{
border-color: #01386E;
}
</style>