Shades of Prussian Blue #08365D
Tints of Prussian Blue #08365D
RGB
CMYK
RGB Variations
Color information
#08365D (or 0x08365D) is known color: Prussian Blue. HEX triplet: 08, 36 and 5D. RGB value is (8,54,93). Sum of RGB (Red+Green+Blue) = 8+54+93=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #08365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08365D is #F7C9A2. Grayscale: #2C2C2C. Windows color (decimal): -16239011 or 6108680. OLE color: 6108680.
HSL color Cylindrical-coordinate representation of color #08365D: hue angle of 207.53º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08365D is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 54 | 93 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.64 |
| HSL | 207.53º | 0.84% | 0.2% | - |
| HSV(B) | 207.53º | 0.91% | 0.36% | - |
| XYZ | 3.4 | 3.48 | 10.85 | - |
| YUV | 44.69 | 155.26 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 93 | 0.91 | 0.42 | 0 | 0.64 | 207.53 | 0.84 | 0.2 |
| Hex | 8 | 36 | 5D | 5B | 2A | 0 | 40 | D0 | 54 | 14 |
| Octal | 10 | 66 | 135 | 133 | 52 | 0 | 100 | 320 | 124 | 24 |
| Binary | 1000 | 110110 | 1011101 | 1011011 | 101010 | 0 | 1000000 | 11010000 | 1010100 | 10100 |
Color Harmonies of #08365D
Complementary color
Monochromatic Colors of #08365D
Black with #08365D
Text Example
Text Example
White with #08365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08365D; }
p { color: rgb(8,54,93); }
H1.HeaderClassName
{
color: #08365D;
}
.AnyTagClassName
{
color: #08365D;
}
</style>
background-color css
<style>
a { background-color: #08365D; }
a { background-color: rgb(8,54,93); }
div.DivClassName
{
background-color: #08365D;
}
.BgClassName
{
background-color: #08365D;
}
</style>
border-color css
<style>
span { border-color: #08365D; }
span { border-color: rgb(8,54,93); }
td.TdClassName
{
border-color: #08365D;
}
.TagClassName
{
border-color: #08365D;
}
</style>