Shades of Blue Whale #083747
Tints of Blue Whale #083747
RGB
CMYK
RGB Variations
Color information
#083747 (or 0x083747) is known color: Blue Whale. HEX triplet: 08, 37 and 47. RGB value is (8,55,71). Sum of RGB (Red+Green+Blue) = 8+55+71=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #083747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083747 is #F7C8B8. Grayscale: #2A2A2A. Windows color (decimal): -16238777 or 4667144. OLE color: 4667144.
HSL color Cylindrical-coordinate representation of color #083747: hue angle of 195.24º 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 #083747 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 55 | 71 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.72 |
| HSL | 195.24º | 0.8% | 0.15% | - |
| HSV(B) | 195.24º | 0.89% | 0.28% | - |
| XYZ | 2.6 | 3.24 | 6.45 | - |
| YUV | 42.77 | 143.93 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 71 | 0.89 | 0.23 | 0 | 0.72 | 195.24 | 0.8 | 0.15 |
| Hex | 8 | 37 | 47 | 59 | 17 | 0 | 48 | C3 | 50 | F |
| Octal | 10 | 67 | 107 | 131 | 27 | 0 | 110 | 303 | 120 | 17 |
| Binary | 1000 | 110111 | 1000111 | 1011001 | 10111 | 0 | 1001000 | 11000011 | 1010000 | 1111 |
Color Harmonies of #083747
Complementary color
Monochromatic Colors of #083747
Black with #083747
Text Example
Text Example
White with #083747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083747; }
p { color: rgb(8,55,71); }
H1.HeaderClassName
{
color: #083747;
}
.AnyTagClassName
{
color: #083747;
}
</style>
background-color css
<style>
a { background-color: #083747; }
a { background-color: rgb(8,55,71); }
div.DivClassName
{
background-color: #083747;
}
.BgClassName
{
background-color: #083747;
}
</style>
border-color css
<style>
span { border-color: #083747; }
span { border-color: rgb(8,55,71); }
td.TdClassName
{
border-color: #083747;
}
.TagClassName
{
border-color: #083747;
}
</style>