Shades of Prussian Blue #01386F
Tints of Prussian Blue #01386F
RGB
CMYK
RGB Variations
Color information
#01386F (or 0x01386F) is known color: Prussian Blue. HEX triplet: 01, 38 and 6F. RGB value is (1,56,111). Sum of RGB (Red+Green+Blue) = 1+56+111=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #01386F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01386F is #FEC790. Grayscale: #2D2D2D. Windows color (decimal): -16697233 or 7288833. OLE color: 7288833.
HSL color Cylindrical-coordinate representation of color #01386F: hue angle of 210º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01386F is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 56 | 111 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.56 |
| HSL | 210º | 0.98% | 0.22% | - |
| HSV(B) | 210º | 0.99% | 0.44% | - |
| XYZ | 4.3 | 3.98 | 15.58 | - |
| YUV | 45.83 | 164.78 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 111 | 0.99 | 0.50 | 0 | 0.56 | 210 | 0.98 | 0.22 |
| Hex | 1 | 38 | 6F | 63 | 32 | 0 | 38 | D2 | 62 | 16 |
| Octal | 1 | 70 | 157 | 143 | 62 | 0 | 70 | 322 | 142 | 26 |
| Binary | 1 | 111000 | 1101111 | 1100011 | 110010 | 0 | 111000 | 11010010 | 1100010 | 10110 |
Color Harmonies of #01386F
Complementary color
Monochromatic Colors of #01386F
Black with #01386F
Text Example
Text Example
White with #01386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01386F; }
p { color: rgb(1,56,111); }
H1.HeaderClassName
{
color: #01386F;
}
.AnyTagClassName
{
color: #01386F;
}
</style>
background-color css
<style>
a { background-color: #01386F; }
a { background-color: rgb(1,56,111); }
div.DivClassName
{
background-color: #01386F;
}
.BgClassName
{
background-color: #01386F;
}
</style>
border-color css
<style>
span { border-color: #01386F; }
span { border-color: rgb(1,56,111); }
td.TdClassName
{
border-color: #01386F;
}
.TagClassName
{
border-color: #01386F;
}
</style>