Shades of Blue Whale #083547
Tints of Blue Whale #083547
RGB
CMYK
RGB Variations
Color information
#083547 (or 0x083547) is known color: Blue Whale. HEX triplet: 08, 35 and 47. RGB value is (8,53,71). Sum of RGB (Red+Green+Blue) = 8+53+71=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 71 (28.12% from 255 or 53.79% from 132); Max value from RGB is 71 - color contains mainly: blue. Hex color #083547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083547 is #F7CAB8. Grayscale: #292929. Windows color (decimal): -16239289 or 4666632. OLE color: 4666632.
HSL color Cylindrical-coordinate representation of color #083547: hue angle of 197.14º 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 #083547 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 53 | 71 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.72 |
| HSL | 197.14º | 0.8% | 0.15% | - |
| HSV(B) | 197.14º | 0.89% | 0.28% | - |
| XYZ | 2.51 | 3.05 | 6.42 | - |
| YUV | 41.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 71 | 0.89 | 0.25 | 0 | 0.72 | 197.14 | 0.8 | 0.15 |
| Hex | 8 | 35 | 47 | 59 | 19 | 0 | 48 | C5 | 50 | F |
| Octal | 10 | 65 | 107 | 131 | 31 | 0 | 110 | 305 | 120 | 17 |
| Binary | 1000 | 110101 | 1000111 | 1011001 | 11001 | 0 | 1001000 | 11000101 | 1010000 | 1111 |
Color Harmonies of #083547
Complementary color
Monochromatic Colors of #083547
Black with #083547
Text Example
Text Example
White with #083547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083547; }
p { color: rgb(8,53,71); }
H1.HeaderClassName
{
color: #083547;
}
.AnyTagClassName
{
color: #083547;
}
</style>
background-color css
<style>
a { background-color: #083547; }
a { background-color: rgb(8,53,71); }
div.DivClassName
{
background-color: #083547;
}
.BgClassName
{
background-color: #083547;
}
</style>
border-color css
<style>
span { border-color: #083547; }
span { border-color: rgb(8,53,71); }
td.TdClassName
{
border-color: #083547;
}
.TagClassName
{
border-color: #083547;
}
</style>