Shades of Blue Whale #082F40
Tints of Blue Whale #082F40
RGB
CMYK
RGB Variations
Color information
#082F40 (or 0x082F40) is known color: Blue Whale. HEX triplet: 08, 2F and 40. RGB value is (8,47,64). Sum of RGB (Red+Green+Blue) = 8+47+64=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #082F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F40 is #F7D0BF. Grayscale: #252525. Windows color (decimal): -16240832 or 4206344. OLE color: 4206344.
HSL color Cylindrical-coordinate representation of color #082F40: hue angle of 198.21º 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 #082F40 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 47 | 64 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.75 |
| HSL | 198.21º | 0.78% | 0.14% | - |
| HSV(B) | 198.21º | 0.88% | 0.25% | - |
| XYZ | 2.04 | 2.45 | 5.22 | - |
| YUV | 37.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 64 | 0.87 | 0.27 | 0 | 0.75 | 198.21 | 0.78 | 0.14 |
| Hex | 8 | 2F | 40 | 57 | 1B | 0 | 4B | C6 | 4E | E |
| Octal | 10 | 57 | 100 | 127 | 33 | 0 | 113 | 306 | 116 | 16 |
| Binary | 1000 | 101111 | 1000000 | 1010111 | 11011 | 0 | 1001011 | 11000110 | 1001110 | 1110 |
Color Harmonies of #082F40
Complementary color
Monochromatic Colors of #082F40
Black with #082F40
Text Example
Text Example
White with #082F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F40; }
p { color: rgb(8,47,64); }
H1.HeaderClassName
{
color: #082F40;
}
.AnyTagClassName
{
color: #082F40;
}
</style>
background-color css
<style>
a { background-color: #082F40; }
a { background-color: rgb(8,47,64); }
div.DivClassName
{
background-color: #082F40;
}
.BgClassName
{
background-color: #082F40;
}
</style>
border-color css
<style>
span { border-color: #082F40; }
span { border-color: rgb(8,47,64); }
td.TdClassName
{
border-color: #082F40;
}
.TagClassName
{
border-color: #082F40;
}
</style>