Shades of Prussian Blue #00284E
Tints of Prussian Blue #00284E
RGB
CMYK
RGB Variations
Color information
#00284E (or 0x00284E) is known color: Prussian Blue. HEX triplet: 00, 28 and 4E. RGB value is (0,40,78). Sum of RGB (Red+Green+Blue) = 0+40+78=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 78 (30.86% from 255 or 66.10% from 118); Max value from RGB is 78 - color contains mainly: blue. Hex color #00284E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00284E is #FFD7B1. Grayscale: #202020. Windows color (decimal): -16766898 or 5122048. OLE color: 5122048.
HSL color Cylindrical-coordinate representation of color #00284E: hue angle of 209.23º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00284E is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 40 | 78 | - |
| CMYK | 1 | 0.49 | 0 | 0.69 |
| HSL | 209.23º | 1% | 0.15% | - |
| HSV(B) | 209.23º | 1% | 0.31% | - |
| XYZ | 2.13 | 2.07 | 7.49 | - |
| YUV | 32.37 | 153.75 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 78 | 1 | 0.49 | 0 | 0.69 | 209.23 | 1 | 0.15 |
| Hex | 0 | 28 | 4E | 64 | 31 | 0 | 45 | D1 | 64 | F |
| Octal | 0 | 50 | 116 | 144 | 61 | 0 | 105 | 321 | 144 | 17 |
| Binary | 0 | 101000 | 1001110 | 1100100 | 110001 | 0 | 1000101 | 11010001 | 1100100 | 1111 |
Color Harmonies of #00284E
Complementary color
Monochromatic Colors of #00284E
Black with #00284E
Text Example
Text Example
White with #00284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00284E; }
p { color: rgb(0,40,78); }
H1.HeaderClassName
{
color: #00284E;
}
.AnyTagClassName
{
color: #00284E;
}
</style>
background-color css
<style>
a { background-color: #00284E; }
a { background-color: rgb(0,40,78); }
div.DivClassName
{
background-color: #00284E;
}
.BgClassName
{
background-color: #00284E;
}
</style>
border-color css
<style>
span { border-color: #00284E; }
span { border-color: rgb(0,40,78); }
td.TdClassName
{
border-color: #00284E;
}
.TagClassName
{
border-color: #00284E;
}
</style>