Shades of Prussian Blue #08375F
Tints of Prussian Blue #08375F
RGB
CMYK
RGB Variations
Color information
#08375F (or 0x08375F) is known color: Prussian Blue. HEX triplet: 08, 37 and 5F. RGB value is (8,55,95). Sum of RGB (Red+Green+Blue) = 8+55+95=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #08375F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08375F is #F7C8A0. Grayscale: #2D2D2D. Windows color (decimal): -16238753 or 6240008. OLE color: 6240008.
HSL color Cylindrical-coordinate representation of color #08375F: hue angle of 207.59º 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 #08375F is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 55 | 95 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.63 |
| HSL | 207.59º | 0.84% | 0.2% | - |
| HSV(B) | 207.59º | 0.92% | 0.37% | - |
| XYZ | 3.53 | 3.61 | 11.34 | - |
| YUV | 45.51 | 155.93 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 95 | 0.92 | 0.42 | 0 | 0.63 | 207.59 | 0.84 | 0.2 |
| Hex | 8 | 37 | 5F | 5C | 2A | 0 | 3F | D0 | 54 | 14 |
| Octal | 10 | 67 | 137 | 134 | 52 | 0 | 77 | 320 | 124 | 24 |
| Binary | 1000 | 110111 | 1011111 | 1011100 | 101010 | 0 | 111111 | 11010000 | 1010100 | 10100 |
Color Harmonies of #08375F
Complementary color
Monochromatic Colors of #08375F
Black with #08375F
Text Example
Text Example
White with #08375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08375F; }
p { color: rgb(8,55,95); }
H1.HeaderClassName
{
color: #08375F;
}
.AnyTagClassName
{
color: #08375F;
}
</style>
background-color css
<style>
a { background-color: #08375F; }
a { background-color: rgb(8,55,95); }
div.DivClassName
{
background-color: #08375F;
}
.BgClassName
{
background-color: #08375F;
}
</style>
border-color css
<style>
span { border-color: #08375F; }
span { border-color: rgb(8,55,95); }
td.TdClassName
{
border-color: #08375F;
}
.TagClassName
{
border-color: #08375F;
}
</style>