Shades of Prussian Blue #08365F
Tints of Prussian Blue #08365F
RGB
CMYK
RGB Variations
Color information
#08365F (or 0x08365F) is known color: Prussian Blue. HEX triplet: 08, 36 and 5F. RGB value is (8,54,95). Sum of RGB (Red+Green+Blue) = 8+54+95=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #08365F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08365F is #F7C9A0. Grayscale: #2C2C2C. Windows color (decimal): -16239009 or 6239752. OLE color: 6239752.
HSL color Cylindrical-coordinate representation of color #08365F: hue angle of 208.28º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08365F is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 54 | 95 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.63 |
| HSL | 208.28º | 0.84% | 0.2% | - |
| HSV(B) | 208.28º | 0.92% | 0.37% | - |
| XYZ | 3.48 | 3.52 | 11.32 | - |
| YUV | 44.92 | 156.26 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 95 | 0.92 | 0.43 | 0 | 0.63 | 208.28 | 0.84 | 0.2 |
| Hex | 8 | 36 | 5F | 5C | 2B | 0 | 3F | D0 | 54 | 14 |
| Octal | 10 | 66 | 137 | 134 | 53 | 0 | 77 | 320 | 124 | 24 |
| Binary | 1000 | 110110 | 1011111 | 1011100 | 101011 | 0 | 111111 | 11010000 | 1010100 | 10100 |
Color Harmonies of #08365F
Complementary color
Monochromatic Colors of #08365F
Black with #08365F
Text Example
Text Example
White with #08365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08365F; }
p { color: rgb(8,54,95); }
H1.HeaderClassName
{
color: #08365F;
}
.AnyTagClassName
{
color: #08365F;
}
</style>
background-color css
<style>
a { background-color: #08365F; }
a { background-color: rgb(8,54,95); }
div.DivClassName
{
background-color: #08365F;
}
.BgClassName
{
background-color: #08365F;
}
</style>
border-color css
<style>
span { border-color: #08365F; }
span { border-color: rgb(8,54,95); }
td.TdClassName
{
border-color: #08365F;
}
.TagClassName
{
border-color: #08365F;
}
</style>