Shades of Prussian Blue #084163
Tints of Prussian Blue #084163
RGB
CMYK
RGB Variations
Color information
#084163 (or 0x084163) is known color: Prussian Blue. HEX triplet: 08, 41 and 63. RGB value is (8,65,99). Sum of RGB (Red+Green+Blue) = 8+65+99=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #084163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084163 is #F7BE9C. Grayscale: #333333. Windows color (decimal): -16236189 or 6504712. OLE color: 6504712.
HSL color Cylindrical-coordinate representation of color #084163: hue angle of 202.42º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084163 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 65 | 99 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.61 |
| HSL | 202.42º | 0.85% | 0.21% | - |
| HSV(B) | 202.42º | 0.92% | 0.39% | - |
| XYZ | 4.24 | 4.73 | 12.49 | - |
| YUV | 51.83 | 154.62 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 99 | 0.92 | 0.34 | 0 | 0.61 | 202.42 | 0.85 | 0.21 |
| Hex | 8 | 41 | 63 | 5C | 22 | 0 | 3D | CA | 55 | 15 |
| Octal | 10 | 101 | 143 | 134 | 42 | 0 | 75 | 312 | 125 | 25 |
| Binary | 1000 | 1000001 | 1100011 | 1011100 | 100010 | 0 | 111101 | 11001010 | 1010101 | 10101 |
Color Harmonies of #084163
Complementary color
Monochromatic Colors of #084163
Black with #084163
Text Example
Text Example
White with #084163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084163; }
p { color: rgb(8,65,99); }
H1.HeaderClassName
{
color: #084163;
}
.AnyTagClassName
{
color: #084163;
}
</style>
background-color css
<style>
a { background-color: #084163; }
a { background-color: rgb(8,65,99); }
div.DivClassName
{
background-color: #084163;
}
.BgClassName
{
background-color: #084163;
}
</style>
border-color css
<style>
span { border-color: #084163; }
span { border-color: rgb(8,65,99); }
td.TdClassName
{
border-color: #084163;
}
.TagClassName
{
border-color: #084163;
}
</style>