Shades of Prussian Blue #01284A
Tints of Prussian Blue #01284A
RGB
CMYK
RGB Variations
Color information
#01284A (or 0x01284A) is known color: Prussian Blue. HEX triplet: 01, 28 and 4A. RGB value is (1,40,74). Sum of RGB (Red+Green+Blue) = 1+40+74=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #01284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01284A is #FED7B5. Grayscale: #202020. Windows color (decimal): -16701366 or 4859905. OLE color: 4859905.
HSL color Cylindrical-coordinate representation of color #01284A: hue angle of 207.95º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01284A is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 40 | 74 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.71 |
| HSL | 207.95º | 0.97% | 0.15% | - |
| HSV(B) | 207.95º | 0.99% | 0.29% | - |
| XYZ | 2.01 | 2.02 | 6.76 | - |
| YUV | 32.22 | 151.58 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 74 | 0.99 | 0.46 | 0 | 0.71 | 207.95 | 0.97 | 0.15 |
| Hex | 1 | 28 | 4A | 63 | 2E | 0 | 47 | D0 | 61 | F |
| Octal | 1 | 50 | 112 | 143 | 56 | 0 | 107 | 320 | 141 | 17 |
| Binary | 1 | 101000 | 1001010 | 1100011 | 101110 | 0 | 1000111 | 11010000 | 1100001 | 1111 |
Color Harmonies of #01284A
Complementary color
Monochromatic Colors of #01284A
Black with #01284A
Text Example
Text Example
White with #01284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01284A; }
p { color: rgb(1,40,74); }
H1.HeaderClassName
{
color: #01284A;
}
.AnyTagClassName
{
color: #01284A;
}
</style>
background-color css
<style>
a { background-color: #01284A; }
a { background-color: rgb(1,40,74); }
div.DivClassName
{
background-color: #01284A;
}
.BgClassName
{
background-color: #01284A;
}
</style>
border-color css
<style>
span { border-color: #01284A; }
span { border-color: rgb(1,40,74); }
td.TdClassName
{
border-color: #01284A;
}
.TagClassName
{
border-color: #01284A;
}
</style>