Shades of Blue Whale #082D47
Tints of Blue Whale #082D47
RGB
CMYK
RGB Variations
Color information
#082D47 (or 0x082D47) is known color: Blue Whale. HEX triplet: 08, 2D and 47. RGB value is (8,45,71). Sum of RGB (Red+Green+Blue) = 8+45+71=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #082D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082D47 is #F7D2B8. Grayscale: #242424. Windows color (decimal): -16241337 or 4664584. OLE color: 4664584.
HSL color Cylindrical-coordinate representation of color #082D47: hue angle of 204.76º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082D47 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 45 | 71 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.72 |
| HSL | 204.76º | 0.8% | 0.15% | - |
| HSV(B) | 204.76º | 0.89% | 0.28% | - |
| XYZ | 2.18 | 2.38 | 6.31 | - |
| YUV | 36.9 | 147.24 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 71 | 0.89 | 0.37 | 0 | 0.72 | 204.76 | 0.8 | 0.15 |
| Hex | 8 | 2D | 47 | 59 | 25 | 0 | 48 | CD | 50 | F |
| Octal | 10 | 55 | 107 | 131 | 45 | 0 | 110 | 315 | 120 | 17 |
| Binary | 1000 | 101101 | 1000111 | 1011001 | 100101 | 0 | 1001000 | 11001101 | 1010000 | 1111 |
Color Harmonies of #082D47
Complementary color
Monochromatic Colors of #082D47
Black with #082D47
Text Example
Text Example
White with #082D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D47; }
p { color: rgb(8,45,71); }
H1.HeaderClassName
{
color: #082D47;
}
.AnyTagClassName
{
color: #082D47;
}
</style>
background-color css
<style>
a { background-color: #082D47; }
a { background-color: rgb(8,45,71); }
div.DivClassName
{
background-color: #082D47;
}
.BgClassName
{
background-color: #082D47;
}
</style>
border-color css
<style>
span { border-color: #082D47; }
span { border-color: rgb(8,45,71); }
td.TdClassName
{
border-color: #082D47;
}
.TagClassName
{
border-color: #082D47;
}
</style>