Shades of Prussian Blue #08305A
Tints of Prussian Blue #08305A
RGB
CMYK
RGB Variations
Color information
#08305A (or 0x08305A) is known color: Prussian Blue. HEX triplet: 08, 30 and 5A. RGB value is (8,48,90). Sum of RGB (Red+Green+Blue) = 8+48+90=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #08305A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08305A is #F7CFA5. Grayscale: #282828. Windows color (decimal): -16240550 or 5910536. OLE color: 5910536.
HSL color Cylindrical-coordinate representation of color #08305A: hue angle of 210.73º 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 #08305A is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 48 | 90 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.65 |
| HSL | 210.73º | 0.84% | 0.19% | - |
| HSV(B) | 210.73º | 0.91% | 0.35% | - |
| XYZ | 3 | 2.9 | 10.08 | - |
| YUV | 40.83 | 155.75 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 90 | 0.91 | 0.47 | 0 | 0.65 | 210.73 | 0.84 | 0.19 |
| Hex | 8 | 30 | 5A | 5B | 2F | 0 | 41 | D3 | 54 | 13 |
| Octal | 10 | 60 | 132 | 133 | 57 | 0 | 101 | 323 | 124 | 23 |
| Binary | 1000 | 110000 | 1011010 | 1011011 | 101111 | 0 | 1000001 | 11010011 | 1010100 | 10011 |
Color Harmonies of #08305A
Complementary color
Monochromatic Colors of #08305A
Black with #08305A
Text Example
Text Example
White with #08305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08305A; }
p { color: rgb(8,48,90); }
H1.HeaderClassName
{
color: #08305A;
}
.AnyTagClassName
{
color: #08305A;
}
</style>
background-color css
<style>
a { background-color: #08305A; }
a { background-color: rgb(8,48,90); }
div.DivClassName
{
background-color: #08305A;
}
.BgClassName
{
background-color: #08305A;
}
</style>
border-color css
<style>
span { border-color: #08305A; }
span { border-color: rgb(8,48,90); }
td.TdClassName
{
border-color: #08305A;
}
.TagClassName
{
border-color: #08305A;
}
</style>