Shades of Prussian Blue #08315A
Tints of Prussian Blue #08315A
RGB
CMYK
RGB Variations
Color information
#08315A (or 0x08315A) is known color: Prussian Blue. HEX triplet: 08, 31 and 5A. RGB value is (8,49,90). Sum of RGB (Red+Green+Blue) = 8+49+90=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #08315A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08315A is #F7CEA5. Grayscale: #292929. Windows color (decimal): -16240294 or 5910792. OLE color: 5910792.
HSL color Cylindrical-coordinate representation of color #08315A: hue angle of 210º 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 #08315A is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 49 | 90 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.65 |
| HSL | 210º | 0.84% | 0.19% | - |
| HSV(B) | 210º | 0.91% | 0.35% | - |
| XYZ | 3.04 | 2.99 | 10.09 | - |
| YUV | 41.42 | 155.42 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 90 | 0.91 | 0.46 | 0 | 0.65 | 210 | 0.84 | 0.19 |
| Hex | 8 | 31 | 5A | 5B | 2E | 0 | 41 | D2 | 54 | 13 |
| Octal | 10 | 61 | 132 | 133 | 56 | 0 | 101 | 322 | 124 | 23 |
| Binary | 1000 | 110001 | 1011010 | 1011011 | 101110 | 0 | 1000001 | 11010010 | 1010100 | 10011 |
Color Harmonies of #08315A
Complementary color
Monochromatic Colors of #08315A
Black with #08315A
Text Example
Text Example
White with #08315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08315A; }
p { color: rgb(8,49,90); }
H1.HeaderClassName
{
color: #08315A;
}
.AnyTagClassName
{
color: #08315A;
}
</style>
background-color css
<style>
a { background-color: #08315A; }
a { background-color: rgb(8,49,90); }
div.DivClassName
{
background-color: #08315A;
}
.BgClassName
{
background-color: #08315A;
}
</style>
border-color css
<style>
span { border-color: #08315A; }
span { border-color: rgb(8,49,90); }
td.TdClassName
{
border-color: #08315A;
}
.TagClassName
{
border-color: #08315A;
}
</style>