Shades of Blue Whale #082E45
Tints of Blue Whale #082E45
RGB
CMYK
RGB Variations
Color information
#082E45 (or 0x082E45) is known color: Blue Whale. HEX triplet: 08, 2E and 45. RGB value is (8,46,69). Sum of RGB (Red+Green+Blue) = 8+46+69=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #082E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082E45 is #F7D1BA. Grayscale: #252525. Windows color (decimal): -16241083 or 4533768. OLE color: 4533768.
HSL color Cylindrical-coordinate representation of color #082E45: hue angle of 202.62º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082E45 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 46 | 69 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.73 |
| HSL | 202.62º | 0.79% | 0.15% | - |
| HSV(B) | 202.62º | 0.88% | 0.27% | - |
| XYZ | 2.15 | 2.44 | 5.99 | - |
| YUV | 37.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 69 | 0.88 | 0.33 | 0 | 0.73 | 202.62 | 0.79 | 0.15 |
| Hex | 8 | 2E | 45 | 58 | 21 | 0 | 49 | CB | 4F | F |
| Octal | 10 | 56 | 105 | 130 | 41 | 0 | 111 | 313 | 117 | 17 |
| Binary | 1000 | 101110 | 1000101 | 1011000 | 100001 | 0 | 1001001 | 11001011 | 1001111 | 1111 |
Color Harmonies of #082E45
Complementary color
Monochromatic Colors of #082E45
Black with #082E45
Text Example
Text Example
White with #082E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082E45; }
p { color: rgb(8,46,69); }
H1.HeaderClassName
{
color: #082E45;
}
.AnyTagClassName
{
color: #082E45;
}
</style>
background-color css
<style>
a { background-color: #082E45; }
a { background-color: rgb(8,46,69); }
div.DivClassName
{
background-color: #082E45;
}
.BgClassName
{
background-color: #082E45;
}
</style>
border-color css
<style>
span { border-color: #082E45; }
span { border-color: rgb(8,46,69); }
td.TdClassName
{
border-color: #082E45;
}
.TagClassName
{
border-color: #082E45;
}
</style>