Shades of Prussian Blue #002654
Tints of Prussian Blue #002654
RGB
CMYK
RGB Variations
Color information
#002654 (or 0x002654) is known color: Prussian Blue. HEX triplet: 00, 26 and 54. RGB value is (0,38,84). Sum of RGB (Red+Green+Blue) = 0+38+84=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 84 (33.20% from 255 or 68.85% from 122); Max value from RGB is 84 - color contains mainly: blue. Hex color #002654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002654 is #FFD9AB. Grayscale: #1F1F1F. Windows color (decimal): -16767404 or 5514752. OLE color: 5514752.
HSL color Cylindrical-coordinate representation of color #002654: hue angle of 212.86º 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 #002654 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 38 | 84 | - |
| CMYK | 1 | 0.55 | 0 | 0.67 |
| HSL | 212.86º | 1% | 0.16% | - |
| HSV(B) | 212.86º | 1% | 0.33% | - |
| XYZ | 2.29 | 2.03 | 8.66 | - |
| YUV | 31.88 | 157.41 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 84 | 1 | 0.55 | 0 | 0.67 | 212.86 | 1 | 0.16 |
| Hex | 0 | 26 | 54 | 64 | 37 | 0 | 43 | D5 | 64 | 10 |
| Octal | 0 | 46 | 124 | 144 | 67 | 0 | 103 | 325 | 144 | 20 |
| Binary | 0 | 100110 | 1010100 | 1100100 | 110111 | 0 | 1000011 | 11010101 | 1100100 | 10000 |
Color Harmonies of #002654
Complementary color
Monochromatic Colors of #002654
Black with #002654
Text Example
Text Example
White with #002654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002654; }
p { color: rgb(0,38,84); }
H1.HeaderClassName
{
color: #002654;
}
.AnyTagClassName
{
color: #002654;
}
</style>
background-color css
<style>
a { background-color: #002654; }
a { background-color: rgb(0,38,84); }
div.DivClassName
{
background-color: #002654;
}
.BgClassName
{
background-color: #002654;
}
</style>
border-color css
<style>
span { border-color: #002654; }
span { border-color: rgb(0,38,84); }
td.TdClassName
{
border-color: #002654;
}
.TagClassName
{
border-color: #002654;
}
</style>