Shades of Blue Whale #082D40
Tints of Blue Whale #082D40
RGB
CMYK
RGB Variations
Color information
#082D40 (or 0x082D40) is known color: Blue Whale. HEX triplet: 08, 2D and 40. RGB value is (8,45,64). Sum of RGB (Red+Green+Blue) = 8+45+64=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #082D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082D40 is #F7D2BF. Grayscale: #232323. Windows color (decimal): -16241344 or 4205832. OLE color: 4205832.
HSL color Cylindrical-coordinate representation of color #082D40: hue angle of 200.36º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082D40 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 45 | 64 | - |
| CMYK | 0.87 | 0.30 | 0 | 0.75 |
| HSL | 200.36º | 0.78% | 0.14% | - |
| HSV(B) | 200.36º | 0.88% | 0.25% | - |
| XYZ | 1.96 | 2.3 | 5.19 | - |
| YUV | 36.1 | 143.74 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 64 | 0.87 | 0.30 | 0 | 0.75 | 200.36 | 0.78 | 0.14 |
| Hex | 8 | 2D | 40 | 57 | 1E | 0 | 4B | C8 | 4E | E |
| Octal | 10 | 55 | 100 | 127 | 36 | 0 | 113 | 310 | 116 | 16 |
| Binary | 1000 | 101101 | 1000000 | 1010111 | 11110 | 0 | 1001011 | 11001000 | 1001110 | 1110 |
Color Harmonies of #082D40
Complementary color
Monochromatic Colors of #082D40
Black with #082D40
Text Example
Text Example
White with #082D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D40; }
p { color: rgb(8,45,64); }
H1.HeaderClassName
{
color: #082D40;
}
.AnyTagClassName
{
color: #082D40;
}
</style>
background-color css
<style>
a { background-color: #082D40; }
a { background-color: rgb(8,45,64); }
div.DivClassName
{
background-color: #082D40;
}
.BgClassName
{
background-color: #082D40;
}
</style>
border-color css
<style>
span { border-color: #082D40; }
span { border-color: rgb(8,45,64); }
td.TdClassName
{
border-color: #082D40;
}
.TagClassName
{
border-color: #082D40;
}
</style>