Shades of Prussian Blue #01285D
Tints of Prussian Blue #01285D
RGB
CMYK
RGB Variations
Color information
#01285D (or 0x01285D) is known color: Prussian Blue. HEX triplet: 01, 28 and 5D. RGB value is (1,40,93). Sum of RGB (Red+Green+Blue) = 1+40+93=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #01285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01285D is #FED7A2. Grayscale: #222222. Windows color (decimal): -16701347 or 6105089. OLE color: 6105089.
HSL color Cylindrical-coordinate representation of color #01285D: hue angle of 214.57º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01285D is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 40 | 93 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.64 |
| HSL | 214.57º | 0.98% | 0.18% | - |
| HSV(B) | 214.57º | 0.99% | 0.36% | - |
| XYZ | 2.75 | 2.31 | 10.66 | - |
| YUV | 34.38 | 161.08 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 93 | 0.99 | 0.57 | 0 | 0.64 | 214.57 | 0.98 | 0.18 |
| Hex | 1 | 28 | 5D | 63 | 39 | 0 | 40 | D7 | 62 | 12 |
| Octal | 1 | 50 | 135 | 143 | 71 | 0 | 100 | 327 | 142 | 22 |
| Binary | 1 | 101000 | 1011101 | 1100011 | 111001 | 0 | 1000000 | 11010111 | 1100010 | 10010 |
Color Harmonies of #01285D
Complementary color
Monochromatic Colors of #01285D
Black with #01285D
Text Example
Text Example
White with #01285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01285D; }
p { color: rgb(1,40,93); }
H1.HeaderClassName
{
color: #01285D;
}
.AnyTagClassName
{
color: #01285D;
}
</style>
background-color css
<style>
a { background-color: #01285D; }
a { background-color: rgb(1,40,93); }
div.DivClassName
{
background-color: #01285D;
}
.BgClassName
{
background-color: #01285D;
}
</style>
border-color css
<style>
span { border-color: #01285D; }
span { border-color: rgb(1,40,93); }
td.TdClassName
{
border-color: #01285D;
}
.TagClassName
{
border-color: #01285D;
}
</style>