Shades of Prussian Blue #08325A
Tints of Prussian Blue #08325A
RGB
CMYK
RGB Variations
Color information
#08325A (or 0x08325A) is known color: Prussian Blue. HEX triplet: 08, 32 and 5A. RGB value is (8,50,90). Sum of RGB (Red+Green+Blue) = 8+50+90=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #08325A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08325A is #F7CDA5. Grayscale: #292929. Windows color (decimal): -16240038 or 5911048. OLE color: 5911048.
HSL color Cylindrical-coordinate representation of color #08325A: hue angle of 209.27º 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 #08325A is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 50 | 90 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.65 |
| HSL | 209.27º | 0.84% | 0.19% | - |
| HSV(B) | 209.27º | 0.91% | 0.35% | - |
| XYZ | 3.09 | 3.07 | 10.1 | - |
| YUV | 42 | 155.09 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 90 | 0.91 | 0.44 | 0 | 0.65 | 209.27 | 0.84 | 0.19 |
| Hex | 8 | 32 | 5A | 5B | 2C | 0 | 41 | D1 | 54 | 13 |
| Octal | 10 | 62 | 132 | 133 | 54 | 0 | 101 | 321 | 124 | 23 |
| Binary | 1000 | 110010 | 1011010 | 1011011 | 101100 | 0 | 1000001 | 11010001 | 1010100 | 10011 |
Color Harmonies of #08325A
Complementary color
Monochromatic Colors of #08325A
Black with #08325A
Text Example
Text Example
White with #08325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08325A; }
p { color: rgb(8,50,90); }
H1.HeaderClassName
{
color: #08325A;
}
.AnyTagClassName
{
color: #08325A;
}
</style>
background-color css
<style>
a { background-color: #08325A; }
a { background-color: rgb(8,50,90); }
div.DivClassName
{
background-color: #08325A;
}
.BgClassName
{
background-color: #08325A;
}
</style>
border-color css
<style>
span { border-color: #08325A; }
span { border-color: rgb(8,50,90); }
td.TdClassName
{
border-color: #08325A;
}
.TagClassName
{
border-color: #08325A;
}
</style>