Shades of Prussian Blue #08316D
Tints of Prussian Blue #08316D
RGB
CMYK
RGB Variations
Color information
#08316D (or 0x08316D) is known color: Prussian Blue. HEX triplet: 08, 31 and 6D. RGB value is (8,49,109). Sum of RGB (Red+Green+Blue) = 8+49+109=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 109 (42.97% from 255 or 65.66% from 166); Max value from RGB is 109 - color contains mainly: blue. Hex color #08316D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08316D is #F7CE92. Grayscale: #2B2B2B. Windows color (decimal): -16240275 or 7155976. OLE color: 7155976.
HSL color Cylindrical-coordinate representation of color #08316D: hue angle of 215.64º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08316D is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 49 | 109 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.57 |
| HSL | 215.64º | 0.86% | 0.23% | - |
| HSV(B) | 215.64º | 0.93% | 0.43% | - |
| XYZ | 3.96 | 3.35 | 14.91 | - |
| YUV | 43.58 | 164.92 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 109 | 0.93 | 0.55 | 0 | 0.57 | 215.64 | 0.86 | 0.23 |
| Hex | 8 | 31 | 6D | 5D | 37 | 0 | 39 | D8 | 56 | 17 |
| Octal | 10 | 61 | 155 | 135 | 67 | 0 | 71 | 330 | 126 | 27 |
| Binary | 1000 | 110001 | 1101101 | 1011101 | 110111 | 0 | 111001 | 11011000 | 1010110 | 10111 |
Color Harmonies of #08316D
Complementary color
Monochromatic Colors of #08316D
Black with #08316D
Text Example
Text Example
White with #08316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08316D; }
p { color: rgb(8,49,109); }
H1.HeaderClassName
{
color: #08316D;
}
.AnyTagClassName
{
color: #08316D;
}
</style>
background-color css
<style>
a { background-color: #08316D; }
a { background-color: rgb(8,49,109); }
div.DivClassName
{
background-color: #08316D;
}
.BgClassName
{
background-color: #08316D;
}
</style>
border-color css
<style>
span { border-color: #08316D; }
span { border-color: rgb(8,49,109); }
td.TdClassName
{
border-color: #08316D;
}
.TagClassName
{
border-color: #08316D;
}
</style>