Shades of Prussian Blue #08365B
Tints of Prussian Blue #08365B
RGB
CMYK
RGB Variations
Color information
#08365B (or 0x08365B) is known color: Prussian Blue. HEX triplet: 08, 36 and 5B. RGB value is (8,54,91). Sum of RGB (Red+Green+Blue) = 8+54+91=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #08365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08365B is #F7C9A4. Grayscale: #2C2C2C. Windows color (decimal): -16239013 or 5977608. OLE color: 5977608.
HSL color Cylindrical-coordinate representation of color #08365B: hue angle of 206.75º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08365B is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 54 | 91 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.64 |
| HSL | 206.75º | 0.84% | 0.19% | - |
| HSV(B) | 206.75º | 0.91% | 0.36% | - |
| XYZ | 3.31 | 3.45 | 10.39 | - |
| YUV | 44.46 | 154.26 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 91 | 0.91 | 0.41 | 0 | 0.64 | 206.75 | 0.84 | 0.19 |
| Hex | 8 | 36 | 5B | 5B | 29 | 0 | 40 | CF | 54 | 13 |
| Octal | 10 | 66 | 133 | 133 | 51 | 0 | 100 | 317 | 124 | 23 |
| Binary | 1000 | 110110 | 1011011 | 1011011 | 101001 | 0 | 1000000 | 11001111 | 1010100 | 10011 |
Color Harmonies of #08365B
Complementary color
Monochromatic Colors of #08365B
Black with #08365B
Text Example
Text Example
White with #08365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08365B; }
p { color: rgb(8,54,91); }
H1.HeaderClassName
{
color: #08365B;
}
.AnyTagClassName
{
color: #08365B;
}
</style>
background-color css
<style>
a { background-color: #08365B; }
a { background-color: rgb(8,54,91); }
div.DivClassName
{
background-color: #08365B;
}
.BgClassName
{
background-color: #08365B;
}
</style>
border-color css
<style>
span { border-color: #08365B; }
span { border-color: rgb(8,54,91); }
td.TdClassName
{
border-color: #08365B;
}
.TagClassName
{
border-color: #08365B;
}
</style>