Shades of Blue Whale #082C47
Tints of Blue Whale #082C47
RGB
CMYK
RGB Variations
Color information
#082C47 (or 0x082C47) is known color: Blue Whale. HEX triplet: 08, 2C and 47. RGB value is (8,44,71). Sum of RGB (Red+Green+Blue) = 8+44+71=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #082C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C47 is #F7D3B8. Grayscale: #242424. Windows color (decimal): -16241593 or 4664328. OLE color: 4664328.
HSL color Cylindrical-coordinate representation of color #082C47: hue angle of 205.71º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082C47 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 44 | 71 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.72 |
| HSL | 205.71º | 0.8% | 0.15% | - |
| HSV(B) | 205.71º | 0.89% | 0.28% | - |
| XYZ | 2.14 | 2.31 | 6.29 | - |
| YUV | 36.31 | 147.57 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 71 | 0.89 | 0.38 | 0 | 0.72 | 205.71 | 0.8 | 0.15 |
| Hex | 8 | 2C | 47 | 59 | 26 | 0 | 48 | CE | 50 | F |
| Octal | 10 | 54 | 107 | 131 | 46 | 0 | 110 | 316 | 120 | 17 |
| Binary | 1000 | 101100 | 1000111 | 1011001 | 100110 | 0 | 1001000 | 11001110 | 1010000 | 1111 |
Color Harmonies of #082C47
Complementary color
Monochromatic Colors of #082C47
Black with #082C47
Text Example
Text Example
White with #082C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C47; }
p { color: rgb(8,44,71); }
H1.HeaderClassName
{
color: #082C47;
}
.AnyTagClassName
{
color: #082C47;
}
</style>
background-color css
<style>
a { background-color: #082C47; }
a { background-color: rgb(8,44,71); }
div.DivClassName
{
background-color: #082C47;
}
.BgClassName
{
background-color: #082C47;
}
</style>
border-color css
<style>
span { border-color: #082C47; }
span { border-color: rgb(8,44,71); }
td.TdClassName
{
border-color: #082C47;
}
.TagClassName
{
border-color: #082C47;
}
</style>