Shades of Prussian Blue #01294D
Tints of Prussian Blue #01294D
RGB
CMYK
RGB Variations
Color information
#01294D (or 0x01294D) is known color: Prussian Blue. HEX triplet: 01, 29 and 4D. RGB value is (1,41,77). Sum of RGB (Red+Green+Blue) = 1+41+77=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #01294D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01294D is #FED6B2. Grayscale: #202020. Windows color (decimal): -16701107 or 5056769. OLE color: 5056769.
HSL color Cylindrical-coordinate representation of color #01294D: hue angle of 208.42º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01294D is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 41 | 77 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.70 |
| HSL | 208.42º | 0.97% | 0.15% | - |
| HSV(B) | 208.42º | 0.99% | 0.3% | - |
| XYZ | 2.15 | 2.13 | 7.32 | - |
| YUV | 33.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 77 | 0.99 | 0.47 | 0 | 0.70 | 208.42 | 0.97 | 0.15 |
| Hex | 1 | 29 | 4D | 63 | 2F | 0 | 46 | D0 | 61 | F |
| Octal | 1 | 51 | 115 | 143 | 57 | 0 | 106 | 320 | 141 | 17 |
| Binary | 1 | 101001 | 1001101 | 1100011 | 101111 | 0 | 1000110 | 11010000 | 1100001 | 1111 |
Color Harmonies of #01294D
Complementary color
Monochromatic Colors of #01294D
Black with #01294D
Text Example
Text Example
White with #01294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01294D; }
p { color: rgb(1,41,77); }
H1.HeaderClassName
{
color: #01294D;
}
.AnyTagClassName
{
color: #01294D;
}
</style>
background-color css
<style>
a { background-color: #01294D; }
a { background-color: rgb(1,41,77); }
div.DivClassName
{
background-color: #01294D;
}
.BgClassName
{
background-color: #01294D;
}
</style>
border-color css
<style>
span { border-color: #01294D; }
span { border-color: rgb(1,41,77); }
td.TdClassName
{
border-color: #01294D;
}
.TagClassName
{
border-color: #01294D;
}
</style>