Shades of Prussian Blue #002650
Tints of Prussian Blue #002650
RGB
CMYK
RGB Variations
Color information
#002650 (or 0x002650) is known color: Prussian Blue. HEX triplet: 00, 26 and 50. RGB value is (0,38,80). Sum of RGB (Red+Green+Blue) = 0+38+80=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 80 (31.64% from 255 or 67.80% from 118); Max value from RGB is 80 - color contains mainly: blue. Hex color #002650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002650 is #FFD9AF. Grayscale: #1F1F1F. Windows color (decimal): -16767408 or 5252608. OLE color: 5252608.
HSL color Cylindrical-coordinate representation of color #002650: hue angle of 211.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002650 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 38 | 80 | - |
| CMYK | 1 | 0.52 | 0 | 0.69 |
| HSL | 211.5º | 1% | 0.16% | - |
| HSV(B) | 211.5º | 1% | 0.31% | - |
| XYZ | 2.14 | 1.97 | 7.86 | - |
| YUV | 31.43 | 155.41 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 80 | 1 | 0.52 | 0 | 0.69 | 211.5 | 1 | 0.16 |
| Hex | 0 | 26 | 50 | 64 | 34 | 0 | 45 | D4 | 64 | 10 |
| Octal | 0 | 46 | 120 | 144 | 64 | 0 | 105 | 324 | 144 | 20 |
| Binary | 0 | 100110 | 1010000 | 1100100 | 110100 | 0 | 1000101 | 11010100 | 1100100 | 10000 |
Color Harmonies of #002650
Complementary color
Monochromatic Colors of #002650
Black with #002650
Text Example
Text Example
White with #002650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002650; }
p { color: rgb(0,38,80); }
H1.HeaderClassName
{
color: #002650;
}
.AnyTagClassName
{
color: #002650;
}
</style>
background-color css
<style>
a { background-color: #002650; }
a { background-color: rgb(0,38,80); }
div.DivClassName
{
background-color: #002650;
}
.BgClassName
{
background-color: #002650;
}
</style>
border-color css
<style>
span { border-color: #002650; }
span { border-color: rgb(0,38,80); }
td.TdClassName
{
border-color: #002650;
}
.TagClassName
{
border-color: #002650;
}
</style>