Shades of Prussian Blue #013250
Tints of Prussian Blue #013250
RGB
CMYK
RGB Variations
Color information
#013250 (or 0x013250) is known color: Prussian Blue. HEX triplet: 01, 32 and 50. RGB value is (1,50,80). Sum of RGB (Red+Green+Blue) = 1+50+80=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #013250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013250 is #FECDAF. Grayscale: #262626. Windows color (decimal): -16698800 or 5255681. OLE color: 5255681.
HSL color Cylindrical-coordinate representation of color #013250: hue angle of 202.78º 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 #013250 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 50 | 80 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.69 |
| HSL | 202.78º | 0.98% | 0.16% | - |
| HSV(B) | 202.78º | 0.99% | 0.31% | - |
| XYZ | 2.6 | 2.87 | 8.01 | - |
| YUV | 38.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 80 | 0.99 | 0.37 | 0 | 0.69 | 202.78 | 0.98 | 0.16 |
| Hex | 1 | 32 | 50 | 63 | 25 | 0 | 45 | CB | 62 | 10 |
| Octal | 1 | 62 | 120 | 143 | 45 | 0 | 105 | 313 | 142 | 20 |
| Binary | 1 | 110010 | 1010000 | 1100011 | 100101 | 0 | 1000101 | 11001011 | 1100010 | 10000 |
Color Harmonies of #013250
Complementary color
Monochromatic Colors of #013250
Black with #013250
Text Example
Text Example
White with #013250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013250; }
p { color: rgb(1,50,80); }
H1.HeaderClassName
{
color: #013250;
}
.AnyTagClassName
{
color: #013250;
}
</style>
background-color css
<style>
a { background-color: #013250; }
a { background-color: rgb(1,50,80); }
div.DivClassName
{
background-color: #013250;
}
.BgClassName
{
background-color: #013250;
}
</style>
border-color css
<style>
span { border-color: #013250; }
span { border-color: rgb(1,50,80); }
td.TdClassName
{
border-color: #013250;
}
.TagClassName
{
border-color: #013250;
}
</style>