Shades of Prussian Blue #08375B
Tints of Prussian Blue #08375B
RGB
CMYK
RGB Variations
Color information
#08375B (or 0x08375B) is known color: Prussian Blue. HEX triplet: 08, 37 and 5B. RGB value is (8,55,91). Sum of RGB (Red+Green+Blue) = 8+55+91=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #08375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08375B is #F7C8A4. Grayscale: #2C2C2C. Windows color (decimal): -16238757 or 5977864. OLE color: 5977864.
HSL color Cylindrical-coordinate representation of color #08375B: hue angle of 206.02º 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 #08375B is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 55 | 91 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.64 |
| HSL | 206.02º | 0.84% | 0.19% | - |
| HSV(B) | 206.02º | 0.91% | 0.36% | - |
| XYZ | 3.35 | 3.54 | 10.4 | - |
| YUV | 45.05 | 153.93 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 91 | 0.91 | 0.40 | 0 | 0.64 | 206.02 | 0.84 | 0.19 |
| Hex | 8 | 37 | 5B | 5B | 28 | 0 | 40 | CE | 54 | 13 |
| Octal | 10 | 67 | 133 | 133 | 50 | 0 | 100 | 316 | 124 | 23 |
| Binary | 1000 | 110111 | 1011011 | 1011011 | 101000 | 0 | 1000000 | 11001110 | 1010100 | 10011 |
Color Harmonies of #08375B
Complementary color
Monochromatic Colors of #08375B
Black with #08375B
Text Example
Text Example
White with #08375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08375B; }
p { color: rgb(8,55,91); }
H1.HeaderClassName
{
color: #08375B;
}
.AnyTagClassName
{
color: #08375B;
}
</style>
background-color css
<style>
a { background-color: #08375B; }
a { background-color: rgb(8,55,91); }
div.DivClassName
{
background-color: #08375B;
}
.BgClassName
{
background-color: #08375B;
}
</style>
border-color css
<style>
span { border-color: #08375B; }
span { border-color: rgb(8,55,91); }
td.TdClassName
{
border-color: #08375B;
}
.TagClassName
{
border-color: #08375B;
}
</style>