Shades of Prussian Blue #003152
Tints of Prussian Blue #003152
RGB
CMYK
RGB Variations
Color information
#003152 (or 0x003152) is known color: Prussian Blue. HEX triplet: 00, 31 and 52. RGB value is (0,49,82). Sum of RGB (Red+Green+Blue) = 0+49+82=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 82 (32.42% from 255 or 62.60% from 131); Max value from RGB is 82 - color contains mainly: blue. Hex color #003152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003152 is #FFCEAD. Grayscale: #252525. Windows color (decimal): -16764590 or 5386496. OLE color: 5386496.
HSL color Cylindrical-coordinate representation of color #003152: hue angle of 204.15º 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 #003152 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 49 | 82 | - |
| CMYK | 1 | 0.40 | 0 | 0.68 |
| HSL | 204.15º | 1% | 0.16% | - |
| HSV(B) | 204.15º | 1% | 0.32% | - |
| XYZ | 2.62 | 2.81 | 8.39 | - |
| YUV | 38.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 82 | 1 | 0.40 | 0 | 0.68 | 204.15 | 1 | 0.16 |
| Hex | 0 | 31 | 52 | 64 | 28 | 0 | 44 | CC | 64 | 10 |
| Octal | 0 | 61 | 122 | 144 | 50 | 0 | 104 | 314 | 144 | 20 |
| Binary | 0 | 110001 | 1010010 | 1100100 | 101000 | 0 | 1000100 | 11001100 | 1100100 | 10000 |
Color Harmonies of #003152
Complementary color
Monochromatic Colors of #003152
Black with #003152
Text Example
Text Example
White with #003152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003152; }
p { color: rgb(0,49,82); }
H1.HeaderClassName
{
color: #003152;
}
.AnyTagClassName
{
color: #003152;
}
</style>
background-color css
<style>
a { background-color: #003152; }
a { background-color: rgb(0,49,82); }
div.DivClassName
{
background-color: #003152;
}
.BgClassName
{
background-color: #003152;
}
</style>
border-color css
<style>
span { border-color: #003152; }
span { border-color: rgb(0,49,82); }
td.TdClassName
{
border-color: #003152;
}
.TagClassName
{
border-color: #003152;
}
</style>