Shades of Prussian Blue #01385D
Tints of Prussian Blue #01385D
RGB
CMYK
RGB Variations
Color information
#01385D (or 0x01385D) is known color: Prussian Blue. HEX triplet: 01, 38 and 5D. RGB value is (1,56,93). Sum of RGB (Red+Green+Blue) = 1+56+93=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #01385D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01385D is #FEC7A2. Grayscale: #2B2B2B. Windows color (decimal): -16697251 or 6109185. OLE color: 6109185.
HSL color Cylindrical-coordinate representation of color #01385D: hue angle of 204.13º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01385D is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 56 | 93 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.64 |
| HSL | 204.13º | 0.98% | 0.18% | - |
| HSV(B) | 204.13º | 0.99% | 0.36% | - |
| XYZ | 3.4 | 3.63 | 10.88 | - |
| YUV | 43.77 | 155.78 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 93 | 0.99 | 0.40 | 0 | 0.64 | 204.13 | 0.98 | 0.18 |
| Hex | 1 | 38 | 5D | 63 | 28 | 0 | 40 | CC | 62 | 12 |
| Octal | 1 | 70 | 135 | 143 | 50 | 0 | 100 | 314 | 142 | 22 |
| Binary | 1 | 111000 | 1011101 | 1100011 | 101000 | 0 | 1000000 | 11001100 | 1100010 | 10010 |
Color Harmonies of #01385D
Complementary color
Monochromatic Colors of #01385D
Black with #01385D
Text Example
Text Example
White with #01385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01385D; }
p { color: rgb(1,56,93); }
H1.HeaderClassName
{
color: #01385D;
}
.AnyTagClassName
{
color: #01385D;
}
</style>
background-color css
<style>
a { background-color: #01385D; }
a { background-color: rgb(1,56,93); }
div.DivClassName
{
background-color: #01385D;
}
.BgClassName
{
background-color: #01385D;
}
</style>
border-color css
<style>
span { border-color: #01385D; }
span { border-color: rgb(1,56,93); }
td.TdClassName
{
border-color: #01385D;
}
.TagClassName
{
border-color: #01385D;
}
</style>