Shades of Prussian Blue #012650
Tints of Prussian Blue #012650
RGB
CMYK
RGB Variations
Color information
#012650 (or 0x012650) is known color: Prussian Blue. HEX triplet: 01, 26 and 50. RGB value is (1,38,80). Sum of RGB (Red+Green+Blue) = 1+38+80=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 80 (31.64% from 255 or 67.23% from 119); Max value from RGB is 80 - color contains mainly: blue. Hex color #012650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012650 is #FED9AF. Grayscale: #1F1F1F. Windows color (decimal): -16701872 or 5252609. OLE color: 5252609.
HSL color Cylindrical-coordinate representation of color #012650: hue angle of 211.9º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012650 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 38 | 80 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.69 |
| HSL | 211.9º | 0.98% | 0.16% | - |
| HSV(B) | 211.9º | 0.99% | 0.31% | - |
| XYZ | 2.15 | 1.97 | 7.86 | - |
| YUV | 31.73 | 155.24 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 80 | 0.99 | 0.52 | 0 | 0.69 | 211.9 | 0.98 | 0.16 |
| Hex | 1 | 26 | 50 | 63 | 34 | 0 | 45 | D4 | 62 | 10 |
| Octal | 1 | 46 | 120 | 143 | 64 | 0 | 105 | 324 | 142 | 20 |
| Binary | 1 | 100110 | 1010000 | 1100011 | 110100 | 0 | 1000101 | 11010100 | 1100010 | 10000 |
Color Harmonies of #012650
Complementary color
Monochromatic Colors of #012650
Black with #012650
Text Example
Text Example
White with #012650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012650; }
p { color: rgb(1,38,80); }
H1.HeaderClassName
{
color: #012650;
}
.AnyTagClassName
{
color: #012650;
}
</style>
background-color css
<style>
a { background-color: #012650; }
a { background-color: rgb(1,38,80); }
div.DivClassName
{
background-color: #012650;
}
.BgClassName
{
background-color: #012650;
}
</style>
border-color css
<style>
span { border-color: #012650; }
span { border-color: rgb(1,38,80); }
td.TdClassName
{
border-color: #012650;
}
.TagClassName
{
border-color: #012650;
}
</style>