Shades of Prussian Blue #08395C
Tints of Prussian Blue #08395C
RGB
CMYK
RGB Variations
Color information
#08395C (or 0x08395C) is known color: Prussian Blue. HEX triplet: 08, 39 and 5C. RGB value is (8,57,92). Sum of RGB (Red+Green+Blue) = 8+57+92=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #08395C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08395C is #F7C6A3. Grayscale: #2E2E2E. Windows color (decimal): -16238244 or 6043912. OLE color: 6043912.
HSL color Cylindrical-coordinate representation of color #08395C: hue angle of 205º 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 #08395C is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 57 | 92 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.64 |
| HSL | 205º | 0.84% | 0.2% | - |
| HSV(B) | 205º | 0.91% | 0.36% | - |
| XYZ | 3.5 | 3.75 | 10.66 | - |
| YUV | 46.34 | 153.77 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 57 | 92 | 0.91 | 0.38 | 0 | 0.64 | 205 | 0.84 | 0.2 |
| Hex | 8 | 39 | 5C | 5B | 26 | 0 | 40 | CD | 54 | 14 |
| Octal | 10 | 71 | 134 | 133 | 46 | 0 | 100 | 315 | 124 | 24 |
| Binary | 1000 | 111001 | 1011100 | 1011011 | 100110 | 0 | 1000000 | 11001101 | 1010100 | 10100 |
Color Harmonies of #08395C
Complementary color
Monochromatic Colors of #08395C
Black with #08395C
Text Example
Text Example
White with #08395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08395C; }
p { color: rgb(8,57,92); }
H1.HeaderClassName
{
color: #08395C;
}
.AnyTagClassName
{
color: #08395C;
}
</style>
background-color css
<style>
a { background-color: #08395C; }
a { background-color: rgb(8,57,92); }
div.DivClassName
{
background-color: #08395C;
}
.BgClassName
{
background-color: #08395C;
}
</style>
border-color css
<style>
span { border-color: #08395C; }
span { border-color: rgb(8,57,92); }
td.TdClassName
{
border-color: #08395C;
}
.TagClassName
{
border-color: #08395C;
}
</style>