Shades of Prussian Blue #003153
Tints of Prussian Blue #003153
RGB
CMYK
RGB Variations
Color information
#003153 (or 0x003153) is known color: Prussian Blue. HEX triplet: 00, 31 and 53. RGB value is (0,49,83). Sum of RGB (Red+Green+Blue) = 0+49+83=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #003153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003153 is #FFCEAC. Grayscale: #262626. Windows color (decimal): -16764589 or 5452032. OLE color: 5452032.
HSL color Cylindrical-coordinate representation of color #003153: hue angle of 204.58º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003153 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
RGB | 0 | 49 | 83 | - |
CMYK | 1 | 0.41 | 0 | 0.67 |
HSL | 204.58º | 1% | 0.16% | - |
HSV(B) | 204.58º | 1% | 0.33% | - |
XYZ | 2.66 | 2.82 | 8.59 | - |
YUV | 38.23 | 153.27 | 100.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 49 | 83 | 1 | 0.41 | 0 | 0.67 | 204.58 | 1 | 0.16 |
Hex | 0 | 31 | 53 | 64 | 29 | 0 | 43 | CD | 64 | 10 |
Octal | 0 | 61 | 123 | 144 | 51 | 0 | 103 | 315 | 144 | 20 |
Binary | 0 | 110001 | 1010011 | 1100100 | 101001 | 0 | 1000011 | 11001101 | 1100100 | 10000 |
Color Harmonies of #003153
Complementary color
Monochromatic Colors of #003153
Black with #003153
Text Example
Text Example
White with #003153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003153; }
p { color: rgb(0,49,83); }
H1.HeaderClassName
{
color: #003153;
}
.AnyTagClassName
{
color: #003153;
}
</style>
background-color css
<style>
a { background-color: #003153; }
a { background-color: rgb(0,49,83); }
div.DivClassName
{
background-color: #003153;
}
.BgClassName
{
background-color: #003153;
}
</style>
border-color css
<style>
span { border-color: #003153; }
span { border-color: rgb(0,49,83); }
td.TdClassName
{
border-color: #003153;
}
.TagClassName
{
border-color: #003153;
}
</style>