Shades of Prussian Blue #01284C
Tints of Prussian Blue #01284C
RGB
CMYK
RGB Variations
Color information
#01284C (or 0x01284C) is known color: Prussian Blue. HEX triplet: 01, 28 and 4C. RGB value is (1,40,76). Sum of RGB (Red+Green+Blue) = 1+40+76=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 76 (30.08% from 255 or 64.96% from 117); Max value from RGB is 76 - color contains mainly: blue. Hex color #01284C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01284C is #FED7B3. Grayscale: #202020. Windows color (decimal): -16701364 or 4990977. OLE color: 4990977.
HSL color Cylindrical-coordinate representation of color #01284C: hue angle of 208.8º 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 #01284C is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 40 | 76 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.70 |
| HSL | 208.8º | 0.97% | 0.15% | - |
| HSV(B) | 208.8º | 0.99% | 0.3% | - |
| XYZ | 2.08 | 2.05 | 7.12 | - |
| YUV | 32.44 | 152.58 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 76 | 0.99 | 0.47 | 0 | 0.70 | 208.8 | 0.97 | 0.15 |
| Hex | 1 | 28 | 4C | 63 | 2F | 0 | 46 | D1 | 61 | F |
| Octal | 1 | 50 | 114 | 143 | 57 | 0 | 106 | 321 | 141 | 17 |
| Binary | 1 | 101000 | 1001100 | 1100011 | 101111 | 0 | 1000110 | 11010001 | 1100001 | 1111 |
Color Harmonies of #01284C
Complementary color
Monochromatic Colors of #01284C
Black with #01284C
Text Example
Text Example
White with #01284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01284C; }
p { color: rgb(1,40,76); }
H1.HeaderClassName
{
color: #01284C;
}
.AnyTagClassName
{
color: #01284C;
}
</style>
background-color css
<style>
a { background-color: #01284C; }
a { background-color: rgb(1,40,76); }
div.DivClassName
{
background-color: #01284C;
}
.BgClassName
{
background-color: #01284C;
}
</style>
border-color css
<style>
span { border-color: #01284C; }
span { border-color: rgb(1,40,76); }
td.TdClassName
{
border-color: #01284C;
}
.TagClassName
{
border-color: #01284C;
}
</style>