Shades of Prussian Blue #08366B
Tints of Prussian Blue #08366B
RGB
CMYK
RGB Variations
Color information
#08366B (or 0x08366B) is known color: Prussian Blue. HEX triplet: 08, 36 and 6B. RGB value is (8,54,107). Sum of RGB (Red+Green+Blue) = 8+54+107=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 107 (42.19% from 255 or 63.31% from 169); Max value from RGB is 107 - color contains mainly: blue. Hex color #08366B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08366B is #F7C994. Grayscale: #2E2E2E. Windows color (decimal): -16238997 or 7026184. OLE color: 7026184.
HSL color Cylindrical-coordinate representation of color #08366B: hue angle of 212.12º 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 #08366B is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 54 | 107 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.58 |
| HSL | 212.12º | 0.86% | 0.23% | - |
| HSV(B) | 212.12º | 0.93% | 0.42% | - |
| XYZ | 4.07 | 3.75 | 14.42 | - |
| YUV | 46.29 | 162.26 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 107 | 0.93 | 0.50 | 0 | 0.58 | 212.12 | 0.86 | 0.23 |
| Hex | 8 | 36 | 6B | 5D | 32 | 0 | 3A | D4 | 56 | 17 |
| Octal | 10 | 66 | 153 | 135 | 62 | 0 | 72 | 324 | 126 | 27 |
| Binary | 1000 | 110110 | 1101011 | 1011101 | 110010 | 0 | 111010 | 11010100 | 1010110 | 10111 |
Color Harmonies of #08366B
Complementary color
Monochromatic Colors of #08366B
Black with #08366B
Text Example
Text Example
White with #08366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08366B; }
p { color: rgb(8,54,107); }
H1.HeaderClassName
{
color: #08366B;
}
.AnyTagClassName
{
color: #08366B;
}
</style>
background-color css
<style>
a { background-color: #08366B; }
a { background-color: rgb(8,54,107); }
div.DivClassName
{
background-color: #08366B;
}
.BgClassName
{
background-color: #08366B;
}
</style>
border-color css
<style>
span { border-color: #08366B; }
span { border-color: rgb(8,54,107); }
td.TdClassName
{
border-color: #08366B;
}
.TagClassName
{
border-color: #08366B;
}
</style>