Shades of Prussian Blue #082A4F
Tints of Prussian Blue #082A4F
RGB
CMYK
RGB Variations
Color information
#082A4F (or 0x082A4F) is known color: Prussian Blue. HEX triplet: 08, 2A and 4F. RGB value is (8,42,79). Sum of RGB (Red+Green+Blue) = 8+42+79=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 79 (31.25% from 255 or 61.24% from 129); Max value from RGB is 79 - color contains mainly: blue. Hex color #082A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A4F is #F7D5B0. Grayscale: #232323. Windows color (decimal): -16242097 or 5188104. OLE color: 5188104.
HSL color Cylindrical-coordinate representation of color #082A4F: hue angle of 211.27º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082A4F is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 42 | 79 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.69 |
| HSL | 211.27º | 0.82% | 0.17% | - |
| HSV(B) | 211.27º | 0.9% | 0.31% | - |
| XYZ | 2.34 | 2.27 | 7.71 | - |
| YUV | 36.05 | 152.24 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 79 | 0.90 | 0.47 | 0 | 0.69 | 211.27 | 0.82 | 0.17 |
| Hex | 8 | 2A | 4F | 5A | 2F | 0 | 45 | D3 | 52 | 11 |
| Octal | 10 | 52 | 117 | 132 | 57 | 0 | 105 | 323 | 122 | 21 |
| Binary | 1000 | 101010 | 1001111 | 1011010 | 101111 | 0 | 1000101 | 11010011 | 1010010 | 10001 |
Color Harmonies of #082A4F
Complementary color
Monochromatic Colors of #082A4F
Black with #082A4F
Text Example
Text Example
White with #082A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082A4F; }
p { color: rgb(8,42,79); }
H1.HeaderClassName
{
color: #082A4F;
}
.AnyTagClassName
{
color: #082A4F;
}
</style>
background-color css
<style>
a { background-color: #082A4F; }
a { background-color: rgb(8,42,79); }
div.DivClassName
{
background-color: #082A4F;
}
.BgClassName
{
background-color: #082A4F;
}
</style>
border-color css
<style>
span { border-color: #082A4F; }
span { border-color: rgb(8,42,79); }
td.TdClassName
{
border-color: #082A4F;
}
.TagClassName
{
border-color: #082A4F;
}
</style>