Shades of Prussian Blue #01365D
Tints of Prussian Blue #01365D
RGB
CMYK
RGB Variations
Color information
#01365D (or 0x01365D) is known color: Prussian Blue. HEX triplet: 01, 36 and 5D. RGB value is (1,54,93). Sum of RGB (Red+Green+Blue) = 1+54+93=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #01365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01365D is #FEC9A2. Grayscale: #2A2A2A. Windows color (decimal): -16697763 or 6108673. OLE color: 6108673.
HSL color Cylindrical-coordinate representation of color #01365D: hue angle of 205.43º 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 #01365D is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 54 | 93 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.64 |
| HSL | 205.43º | 0.98% | 0.18% | - |
| HSV(B) | 205.43º | 0.99% | 0.36% | - |
| XYZ | 3.31 | 3.44 | 10.84 | - |
| YUV | 42.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 93 | 0.99 | 0.42 | 0 | 0.64 | 205.43 | 0.98 | 0.18 |
| Hex | 1 | 36 | 5D | 63 | 2A | 0 | 40 | CD | 62 | 12 |
| Octal | 1 | 66 | 135 | 143 | 52 | 0 | 100 | 315 | 142 | 22 |
| Binary | 1 | 110110 | 1011101 | 1100011 | 101010 | 0 | 1000000 | 11001101 | 1100010 | 10010 |
Color Harmonies of #01365D
Complementary color
Monochromatic Colors of #01365D
Black with #01365D
Text Example
Text Example
White with #01365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01365D; }
p { color: rgb(1,54,93); }
H1.HeaderClassName
{
color: #01365D;
}
.AnyTagClassName
{
color: #01365D;
}
</style>
background-color css
<style>
a { background-color: #01365D; }
a { background-color: rgb(1,54,93); }
div.DivClassName
{
background-color: #01365D;
}
.BgClassName
{
background-color: #01365D;
}
</style>
border-color css
<style>
span { border-color: #01365D; }
span { border-color: rgb(1,54,93); }
td.TdClassName
{
border-color: #01365D;
}
.TagClassName
{
border-color: #01365D;
}
</style>