Shades of Prussian Blue #08305D
Tints of Prussian Blue #08305D
RGB
CMYK
RGB Variations
Color information
#08305D (or 0x08305D) is known color: Prussian Blue. HEX triplet: 08, 30 and 5D. RGB value is (8,48,93). Sum of RGB (Red+Green+Blue) = 8+48+93=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #08305D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08305D is #F7CFA2. Grayscale: #282828. Windows color (decimal): -16240547 or 6107144. OLE color: 6107144.
HSL color Cylindrical-coordinate representation of color #08305D: hue angle of 211.76º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08305D is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 48 | 93 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.64 |
| HSL | 211.76º | 0.84% | 0.2% | - |
| HSV(B) | 211.76º | 0.91% | 0.36% | - |
| XYZ | 3.13 | 2.96 | 10.76 | - |
| YUV | 41.17 | 157.25 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 93 | 0.91 | 0.48 | 0 | 0.64 | 211.76 | 0.84 | 0.2 |
| Hex | 8 | 30 | 5D | 5B | 30 | 0 | 40 | D4 | 54 | 14 |
| Octal | 10 | 60 | 135 | 133 | 60 | 0 | 100 | 324 | 124 | 24 |
| Binary | 1000 | 110000 | 1011101 | 1011011 | 110000 | 0 | 1000000 | 11010100 | 1010100 | 10100 |
Color Harmonies of #08305D
Complementary color
Monochromatic Colors of #08305D
Black with #08305D
Text Example
Text Example
White with #08305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08305D; }
p { color: rgb(8,48,93); }
H1.HeaderClassName
{
color: #08305D;
}
.AnyTagClassName
{
color: #08305D;
}
</style>
background-color css
<style>
a { background-color: #08305D; }
a { background-color: rgb(8,48,93); }
div.DivClassName
{
background-color: #08305D;
}
.BgClassName
{
background-color: #08305D;
}
</style>
border-color css
<style>
span { border-color: #08305D; }
span { border-color: rgb(8,48,93); }
td.TdClassName
{
border-color: #08305D;
}
.TagClassName
{
border-color: #08305D;
}
</style>