Shades of Prussian Blue #01365C
Tints of Prussian Blue #01365C
RGB
CMYK
RGB Variations
Color information
#01365C (or 0x01365C) is known color: Prussian Blue. HEX triplet: 01, 36 and 5C. RGB value is (1,54,92). Sum of RGB (Red+Green+Blue) = 1+54+92=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #01365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01365C is #FEC9A3. Grayscale: #2A2A2A. Windows color (decimal): -16697764 or 6043137. OLE color: 6043137.
HSL color Cylindrical-coordinate representation of color #01365C: hue angle of 205.05º 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 #01365C is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 54 | 92 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.64 |
| HSL | 205.05º | 0.98% | 0.18% | - |
| HSV(B) | 205.05º | 0.99% | 0.36% | - |
| XYZ | 3.26 | 3.42 | 10.61 | - |
| YUV | 42.49 | 155.94 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 92 | 0.99 | 0.41 | 0 | 0.64 | 205.05 | 0.98 | 0.18 |
| Hex | 1 | 36 | 5C | 63 | 29 | 0 | 40 | CD | 62 | 12 |
| Octal | 1 | 66 | 134 | 143 | 51 | 0 | 100 | 315 | 142 | 22 |
| Binary | 1 | 110110 | 1011100 | 1100011 | 101001 | 0 | 1000000 | 11001101 | 1100010 | 10010 |
Color Harmonies of #01365C
Complementary color
Monochromatic Colors of #01365C
Black with #01365C
Text Example
Text Example
White with #01365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01365C; }
p { color: rgb(1,54,92); }
H1.HeaderClassName
{
color: #01365C;
}
.AnyTagClassName
{
color: #01365C;
}
</style>
background-color css
<style>
a { background-color: #01365C; }
a { background-color: rgb(1,54,92); }
div.DivClassName
{
background-color: #01365C;
}
.BgClassName
{
background-color: #01365C;
}
</style>
border-color css
<style>
span { border-color: #01365C; }
span { border-color: rgb(1,54,92); }
td.TdClassName
{
border-color: #01365C;
}
.TagClassName
{
border-color: #01365C;
}
</style>