Shades of Prussian Blue #08395E
Tints of Prussian Blue #08395E
RGB
CMYK
RGB Variations
Color information
#08395E (or 0x08395E) is known color: Prussian Blue. HEX triplet: 08, 39 and 5E. RGB value is (8,57,94). Sum of RGB (Red+Green+Blue) = 8+57+94=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #08395E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08395E is #F7C6A1. Grayscale: #2E2E2E. Windows color (decimal): -16238242 or 6174984. OLE color: 6174984.
HSL color Cylindrical-coordinate representation of color #08395E: hue angle of 205.81º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08395E is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 57 | 94 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.63 |
| HSL | 205.81º | 0.84% | 0.2% | - |
| HSV(B) | 205.81º | 0.91% | 0.37% | - |
| XYZ | 3.58 | 3.79 | 11.13 | - |
| YUV | 46.57 | 154.77 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 57 | 94 | 0.91 | 0.39 | 0 | 0.63 | 205.81 | 0.84 | 0.2 |
| Hex | 8 | 39 | 5E | 5B | 27 | 0 | 3F | CE | 54 | 14 |
| Octal | 10 | 71 | 136 | 133 | 47 | 0 | 77 | 316 | 124 | 24 |
| Binary | 1000 | 111001 | 1011110 | 1011011 | 100111 | 0 | 111111 | 11001110 | 1010100 | 10100 |
Color Harmonies of #08395E
Complementary color
Monochromatic Colors of #08395E
Black with #08395E
Text Example
Text Example
White with #08395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08395E; }
p { color: rgb(8,57,94); }
H1.HeaderClassName
{
color: #08395E;
}
.AnyTagClassName
{
color: #08395E;
}
</style>
background-color css
<style>
a { background-color: #08395E; }
a { background-color: rgb(8,57,94); }
div.DivClassName
{
background-color: #08395E;
}
.BgClassName
{
background-color: #08395E;
}
</style>
border-color css
<style>
span { border-color: #08395E; }
span { border-color: rgb(8,57,94); }
td.TdClassName
{
border-color: #08395E;
}
.TagClassName
{
border-color: #08395E;
}
</style>