Shades of Prussian Blue #01385B
Tints of Prussian Blue #01385B
RGB
CMYK
RGB Variations
Color information
#01385B (or 0x01385B) is known color: Prussian Blue. HEX triplet: 01, 38 and 5B. RGB value is (1,56,91). Sum of RGB (Red+Green+Blue) = 1+56+91=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #01385B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01385B is #FEC7A4. Grayscale: #2B2B2B. Windows color (decimal): -16697253 or 5978113. OLE color: 5978113.
HSL color Cylindrical-coordinate representation of color #01385B: hue angle of 203.33º 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 #01385B is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 56 | 91 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.64 |
| HSL | 203.33º | 0.98% | 0.18% | - |
| HSV(B) | 203.33º | 0.99% | 0.36% | - |
| XYZ | 3.32 | 3.59 | 10.42 | - |
| YUV | 43.55 | 154.78 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 91 | 0.99 | 0.38 | 0 | 0.64 | 203.33 | 0.98 | 0.18 |
| Hex | 1 | 38 | 5B | 63 | 26 | 0 | 40 | CB | 62 | 12 |
| Octal | 1 | 70 | 133 | 143 | 46 | 0 | 100 | 313 | 142 | 22 |
| Binary | 1 | 111000 | 1011011 | 1100011 | 100110 | 0 | 1000000 | 11001011 | 1100010 | 10010 |
Color Harmonies of #01385B
Complementary color
Monochromatic Colors of #01385B
Black with #01385B
Text Example
Text Example
White with #01385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01385B; }
p { color: rgb(1,56,91); }
H1.HeaderClassName
{
color: #01385B;
}
.AnyTagClassName
{
color: #01385B;
}
</style>
background-color css
<style>
a { background-color: #01385B; }
a { background-color: rgb(1,56,91); }
div.DivClassName
{
background-color: #01385B;
}
.BgClassName
{
background-color: #01385B;
}
</style>
border-color css
<style>
span { border-color: #01385B; }
span { border-color: rgb(1,56,91); }
td.TdClassName
{
border-color: #01385B;
}
.TagClassName
{
border-color: #01385B;
}
</style>