Shades of Prussian Blue #08284E
Tints of Prussian Blue #08284E
RGB
CMYK
RGB Variations
Color information
#08284E (or 0x08284E) is known color: Prussian Blue. HEX triplet: 08, 28 and 4E. RGB value is (8,40,78). Sum of RGB (Red+Green+Blue) = 8+40+78=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #08284E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08284E is #F7D7B1. Grayscale: #222222. Windows color (decimal): -16242610 or 5122056. OLE color: 5122056.
HSL color Cylindrical-coordinate representation of color #08284E: hue angle of 212.57º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08284E is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 40 | 78 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.69 |
| HSL | 212.57º | 0.81% | 0.17% | - |
| HSV(B) | 212.57º | 0.9% | 0.31% | - |
| XYZ | 2.23 | 2.12 | 7.5 | - |
| YUV | 34.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 78 | 0.90 | 0.49 | 0 | 0.69 | 212.57 | 0.81 | 0.17 |
| Hex | 8 | 28 | 4E | 5A | 31 | 0 | 45 | D5 | 51 | 11 |
| Octal | 10 | 50 | 116 | 132 | 61 | 0 | 105 | 325 | 121 | 21 |
| Binary | 1000 | 101000 | 1001110 | 1011010 | 110001 | 0 | 1000101 | 11010101 | 1010001 | 10001 |
Color Harmonies of #08284E
Complementary color
Monochromatic Colors of #08284E
Black with #08284E
Text Example
Text Example
White with #08284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08284E; }
p { color: rgb(8,40,78); }
H1.HeaderClassName
{
color: #08284E;
}
.AnyTagClassName
{
color: #08284E;
}
</style>
background-color css
<style>
a { background-color: #08284E; }
a { background-color: rgb(8,40,78); }
div.DivClassName
{
background-color: #08284E;
}
.BgClassName
{
background-color: #08284E;
}
</style>
border-color css
<style>
span { border-color: #08284E; }
span { border-color: rgb(8,40,78); }
td.TdClassName
{
border-color: #08284E;
}
.TagClassName
{
border-color: #08284E;
}
</style>