Shades of Prussian Blue #08366D
Tints of Prussian Blue #08366D
RGB
CMYK
RGB Variations
Color information
#08366D (or 0x08366D) is known color: Prussian Blue. HEX triplet: 08, 36 and 6D. RGB value is (8,54,109). Sum of RGB (Red+Green+Blue) = 8+54+109=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #08366D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08366D is #F7C992. Grayscale: #2E2E2E. Windows color (decimal): -16238995 or 7157256. OLE color: 7157256.
HSL color Cylindrical-coordinate representation of color #08366D: hue angle of 212.67º 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 #08366D is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 54 | 109 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.57 |
| HSL | 212.67º | 0.86% | 0.23% | - |
| HSV(B) | 212.67º | 0.93% | 0.43% | - |
| XYZ | 4.18 | 3.79 | 14.98 | - |
| YUV | 46.52 | 163.26 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 109 | 0.93 | 0.50 | 0 | 0.57 | 212.67 | 0.86 | 0.23 |
| Hex | 8 | 36 | 6D | 5D | 32 | 0 | 39 | D5 | 56 | 17 |
| Octal | 10 | 66 | 155 | 135 | 62 | 0 | 71 | 325 | 126 | 27 |
| Binary | 1000 | 110110 | 1101101 | 1011101 | 110010 | 0 | 111001 | 11010101 | 1010110 | 10111 |
Color Harmonies of #08366D
Complementary color
Monochromatic Colors of #08366D
Black with #08366D
Text Example
Text Example
White with #08366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08366D; }
p { color: rgb(8,54,109); }
H1.HeaderClassName
{
color: #08366D;
}
.AnyTagClassName
{
color: #08366D;
}
</style>
background-color css
<style>
a { background-color: #08366D; }
a { background-color: rgb(8,54,109); }
div.DivClassName
{
background-color: #08366D;
}
.BgClassName
{
background-color: #08366D;
}
</style>
border-color css
<style>
span { border-color: #08366D; }
span { border-color: rgb(8,54,109); }
td.TdClassName
{
border-color: #08366D;
}
.TagClassName
{
border-color: #08366D;
}
</style>