Shades of Prussian Blue #00284D
Tints of Prussian Blue #00284D
RGB
CMYK
RGB Variations
Color information
#00284D (or 0x00284D) is known color: Prussian Blue. HEX triplet: 00, 28 and 4D. RGB value is (0,40,77). Sum of RGB (Red+Green+Blue) = 0+40+77=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #00284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00284D is #FFD7B2. Grayscale: #202020. Windows color (decimal): -16766899 or 5056512. OLE color: 5056512.
HSL color Cylindrical-coordinate representation of color #00284D: hue angle of 208.83º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00284D is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 0 | 40 | 77 | - |
| CMYK | 1 | 0.48 | 0 | 0.70 |
| HSL | 208.83º | 1% | 0.15% | - |
| HSV(B) | 208.83º | 1% | 0.3% | - |
| XYZ | 2.1 | 2.05 | 7.31 | - |
| YUV | 32.26 | 153.25 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 77 | 1 | 0.48 | 0 | 0.70 | 208.83 | 1 | 0.15 |
| Hex | 0 | 28 | 4D | 64 | 30 | 0 | 46 | D1 | 64 | F |
| Octal | 0 | 50 | 115 | 144 | 60 | 0 | 106 | 321 | 144 | 17 |
| Binary | 0 | 101000 | 1001101 | 1100100 | 110000 | 0 | 1000110 | 11010001 | 1100100 | 1111 |
Color Harmonies of #00284D
Complementary color
Monochromatic Colors of #00284D
Black with #00284D
Text Example
Text Example
White with #00284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00284D; }
p { color: rgb(0,40,77); }
H1.HeaderClassName
{
color: #00284D;
}
.AnyTagClassName
{
color: #00284D;
}
</style>
background-color css
<style>
a { background-color: #00284D; }
a { background-color: rgb(0,40,77); }
div.DivClassName
{
background-color: #00284D;
}
.BgClassName
{
background-color: #00284D;
}
</style>
border-color css
<style>
span { border-color: #00284D; }
span { border-color: rgb(0,40,77); }
td.TdClassName
{
border-color: #00284D;
}
.TagClassName
{
border-color: #00284D;
}
</style>