Shades of Prussian Blue #002651
Tints of Prussian Blue #002651
RGB
CMYK
RGB Variations
Color information
#002651 (or 0x002651) is known color: Prussian Blue. HEX triplet: 00, 26 and 51. RGB value is (0,38,81). Sum of RGB (Red+Green+Blue) = 0+38+81=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 81 (32.03% from 255 or 68.07% from 119); Max value from RGB is 81 - color contains mainly: blue. Hex color #002651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002651 is #FFD9AE. Grayscale: #1F1F1F. Windows color (decimal): -16767407 or 5318144. OLE color: 5318144.
HSL color Cylindrical-coordinate representation of color #002651: hue angle of 211.85º 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 #002651 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 38 | 81 | - |
| CMYK | 1 | 0.53 | 0 | 0.68 |
| HSL | 211.85º | 1% | 0.16% | - |
| HSV(B) | 211.85º | 1% | 0.32% | - |
| XYZ | 2.18 | 1.98 | 8.05 | - |
| YUV | 31.54 | 155.91 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 81 | 1 | 0.53 | 0 | 0.68 | 211.85 | 1 | 0.16 |
| Hex | 0 | 26 | 51 | 64 | 35 | 0 | 44 | D4 | 64 | 10 |
| Octal | 0 | 46 | 121 | 144 | 65 | 0 | 104 | 324 | 144 | 20 |
| Binary | 0 | 100110 | 1010001 | 1100100 | 110101 | 0 | 1000100 | 11010100 | 1100100 | 10000 |
Color Harmonies of #002651
Complementary color
Monochromatic Colors of #002651
Black with #002651
Text Example
Text Example
White with #002651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002651; }
p { color: rgb(0,38,81); }
H1.HeaderClassName
{
color: #002651;
}
.AnyTagClassName
{
color: #002651;
}
</style>
background-color css
<style>
a { background-color: #002651; }
a { background-color: rgb(0,38,81); }
div.DivClassName
{
background-color: #002651;
}
.BgClassName
{
background-color: #002651;
}
</style>
border-color css
<style>
span { border-color: #002651; }
span { border-color: rgb(0,38,81); }
td.TdClassName
{
border-color: #002651;
}
.TagClassName
{
border-color: #002651;
}
</style>