Shades of Prussian Blue #003050
Tints of Prussian Blue #003050
RGB
CMYK
RGB Variations
Color information
#003050 (or 0x003050) is known color: Prussian Blue. HEX triplet: 00, 30 and 50. RGB value is (0,48,80). Sum of RGB (Red+Green+Blue) = 0+48+80=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 80 (31.64% from 255 or 62.5% from 128); Max value from RGB is 80 - color contains mainly: blue. Hex color #003050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003050 is #FFCFAF. Grayscale: #252525. Windows color (decimal): -16764848 or 5255168. OLE color: 5255168.
HSL color Cylindrical-coordinate representation of color #003050: hue angle of 204º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003050 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 48 | 80 | - |
| CMYK | 1 | 0.40 | 0 | 0.69 |
| HSL | 204º | 1% | 0.16% | - |
| HSV(B) | 204º | 1% | 0.31% | - |
| XYZ | 2.5 | 2.69 | 7.98 | - |
| YUV | 37.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 80 | 1 | 0.40 | 0 | 0.69 | 204 | 1 | 0.16 |
| Hex | 0 | 30 | 50 | 64 | 28 | 0 | 45 | CC | 64 | 10 |
| Octal | 0 | 60 | 120 | 144 | 50 | 0 | 105 | 314 | 144 | 20 |
| Binary | 0 | 110000 | 1010000 | 1100100 | 101000 | 0 | 1000101 | 11001100 | 1100100 | 10000 |
Color Harmonies of #003050
Complementary color
Monochromatic Colors of #003050
Black with #003050
Text Example
Text Example
White with #003050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003050; }
p { color: rgb(0,48,80); }
H1.HeaderClassName
{
color: #003050;
}
.AnyTagClassName
{
color: #003050;
}
</style>
background-color css
<style>
a { background-color: #003050; }
a { background-color: rgb(0,48,80); }
div.DivClassName
{
background-color: #003050;
}
.BgClassName
{
background-color: #003050;
}
</style>
border-color css
<style>
span { border-color: #003050; }
span { border-color: rgb(0,48,80); }
td.TdClassName
{
border-color: #003050;
}
.TagClassName
{
border-color: #003050;
}
</style>