Shades of Prussian Blue #08356B
Tints of Prussian Blue #08356B
RGB
CMYK
RGB Variations
Color information
#08356B (or 0x08356B) is known color: Prussian Blue. HEX triplet: 08, 35 and 6B. RGB value is (8,53,107). Sum of RGB (Red+Green+Blue) = 8+53+107=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #08356B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08356B is #F7CA94. Grayscale: #2D2D2D. Windows color (decimal): -16239253 or 7025928. OLE color: 7025928.
HSL color Cylindrical-coordinate representation of color #08356B: hue angle of 212.73º 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 #08356B is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 53 | 107 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.58 |
| HSL | 212.73º | 0.86% | 0.23% | - |
| HSV(B) | 212.73º | 0.93% | 0.42% | - |
| XYZ | 4.03 | 3.66 | 14.4 | - |
| YUV | 45.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 107 | 0.93 | 0.50 | 0 | 0.58 | 212.73 | 0.86 | 0.23 |
| Hex | 8 | 35 | 6B | 5D | 32 | 0 | 3A | D5 | 56 | 17 |
| Octal | 10 | 65 | 153 | 135 | 62 | 0 | 72 | 325 | 126 | 27 |
| Binary | 1000 | 110101 | 1101011 | 1011101 | 110010 | 0 | 111010 | 11010101 | 1010110 | 10111 |
Color Harmonies of #08356B
Complementary color
Monochromatic Colors of #08356B
Black with #08356B
Text Example
Text Example
White with #08356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08356B; }
p { color: rgb(8,53,107); }
H1.HeaderClassName
{
color: #08356B;
}
.AnyTagClassName
{
color: #08356B;
}
</style>
background-color css
<style>
a { background-color: #08356B; }
a { background-color: rgb(8,53,107); }
div.DivClassName
{
background-color: #08356B;
}
.BgClassName
{
background-color: #08356B;
}
</style>
border-color css
<style>
span { border-color: #08356B; }
span { border-color: rgb(8,53,107); }
td.TdClassName
{
border-color: #08356B;
}
.TagClassName
{
border-color: #08356B;
}
</style>