Shades of Prussian Blue #003251
Tints of Prussian Blue #003251
RGB
CMYK
RGB Variations
Color information
#003251 (or 0x003251) is known color: Prussian Blue. HEX triplet: 00, 32 and 51. RGB value is (0,50,81). Sum of RGB (Red+Green+Blue) = 0+50+81=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #003251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003251 is #FFCDAE. Grayscale: #262626. Windows color (decimal): -16764335 or 5321216. OLE color: 5321216.
HSL color Cylindrical-coordinate representation of color #003251: hue angle of 202.96º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003251 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 50 | 81 | - |
| CMYK | 1 | 0.38 | 0 | 0.68 |
| HSL | 202.96º | 1% | 0.16% | - |
| HSV(B) | 202.96º | 1% | 0.32% | - |
| XYZ | 2.63 | 2.88 | 8.2 | - |
| YUV | 38.58 | 151.94 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 81 | 1 | 0.38 | 0 | 0.68 | 202.96 | 1 | 0.16 |
| Hex | 0 | 32 | 51 | 64 | 26 | 0 | 44 | CB | 64 | 10 |
| Octal | 0 | 62 | 121 | 144 | 46 | 0 | 104 | 313 | 144 | 20 |
| Binary | 0 | 110010 | 1010001 | 1100100 | 100110 | 0 | 1000100 | 11001011 | 1100100 | 10000 |
Color Harmonies of #003251
Complementary color
Monochromatic Colors of #003251
Black with #003251
Text Example
Text Example
White with #003251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003251; }
p { color: rgb(0,50,81); }
H1.HeaderClassName
{
color: #003251;
}
.AnyTagClassName
{
color: #003251;
}
</style>
background-color css
<style>
a { background-color: #003251; }
a { background-color: rgb(0,50,81); }
div.DivClassName
{
background-color: #003251;
}
.BgClassName
{
background-color: #003251;
}
</style>
border-color css
<style>
span { border-color: #003251; }
span { border-color: rgb(0,50,81); }
td.TdClassName
{
border-color: #003251;
}
.TagClassName
{
border-color: #003251;
}
</style>