Shades of Prussian Blue #08365A
Tints of Prussian Blue #08365A
RGB
CMYK
RGB Variations
Color information
#08365A (or 0x08365A) is known color: Prussian Blue. HEX triplet: 08, 36 and 5A. RGB value is (8,54,90). Sum of RGB (Red+Green+Blue) = 8+54+90=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #08365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08365A is #F7C9A5. Grayscale: #2C2C2C. Windows color (decimal): -16239014 or 5912072. OLE color: 5912072.
HSL color Cylindrical-coordinate representation of color #08365A: hue angle of 206.34º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08365A is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 54 | 90 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.65 |
| HSL | 206.34º | 0.84% | 0.19% | - |
| HSV(B) | 206.34º | 0.91% | 0.35% | - |
| XYZ | 3.26 | 3.43 | 10.16 | - |
| YUV | 44.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 90 | 0.91 | 0.40 | 0 | 0.65 | 206.34 | 0.84 | 0.19 |
| Hex | 8 | 36 | 5A | 5B | 28 | 0 | 41 | CE | 54 | 13 |
| Octal | 10 | 66 | 132 | 133 | 50 | 0 | 101 | 316 | 124 | 23 |
| Binary | 1000 | 110110 | 1011010 | 1011011 | 101000 | 0 | 1000001 | 11001110 | 1010100 | 10011 |
Color Harmonies of #08365A
Complementary color
Monochromatic Colors of #08365A
Black with #08365A
Text Example
Text Example
White with #08365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08365A; }
p { color: rgb(8,54,90); }
H1.HeaderClassName
{
color: #08365A;
}
.AnyTagClassName
{
color: #08365A;
}
</style>
background-color css
<style>
a { background-color: #08365A; }
a { background-color: rgb(8,54,90); }
div.DivClassName
{
background-color: #08365A;
}
.BgClassName
{
background-color: #08365A;
}
</style>
border-color css
<style>
span { border-color: #08365A; }
span { border-color: rgb(8,54,90); }
td.TdClassName
{
border-color: #08365A;
}
.TagClassName
{
border-color: #08365A;
}
</style>