Shades of Blue Whale #082F43
Tints of Blue Whale #082F43
RGB
CMYK
RGB Variations
Color information
#082F43 (or 0x082F43) is known color: Blue Whale. HEX triplet: 08, 2F and 43. RGB value is (8,47,67). Sum of RGB (Red+Green+Blue) = 8+47+67=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 67 (26.56% from 255 or 54.92% from 122); Max value from RGB is 67 - color contains mainly: blue. Hex color #082F43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F43 is #F7D0BC. Grayscale: #252525. Windows color (decimal): -16240829 or 4402952. OLE color: 4402952.
HSL color Cylindrical-coordinate representation of color #082F43: hue angle of 200.34º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082F43 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 47 | 67 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.74 |
| HSL | 200.34º | 0.79% | 0.15% | - |
| HSV(B) | 200.34º | 0.88% | 0.26% | - |
| XYZ | 2.13 | 2.49 | 5.68 | - |
| YUV | 37.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 67 | 0.88 | 0.30 | 0 | 0.74 | 200.34 | 0.79 | 0.15 |
| Hex | 8 | 2F | 43 | 58 | 1E | 0 | 4A | C8 | 4F | F |
| Octal | 10 | 57 | 103 | 130 | 36 | 0 | 112 | 310 | 117 | 17 |
| Binary | 1000 | 101111 | 1000011 | 1011000 | 11110 | 0 | 1001010 | 11001000 | 1001111 | 1111 |
Color Harmonies of #082F43
Complementary color
Monochromatic Colors of #082F43
Black with #082F43
Text Example
Text Example
White with #082F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F43; }
p { color: rgb(8,47,67); }
H1.HeaderClassName
{
color: #082F43;
}
.AnyTagClassName
{
color: #082F43;
}
</style>
background-color css
<style>
a { background-color: #082F43; }
a { background-color: rgb(8,47,67); }
div.DivClassName
{
background-color: #082F43;
}
.BgClassName
{
background-color: #082F43;
}
</style>
border-color css
<style>
span { border-color: #082F43; }
span { border-color: rgb(8,47,67); }
td.TdClassName
{
border-color: #082F43;
}
.TagClassName
{
border-color: #082F43;
}
</style>