Shades of Prussian Blue #08425D
Tints of Prussian Blue #08425D
RGB
CMYK
RGB Variations
Color information
#08425D (or 0x08425D) is known color: Prussian Blue. HEX triplet: 08, 42 and 5D. RGB value is (8,66,93). Sum of RGB (Red+Green+Blue) = 8+66+93=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #08425D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08425D is #F7BDA2. Grayscale: #333333. Windows color (decimal): -16235939 or 6111752. OLE color: 6111752.
HSL color Cylindrical-coordinate representation of color #08425D: hue angle of 199.06º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08425D is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 66 | 93 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.64 |
| HSL | 199.06º | 0.84% | 0.2% | - |
| HSV(B) | 199.06º | 0.91% | 0.36% | - |
| XYZ | 4.02 | 4.74 | 11.06 | - |
| YUV | 51.74 | 151.28 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 66 | 93 | 0.91 | 0.29 | 0 | 0.64 | 199.06 | 0.84 | 0.2 |
| Hex | 8 | 42 | 5D | 5B | 1D | 0 | 40 | C7 | 54 | 14 |
| Octal | 10 | 102 | 135 | 133 | 35 | 0 | 100 | 307 | 124 | 24 |
| Binary | 1000 | 1000010 | 1011101 | 1011011 | 11101 | 0 | 1000000 | 11000111 | 1010100 | 10100 |
Color Harmonies of #08425D
Complementary color
Monochromatic Colors of #08425D
Black with #08425D
Text Example
Text Example
White with #08425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08425D; }
p { color: rgb(8,66,93); }
H1.HeaderClassName
{
color: #08425D;
}
.AnyTagClassName
{
color: #08425D;
}
</style>
background-color css
<style>
a { background-color: #08425D; }
a { background-color: rgb(8,66,93); }
div.DivClassName
{
background-color: #08425D;
}
.BgClassName
{
background-color: #08425D;
}
</style>
border-color css
<style>
span { border-color: #08425D; }
span { border-color: rgb(8,66,93); }
td.TdClassName
{
border-color: #08425D;
}
.TagClassName
{
border-color: #08425D;
}
</style>