Shades of Prussian Blue #003150
Tints of Prussian Blue #003150
RGB
CMYK
RGB Variations
Color information
#003150 (or 0x003150) is known color: Prussian Blue. HEX triplet: 00, 31 and 50. RGB value is (0,49,80). Sum of RGB (Red+Green+Blue) = 0+49+80=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #003150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003150 is #FFCEAF. Grayscale: #252525. Windows color (decimal): -16764592 or 5255424. OLE color: 5255424.
HSL color Cylindrical-coordinate representation of color #003150: hue angle of 203.25º 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 #003150 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 49 | 80 | - |
| CMYK | 1 | 0.39 | 0 | 0.69 |
| HSL | 203.25º | 1% | 0.16% | - |
| HSV(B) | 203.25º | 1% | 0.31% | - |
| XYZ | 2.55 | 2.78 | 7.99 | - |
| YUV | 37.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 80 | 1 | 0.39 | 0 | 0.69 | 203.25 | 1 | 0.16 |
| Hex | 0 | 31 | 50 | 64 | 27 | 0 | 45 | CB | 64 | 10 |
| Octal | 0 | 61 | 120 | 144 | 47 | 0 | 105 | 313 | 144 | 20 |
| Binary | 0 | 110001 | 1010000 | 1100100 | 100111 | 0 | 1000101 | 11001011 | 1100100 | 10000 |
Color Harmonies of #003150
Complementary color
Monochromatic Colors of #003150
Black with #003150
Text Example
Text Example
White with #003150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003150; }
p { color: rgb(0,49,80); }
H1.HeaderClassName
{
color: #003150;
}
.AnyTagClassName
{
color: #003150;
}
</style>
background-color css
<style>
a { background-color: #003150; }
a { background-color: rgb(0,49,80); }
div.DivClassName
{
background-color: #003150;
}
.BgClassName
{
background-color: #003150;
}
</style>
border-color css
<style>
span { border-color: #003150; }
span { border-color: rgb(0,49,80); }
td.TdClassName
{
border-color: #003150;
}
.TagClassName
{
border-color: #003150;
}
</style>