Shades of Prussian Blue #08356F
Tints of Prussian Blue #08356F
RGB
CMYK
RGB Variations
Color information
#08356F (or 0x08356F) is known color: Prussian Blue. HEX triplet: 08, 35 and 6F. RGB value is (8,53,111). Sum of RGB (Red+Green+Blue) = 8+53+111=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 111 (43.75% from 255 or 64.53% from 172); Max value from RGB is 111 - color contains mainly: blue. Hex color #08356F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08356F is #F7CA90. Grayscale: #2D2D2D. Windows color (decimal): -16239249 or 7288072. OLE color: 7288072.
HSL color Cylindrical-coordinate representation of color #08356F: hue angle of 213.79º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08356F is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 53 | 111 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.56 |
| HSL | 213.79º | 0.87% | 0.23% | - |
| HSV(B) | 213.79º | 0.93% | 0.44% | - |
| XYZ | 4.24 | 3.75 | 15.54 | - |
| YUV | 46.16 | 164.59 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 111 | 0.93 | 0.52 | 0 | 0.56 | 213.79 | 0.87 | 0.23 |
| Hex | 8 | 35 | 6F | 5D | 34 | 0 | 38 | D6 | 57 | 17 |
| Octal | 10 | 65 | 157 | 135 | 64 | 0 | 70 | 326 | 127 | 27 |
| Binary | 1000 | 110101 | 1101111 | 1011101 | 110100 | 0 | 111000 | 11010110 | 1010111 | 10111 |
Color Harmonies of #08356F
Complementary color
Monochromatic Colors of #08356F
Black with #08356F
Text Example
Text Example
White with #08356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08356F; }
p { color: rgb(8,53,111); }
H1.HeaderClassName
{
color: #08356F;
}
.AnyTagClassName
{
color: #08356F;
}
</style>
background-color css
<style>
a { background-color: #08356F; }
a { background-color: rgb(8,53,111); }
div.DivClassName
{
background-color: #08356F;
}
.BgClassName
{
background-color: #08356F;
}
</style>
border-color css
<style>
span { border-color: #08356F; }
span { border-color: rgb(8,53,111); }
td.TdClassName
{
border-color: #08356F;
}
.TagClassName
{
border-color: #08356F;
}
</style>