Shades of Prussian Blue #08306B
Tints of Prussian Blue #08306B
RGB
CMYK
RGB Variations
Color information
#08306B (or 0x08306B) is known color: Prussian Blue. HEX triplet: 08, 30 and 6B. RGB value is (8,48,107). Sum of RGB (Red+Green+Blue) = 8+48+107=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 107 (42.19% from 255 or 65.64% from 163); Max value from RGB is 107 - color contains mainly: blue. Hex color #08306B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08306B is #F7CF94. Grayscale: #2A2A2A. Windows color (decimal): -16240533 or 7024648. OLE color: 7024648.
HSL color Cylindrical-coordinate representation of color #08306B: hue angle of 215.76º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08306B is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 48 | 107 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.58 |
| HSL | 215.76º | 0.86% | 0.23% | - |
| HSV(B) | 215.76º | 0.93% | 0.42% | - |
| XYZ | 3.81 | 3.23 | 14.33 | - |
| YUV | 42.77 | 164.25 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 107 | 0.93 | 0.55 | 0 | 0.58 | 215.76 | 0.86 | 0.23 |
| Hex | 8 | 30 | 6B | 5D | 37 | 0 | 3A | D8 | 56 | 17 |
| Octal | 10 | 60 | 153 | 135 | 67 | 0 | 72 | 330 | 126 | 27 |
| Binary | 1000 | 110000 | 1101011 | 1011101 | 110111 | 0 | 111010 | 11011000 | 1010110 | 10111 |
Color Harmonies of #08306B
Complementary color
Monochromatic Colors of #08306B
Black with #08306B
Text Example
Text Example
White with #08306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08306B; }
p { color: rgb(8,48,107); }
H1.HeaderClassName
{
color: #08306B;
}
.AnyTagClassName
{
color: #08306B;
}
</style>
background-color css
<style>
a { background-color: #08306B; }
a { background-color: rgb(8,48,107); }
div.DivClassName
{
background-color: #08306B;
}
.BgClassName
{
background-color: #08306B;
}
</style>
border-color css
<style>
span { border-color: #08306B; }
span { border-color: rgb(8,48,107); }
td.TdClassName
{
border-color: #08306B;
}
.TagClassName
{
border-color: #08306B;
}
</style>