Shades of Blue Whale #082C4D
Tints of Blue Whale #082C4D
RGB
CMYK
RGB Variations
Color information
#082C4D (or 0x082C4D) is known color: Blue Whale. HEX triplet: 08, 2C and 4D. RGB value is (8,44,77). Sum of RGB (Red+Green+Blue) = 8+44+77=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #082C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C4D is #F7D3B2. Grayscale: #242424. Windows color (decimal): -16241587 or 5057544. OLE color: 5057544.
HSL color Cylindrical-coordinate representation of color #082C4D: hue angle of 208.7º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082C4D is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 44 | 77 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.70 |
| HSL | 208.7º | 0.81% | 0.17% | - |
| HSV(B) | 208.7º | 0.9% | 0.3% | - |
| XYZ | 2.34 | 2.39 | 7.36 | - |
| YUV | 37 | 150.57 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 77 | 0.90 | 0.43 | 0 | 0.70 | 208.7 | 0.81 | 0.17 |
| Hex | 8 | 2C | 4D | 5A | 2B | 0 | 46 | D1 | 51 | 11 |
| Octal | 10 | 54 | 115 | 132 | 53 | 0 | 106 | 321 | 121 | 21 |
| Binary | 1000 | 101100 | 1001101 | 1011010 | 101011 | 0 | 1000110 | 11010001 | 1010001 | 10001 |
Color Harmonies of #082C4D
Complementary color
Monochromatic Colors of #082C4D
Black with #082C4D
Text Example
Text Example
White with #082C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C4D; }
p { color: rgb(8,44,77); }
H1.HeaderClassName
{
color: #082C4D;
}
.AnyTagClassName
{
color: #082C4D;
}
</style>
background-color css
<style>
a { background-color: #082C4D; }
a { background-color: rgb(8,44,77); }
div.DivClassName
{
background-color: #082C4D;
}
.BgClassName
{
background-color: #082C4D;
}
</style>
border-color css
<style>
span { border-color: #082C4D; }
span { border-color: rgb(8,44,77); }
td.TdClassName
{
border-color: #082C4D;
}
.TagClassName
{
border-color: #082C4D;
}
</style>