Shades of Prussian Blue #08355A
Tints of Prussian Blue #08355A
RGB
CMYK
RGB Variations
Color information
#08355A (or 0x08355A) is known color: Prussian Blue. HEX triplet: 08, 35 and 5A. RGB value is (8,53,90). Sum of RGB (Red+Green+Blue) = 8+53+90=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #08355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08355A is #F7CAA5. Grayscale: #2B2B2B. Windows color (decimal): -16239270 or 5911816. OLE color: 5911816.
HSL color Cylindrical-coordinate representation of color #08355A: hue angle of 207.07º 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 #08355A is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 53 | 90 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.65 |
| HSL | 207.07º | 0.84% | 0.19% | - |
| HSV(B) | 207.07º | 0.91% | 0.35% | - |
| XYZ | 3.22 | 3.34 | 10.15 | - |
| YUV | 43.76 | 154.09 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 90 | 0.91 | 0.41 | 0 | 0.65 | 207.07 | 0.84 | 0.19 |
| Hex | 8 | 35 | 5A | 5B | 29 | 0 | 41 | CF | 54 | 13 |
| Octal | 10 | 65 | 132 | 133 | 51 | 0 | 101 | 317 | 124 | 23 |
| Binary | 1000 | 110101 | 1011010 | 1011011 | 101001 | 0 | 1000001 | 11001111 | 1010100 | 10011 |
Color Harmonies of #08355A
Complementary color
Monochromatic Colors of #08355A
Black with #08355A
Text Example
Text Example
White with #08355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08355A; }
p { color: rgb(8,53,90); }
H1.HeaderClassName
{
color: #08355A;
}
.AnyTagClassName
{
color: #08355A;
}
</style>
background-color css
<style>
a { background-color: #08355A; }
a { background-color: rgb(8,53,90); }
div.DivClassName
{
background-color: #08355A;
}
.BgClassName
{
background-color: #08355A;
}
</style>
border-color css
<style>
span { border-color: #08355A; }
span { border-color: rgb(8,53,90); }
td.TdClassName
{
border-color: #08355A;
}
.TagClassName
{
border-color: #08355A;
}
</style>