Shades of Prussian Blue #082B4F
Tints of Prussian Blue #082B4F
RGB
CMYK
RGB Variations
Color information
#082B4F (or 0x082B4F) is known color: Prussian Blue. HEX triplet: 08, 2B and 4F. RGB value is (8,43,79). Sum of RGB (Red+Green+Blue) = 8+43+79=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 43 (17.19% from 255 or 33.08% from 130); Blue value is 79 (31.25% from 255 or 60.77% from 130); Max value from RGB is 79 - color contains mainly: blue. Hex color #082B4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B4F is #F7D4B0. Grayscale: #242424. Windows color (decimal): -16241841 or 5188360. OLE color: 5188360.
HSL color Cylindrical-coordinate representation of color #082B4F: hue angle of 210.42º 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 #082B4F is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 43 | 79 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.69 |
| HSL | 210.42º | 0.82% | 0.17% | - |
| HSV(B) | 210.42º | 0.9% | 0.31% | - |
| XYZ | 2.38 | 2.34 | 7.72 | - |
| YUV | 36.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 79 | 0.90 | 0.46 | 0 | 0.69 | 210.42 | 0.82 | 0.17 |
| Hex | 8 | 2B | 4F | 5A | 2E | 0 | 45 | D2 | 52 | 11 |
| Octal | 10 | 53 | 117 | 132 | 56 | 0 | 105 | 322 | 122 | 21 |
| Binary | 1000 | 101011 | 1001111 | 1011010 | 101110 | 0 | 1000101 | 11010010 | 1010010 | 10001 |
Color Harmonies of #082B4F
Complementary color
Monochromatic Colors of #082B4F
Black with #082B4F
Text Example
Text Example
White with #082B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B4F; }
p { color: rgb(8,43,79); }
H1.HeaderClassName
{
color: #082B4F;
}
.AnyTagClassName
{
color: #082B4F;
}
</style>
background-color css
<style>
a { background-color: #082B4F; }
a { background-color: rgb(8,43,79); }
div.DivClassName
{
background-color: #082B4F;
}
.BgClassName
{
background-color: #082B4F;
}
</style>
border-color css
<style>
span { border-color: #082B4F; }
span { border-color: rgb(8,43,79); }
td.TdClassName
{
border-color: #082B4F;
}
.TagClassName
{
border-color: #082B4F;
}
</style>