Shades of Prussian Blue #01315A
Tints of Prussian Blue #01315A
RGB
CMYK
RGB Variations
Color information
#01315A (or 0x01315A) is known color: Prussian Blue. HEX triplet: 01, 31 and 5A. RGB value is (1,49,90). Sum of RGB (Red+Green+Blue) = 1+49+90=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 90 (35.55% from 255 or 64.29% from 140); Max value from RGB is 90 - color contains mainly: blue. Hex color #01315A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01315A is #FECEA5. Grayscale: #272727. Windows color (decimal): -16699046 or 5910785. OLE color: 5910785.
HSL color Cylindrical-coordinate representation of color #01315A: hue angle of 207.64º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01315A is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 49 | 90 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.65 |
| HSL | 207.64º | 0.98% | 0.18% | - |
| HSV(B) | 207.64º | 0.99% | 0.35% | - |
| XYZ | 2.96 | 2.94 | 10.08 | - |
| YUV | 39.32 | 156.6 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 90 | 0.99 | 0.46 | 0 | 0.65 | 207.64 | 0.98 | 0.18 |
| Hex | 1 | 31 | 5A | 63 | 2E | 0 | 41 | D0 | 62 | 12 |
| Octal | 1 | 61 | 132 | 143 | 56 | 0 | 101 | 320 | 142 | 22 |
| Binary | 1 | 110001 | 1011010 | 1100011 | 101110 | 0 | 1000001 | 11010000 | 1100010 | 10010 |
Color Harmonies of #01315A
Complementary color
Monochromatic Colors of #01315A
Black with #01315A
Text Example
Text Example
White with #01315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01315A; }
p { color: rgb(1,49,90); }
H1.HeaderClassName
{
color: #01315A;
}
.AnyTagClassName
{
color: #01315A;
}
</style>
background-color css
<style>
a { background-color: #01315A; }
a { background-color: rgb(1,49,90); }
div.DivClassName
{
background-color: #01315A;
}
.BgClassName
{
background-color: #01315A;
}
</style>
border-color css
<style>
span { border-color: #01315A; }
span { border-color: rgb(1,49,90); }
td.TdClassName
{
border-color: #01315A;
}
.TagClassName
{
border-color: #01315A;
}
</style>