Shades of Prussian Blue #01284D
Tints of Prussian Blue #01284D
RGB
CMYK
RGB Variations
Color information
#01284D (or 0x01284D) is known color: Prussian Blue. HEX triplet: 01, 28 and 4D. RGB value is (1,40,77). Sum of RGB (Red+Green+Blue) = 1+40+77=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #01284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01284D is #FED7B2. Grayscale: #202020. Windows color (decimal): -16701363 or 5056513. OLE color: 5056513.
HSL color Cylindrical-coordinate representation of color #01284D: hue angle of 209.21º 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 #01284D is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 40 | 77 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.70 |
| HSL | 209.21º | 0.97% | 0.15% | - |
| HSV(B) | 209.21º | 0.99% | 0.3% | - |
| XYZ | 2.11 | 2.06 | 7.31 | - |
| YUV | 32.56 | 153.08 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 77 | 0.99 | 0.48 | 0 | 0.70 | 209.21 | 0.97 | 0.15 |
| Hex | 1 | 28 | 4D | 63 | 30 | 0 | 46 | D1 | 61 | F |
| Octal | 1 | 50 | 115 | 143 | 60 | 0 | 106 | 321 | 141 | 17 |
| Binary | 1 | 101000 | 1001101 | 1100011 | 110000 | 0 | 1000110 | 11010001 | 1100001 | 1111 |
Color Harmonies of #01284D
Complementary color
Monochromatic Colors of #01284D
Black with #01284D
Text Example
Text Example
White with #01284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01284D; }
p { color: rgb(1,40,77); }
H1.HeaderClassName
{
color: #01284D;
}
.AnyTagClassName
{
color: #01284D;
}
</style>
background-color css
<style>
a { background-color: #01284D; }
a { background-color: rgb(1,40,77); }
div.DivClassName
{
background-color: #01284D;
}
.BgClassName
{
background-color: #01284D;
}
</style>
border-color css
<style>
span { border-color: #01284D; }
span { border-color: rgb(1,40,77); }
td.TdClassName
{
border-color: #01284D;
}
.TagClassName
{
border-color: #01284D;
}
</style>