Shades of Prussian Blue #08395A
Tints of Prussian Blue #08395A
RGB
CMYK
RGB Variations
Color information
#08395A (or 0x08395A) is known color: Prussian Blue. HEX triplet: 08, 39 and 5A. RGB value is (8,57,90). Sum of RGB (Red+Green+Blue) = 8+57+90=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #08395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08395A is #F7C6A5. Grayscale: #2D2D2D. Windows color (decimal): -16238246 or 5912840. OLE color: 5912840.
HSL color Cylindrical-coordinate representation of color #08395A: hue angle of 204.15º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08395A is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 57 | 90 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.65 |
| HSL | 204.15º | 0.84% | 0.19% | - |
| HSV(B) | 204.15º | 0.91% | 0.35% | - |
| XYZ | 3.41 | 3.72 | 10.21 | - |
| YUV | 46.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 57 | 90 | 0.91 | 0.37 | 0 | 0.65 | 204.15 | 0.84 | 0.19 |
| Hex | 8 | 39 | 5A | 5B | 25 | 0 | 41 | CC | 54 | 13 |
| Octal | 10 | 71 | 132 | 133 | 45 | 0 | 101 | 314 | 124 | 23 |
| Binary | 1000 | 111001 | 1011010 | 1011011 | 100101 | 0 | 1000001 | 11001100 | 1010100 | 10011 |
Color Harmonies of #08395A
Complementary color
Monochromatic Colors of #08395A
Black with #08395A
Text Example
Text Example
White with #08395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08395A; }
p { color: rgb(8,57,90); }
H1.HeaderClassName
{
color: #08395A;
}
.AnyTagClassName
{
color: #08395A;
}
</style>
background-color css
<style>
a { background-color: #08395A; }
a { background-color: rgb(8,57,90); }
div.DivClassName
{
background-color: #08395A;
}
.BgClassName
{
background-color: #08395A;
}
</style>
border-color css
<style>
span { border-color: #08395A; }
span { border-color: rgb(8,57,90); }
td.TdClassName
{
border-color: #08395A;
}
.TagClassName
{
border-color: #08395A;
}
</style>