Shades of Prussian Blue #08306E
Tints of Prussian Blue #08306E
RGB
CMYK
RGB Variations
Color information
#08306E (or 0x08306E) is known color: Prussian Blue. HEX triplet: 08, 30 and 6E. RGB value is (8,48,110). Sum of RGB (Red+Green+Blue) = 8+48+110=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 110 (43.36% from 255 or 66.27% from 166); Max value from RGB is 110 - color contains mainly: blue. Hex color #08306E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08306E is #F7CF91. Grayscale: #2A2A2A. Windows color (decimal): -16240530 or 7221256. OLE color: 7221256.
HSL color Cylindrical-coordinate representation of color #08306E: hue angle of 216.47º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08306E is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 48 | 110 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.57 |
| HSL | 216.47º | 0.86% | 0.23% | - |
| HSV(B) | 216.47º | 0.93% | 0.43% | - |
| XYZ | 3.97 | 3.29 | 15.18 | - |
| YUV | 43.11 | 165.75 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 110 | 0.93 | 0.56 | 0 | 0.57 | 216.47 | 0.86 | 0.23 |
| Hex | 8 | 30 | 6E | 5D | 38 | 0 | 39 | D8 | 56 | 17 |
| Octal | 10 | 60 | 156 | 135 | 70 | 0 | 71 | 330 | 126 | 27 |
| Binary | 1000 | 110000 | 1101110 | 1011101 | 111000 | 0 | 111001 | 11011000 | 1010110 | 10111 |
Color Harmonies of #08306E
Complementary color
Monochromatic Colors of #08306E
Black with #08306E
Text Example
Text Example
White with #08306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08306E; }
p { color: rgb(8,48,110); }
H1.HeaderClassName
{
color: #08306E;
}
.AnyTagClassName
{
color: #08306E;
}
</style>
background-color css
<style>
a { background-color: #08306E; }
a { background-color: rgb(8,48,110); }
div.DivClassName
{
background-color: #08306E;
}
.BgClassName
{
background-color: #08306E;
}
</style>
border-color css
<style>
span { border-color: #08306E; }
span { border-color: rgb(8,48,110); }
td.TdClassName
{
border-color: #08306E;
}
.TagClassName
{
border-color: #08306E;
}
</style>