Shades of Prussian Blue #003076
Tints of Prussian Blue #003076
RGB
CMYK
RGB Variations
Color information
#003076 (or 0x003076) is known color: Prussian Blue. HEX triplet: 00, 30 and 76. RGB value is (0,48,118). Sum of RGB (Red+Green+Blue) = 0+48+118=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #003076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003076 is #FFCF89. Grayscale: #292929. Windows color (decimal): -16764810 or 7745536. OLE color: 7745536.
HSL color Cylindrical-coordinate representation of color #003076: hue angle of 215.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003076 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 48 | 118 | - |
| CMYK | 1 | 0.59 | 0 | 0.54 |
| HSL | 215.59º | 1% | 0.23% | - |
| HSV(B) | 215.59º | 1% | 0.46% | - |
| XYZ | 4.33 | 3.42 | 17.57 | - |
| YUV | 41.63 | 171.1 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 118 | 1 | 0.59 | 0 | 0.54 | 215.59 | 1 | 0.23 |
| Hex | 0 | 30 | 76 | 64 | 3B | 0 | 36 | D8 | 64 | 17 |
| Octal | 0 | 60 | 166 | 144 | 73 | 0 | 66 | 330 | 144 | 27 |
| Binary | 0 | 110000 | 1110110 | 1100100 | 111011 | 0 | 110110 | 11011000 | 1100100 | 10111 |
Color Harmonies of #003076
Complementary color
Monochromatic Colors of #003076
Black with #003076
Text Example
Text Example
White with #003076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003076; }
p { color: rgb(0,48,118); }
H1.HeaderClassName
{
color: #003076;
}
.AnyTagClassName
{
color: #003076;
}
</style>
background-color css
<style>
a { background-color: #003076; }
a { background-color: rgb(0,48,118); }
div.DivClassName
{
background-color: #003076;
}
.BgClassName
{
background-color: #003076;
}
</style>
border-color css
<style>
span { border-color: #003076; }
span { border-color: rgb(0,48,118); }
td.TdClassName
{
border-color: #003076;
}
.TagClassName
{
border-color: #003076;
}
</style>