Shades of Prussian Blue #08294D
Tints of Prussian Blue #08294D
RGB
CMYK
RGB Variations
Color information
#08294D (or 0x08294D) is known color: Prussian Blue. HEX triplet: 08, 29 and 4D. RGB value is (8,41,77). Sum of RGB (Red+Green+Blue) = 8+41+77=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #08294D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08294D is #F7D6B2. Grayscale: #232323. Windows color (decimal): -16242355 or 5056776. OLE color: 5056776.
HSL color Cylindrical-coordinate representation of color #08294D: hue angle of 211.3º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08294D is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 41 | 77 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.70 |
| HSL | 211.3º | 0.81% | 0.17% | - |
| HSV(B) | 211.3º | 0.9% | 0.3% | - |
| XYZ | 2.23 | 2.17 | 7.32 | - |
| YUV | 35.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 77 | 0.90 | 0.47 | 0 | 0.70 | 211.3 | 0.81 | 0.17 |
| Hex | 8 | 29 | 4D | 5A | 2F | 0 | 46 | D3 | 51 | 11 |
| Octal | 10 | 51 | 115 | 132 | 57 | 0 | 106 | 323 | 121 | 21 |
| Binary | 1000 | 101001 | 1001101 | 1011010 | 101111 | 0 | 1000110 | 11010011 | 1010001 | 10001 |
Color Harmonies of #08294D
Complementary color
Monochromatic Colors of #08294D
Black with #08294D
Text Example
Text Example
White with #08294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08294D; }
p { color: rgb(8,41,77); }
H1.HeaderClassName
{
color: #08294D;
}
.AnyTagClassName
{
color: #08294D;
}
</style>
background-color css
<style>
a { background-color: #08294D; }
a { background-color: rgb(8,41,77); }
div.DivClassName
{
background-color: #08294D;
}
.BgClassName
{
background-color: #08294D;
}
</style>
border-color css
<style>
span { border-color: #08294D; }
span { border-color: rgb(8,41,77); }
td.TdClassName
{
border-color: #08294D;
}
.TagClassName
{
border-color: #08294D;
}
</style>