Shades of Prussian Blue #003777
Tints of Prussian Blue #003777
RGB
CMYK
RGB Variations
Color information
#003777 (or 0x003777) is known color: Prussian Blue. HEX triplet: 00, 37 and 77. RGB value is (0,55,119). Sum of RGB (Red+Green+Blue) = 0+55+119=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 119 (46.88% from 255 or 68.39% from 174); Max value from RGB is 119 - color contains mainly: blue. Hex color #003777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003777 is #FFC888. Grayscale: #2D2D2D. Windows color (decimal): -16763017 or 7812864. OLE color: 7812864.
HSL color Cylindrical-coordinate representation of color #003777: hue angle of 212.27º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003777 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 55 | 119 | - |
| CMYK | 1 | 0.54 | 0 | 0.53 |
| HSL | 212.27º | 1% | 0.23% | - |
| HSV(B) | 212.27º | 1% | 0.47% | - |
| XYZ | 4.7 | 4.06 | 17.99 | - |
| YUV | 45.85 | 169.28 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 55 | 119 | 1 | 0.54 | 0 | 0.53 | 212.27 | 1 | 0.23 |
| Hex | 0 | 37 | 77 | 64 | 36 | 0 | 35 | D4 | 64 | 17 |
| Octal | 0 | 67 | 167 | 144 | 66 | 0 | 65 | 324 | 144 | 27 |
| Binary | 0 | 110111 | 1110111 | 1100100 | 110110 | 0 | 110101 | 11010100 | 1100100 | 10111 |
Color Harmonies of #003777
Complementary color
Monochromatic Colors of #003777
Black with #003777
Text Example
Text Example
White with #003777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003777; }
p { color: rgb(0,55,119); }
H1.HeaderClassName
{
color: #003777;
}
.AnyTagClassName
{
color: #003777;
}
</style>
background-color css
<style>
a { background-color: #003777; }
a { background-color: rgb(0,55,119); }
div.DivClassName
{
background-color: #003777;
}
.BgClassName
{
background-color: #003777;
}
</style>
border-color css
<style>
span { border-color: #003777; }
span { border-color: rgb(0,55,119); }
td.TdClassName
{
border-color: #003777;
}
.TagClassName
{
border-color: #003777;
}
</style>