Shades of Prussian Blue #002D76
Tints of Prussian Blue #002D76
RGB
CMYK
RGB Variations
Color information
#002D76 (or 0x002D76) is known color: Prussian Blue. HEX triplet: 00, 2D and 76. RGB value is (0,45,118). Sum of RGB (Red+Green+Blue) = 0+45+118=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 118 (46.48% from 255 or 72.39% from 163); Max value from RGB is 118 - color contains mainly: blue. Hex color #002D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D76 is #FFD289. Grayscale: #272727. Windows color (decimal): -16765578 or 7744768. OLE color: 7744768.
HSL color Cylindrical-coordinate representation of color #002D76: hue angle of 217.12º 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 #002D76 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 45 | 118 | - |
| CMYK | 1 | 0.62 | 0 | 0.54 |
| HSL | 217.12º | 1% | 0.23% | - |
| HSV(B) | 217.12º | 1% | 0.46% | - |
| XYZ | 4.21 | 3.18 | 17.53 | - |
| YUV | 39.87 | 172.09 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 118 | 1 | 0.62 | 0 | 0.54 | 217.12 | 1 | 0.23 |
| Hex | 0 | 2D | 76 | 64 | 3E | 0 | 36 | D9 | 64 | 17 |
| Octal | 0 | 55 | 166 | 144 | 76 | 0 | 66 | 331 | 144 | 27 |
| Binary | 0 | 101101 | 1110110 | 1100100 | 111110 | 0 | 110110 | 11011001 | 1100100 | 10111 |
Color Harmonies of #002D76
Complementary color
Monochromatic Colors of #002D76
Black with #002D76
Text Example
Text Example
White with #002D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002D76; }
p { color: rgb(0,45,118); }
H1.HeaderClassName
{
color: #002D76;
}
.AnyTagClassName
{
color: #002D76;
}
</style>
background-color css
<style>
a { background-color: #002D76; }
a { background-color: rgb(0,45,118); }
div.DivClassName
{
background-color: #002D76;
}
.BgClassName
{
background-color: #002D76;
}
</style>
border-color css
<style>
span { border-color: #002D76; }
span { border-color: rgb(0,45,118); }
td.TdClassName
{
border-color: #002D76;
}
.TagClassName
{
border-color: #002D76;
}
</style>