Shades of Blue Whale #082D49
Tints of Blue Whale #082D49
RGB
CMYK
RGB Variations
Color information
#082D49 (or 0x082D49) is known color: Blue Whale. HEX triplet: 08, 2D and 49. RGB value is (8,45,73). Sum of RGB (Red+Green+Blue) = 8+45+73=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #082D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082D49 is #F7D2B6. Grayscale: #242424. Windows color (decimal): -16241335 or 4795656. OLE color: 4795656.
HSL color Cylindrical-coordinate representation of color #082D49: hue angle of 205.85º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082D49 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 45 | 73 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.71 |
| HSL | 205.85º | 0.8% | 0.16% | - |
| HSV(B) | 205.85º | 0.89% | 0.29% | - |
| XYZ | 2.24 | 2.41 | 6.65 | - |
| YUV | 37.13 | 148.24 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 73 | 0.89 | 0.38 | 0 | 0.71 | 205.85 | 0.8 | 0.16 |
| Hex | 8 | 2D | 49 | 59 | 26 | 0 | 47 | CE | 50 | 10 |
| Octal | 10 | 55 | 111 | 131 | 46 | 0 | 107 | 316 | 120 | 20 |
| Binary | 1000 | 101101 | 1001001 | 1011001 | 100110 | 0 | 1000111 | 11001110 | 1010000 | 10000 |
Color Harmonies of #082D49
Complementary color
Monochromatic Colors of #082D49
Black with #082D49
Text Example
Text Example
White with #082D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D49; }
p { color: rgb(8,45,73); }
H1.HeaderClassName
{
color: #082D49;
}
.AnyTagClassName
{
color: #082D49;
}
</style>
background-color css
<style>
a { background-color: #082D49; }
a { background-color: rgb(8,45,73); }
div.DivClassName
{
background-color: #082D49;
}
.BgClassName
{
background-color: #082D49;
}
</style>
border-color css
<style>
span { border-color: #082D49; }
span { border-color: rgb(8,45,73); }
td.TdClassName
{
border-color: #082D49;
}
.TagClassName
{
border-color: #082D49;
}
</style>