Shades of Prussian Blue #08325B
Tints of Prussian Blue #08325B
RGB
CMYK
RGB Variations
Color information
#08325B (or 0x08325B) is known color: Prussian Blue. HEX triplet: 08, 32 and 5B. RGB value is (8,50,91). Sum of RGB (Red+Green+Blue) = 8+50+91=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #08325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08325B is #F7CDA4. Grayscale: #292929. Windows color (decimal): -16240037 or 5976584. OLE color: 5976584.
HSL color Cylindrical-coordinate representation of color #08325B: hue angle of 209.64º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08325B is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 50 | 91 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.64 |
| HSL | 209.64º | 0.84% | 0.19% | - |
| HSV(B) | 209.64º | 0.91% | 0.36% | - |
| XYZ | 3.13 | 3.09 | 10.33 | - |
| YUV | 42.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 91 | 0.91 | 0.45 | 0 | 0.64 | 209.64 | 0.84 | 0.19 |
| Hex | 8 | 32 | 5B | 5B | 2D | 0 | 40 | D2 | 54 | 13 |
| Octal | 10 | 62 | 133 | 133 | 55 | 0 | 100 | 322 | 124 | 23 |
| Binary | 1000 | 110010 | 1011011 | 1011011 | 101101 | 0 | 1000000 | 11010010 | 1010100 | 10011 |
Color Harmonies of #08325B
Complementary color
Monochromatic Colors of #08325B
Black with #08325B
Text Example
Text Example
White with #08325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08325B; }
p { color: rgb(8,50,91); }
H1.HeaderClassName
{
color: #08325B;
}
.AnyTagClassName
{
color: #08325B;
}
</style>
background-color css
<style>
a { background-color: #08325B; }
a { background-color: rgb(8,50,91); }
div.DivClassName
{
background-color: #08325B;
}
.BgClassName
{
background-color: #08325B;
}
</style>
border-color css
<style>
span { border-color: #08325B; }
span { border-color: rgb(8,50,91); }
td.TdClassName
{
border-color: #08325B;
}
.TagClassName
{
border-color: #08325B;
}
</style>