Shades of Prussian Blue #003155
Tints of Prussian Blue #003155
RGB
CMYK
RGB Variations
Color information
#003155 (or 0x003155) is known color: Prussian Blue. HEX triplet: 00, 31 and 55. RGB value is (0,49,85). Sum of RGB (Red+Green+Blue) = 0+49+85=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #003155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003155 is #FFCEAA. Grayscale: #262626. Windows color (decimal): -16764587 or 5583104. OLE color: 5583104.
HSL color Cylindrical-coordinate representation of color #003155: hue angle of 205.41º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003155 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 49 | 85 | - |
| CMYK | 1 | 0.42 | 0 | 0.67 |
| HSL | 205.41º | 1% | 0.17% | - |
| HSV(B) | 205.41º | 1% | 0.33% | - |
| XYZ | 2.74 | 2.85 | 9 | - |
| YUV | 38.45 | 154.27 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 85 | 1 | 0.42 | 0 | 0.67 | 205.41 | 1 | 0.17 |
| Hex | 0 | 31 | 55 | 64 | 2A | 0 | 43 | CD | 64 | 11 |
| Octal | 0 | 61 | 125 | 144 | 52 | 0 | 103 | 315 | 144 | 21 |
| Binary | 0 | 110001 | 1010101 | 1100100 | 101010 | 0 | 1000011 | 11001101 | 1100100 | 10001 |
Color Harmonies of #003155
Complementary color
Monochromatic Colors of #003155
Black with #003155
Text Example
Text Example
White with #003155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003155; }
p { color: rgb(0,49,85); }
H1.HeaderClassName
{
color: #003155;
}
.AnyTagClassName
{
color: #003155;
}
</style>
background-color css
<style>
a { background-color: #003155; }
a { background-color: rgb(0,49,85); }
div.DivClassName
{
background-color: #003155;
}
.BgClassName
{
background-color: #003155;
}
</style>
border-color css
<style>
span { border-color: #003155; }
span { border-color: rgb(0,49,85); }
td.TdClassName
{
border-color: #003155;
}
.TagClassName
{
border-color: #003155;
}
</style>