Shades of Blue Whale #083047
Tints of Blue Whale #083047
RGB
CMYK
RGB Variations
Color information
#083047 (or 0x083047) is known color: Blue Whale. HEX triplet: 08, 30 and 47. RGB value is (8,48,71). Sum of RGB (Red+Green+Blue) = 8+48+71=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 71 (28.12% from 255 or 55.91% from 127); Max value from RGB is 71 - color contains mainly: blue. Hex color #083047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083047 is #F7CFB8. Grayscale: #262626. Windows color (decimal): -16240569 or 4665352. OLE color: 4665352.
HSL color Cylindrical-coordinate representation of color #083047: hue angle of 201.9º 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 #083047 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 48 | 71 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.72 |
| HSL | 201.9º | 0.8% | 0.15% | - |
| HSV(B) | 201.9º | 0.89% | 0.28% | - |
| XYZ | 2.29 | 2.62 | 6.35 | - |
| YUV | 38.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 71 | 0.89 | 0.32 | 0 | 0.72 | 201.9 | 0.8 | 0.15 |
| Hex | 8 | 30 | 47 | 59 | 20 | 0 | 48 | CA | 50 | F |
| Octal | 10 | 60 | 107 | 131 | 40 | 0 | 110 | 312 | 120 | 17 |
| Binary | 1000 | 110000 | 1000111 | 1011001 | 100000 | 0 | 1001000 | 11001010 | 1010000 | 1111 |
Color Harmonies of #083047
Complementary color
Monochromatic Colors of #083047
Black with #083047
Text Example
Text Example
White with #083047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083047; }
p { color: rgb(8,48,71); }
H1.HeaderClassName
{
color: #083047;
}
.AnyTagClassName
{
color: #083047;
}
</style>
background-color css
<style>
a { background-color: #083047; }
a { background-color: rgb(8,48,71); }
div.DivClassName
{
background-color: #083047;
}
.BgClassName
{
background-color: #083047;
}
</style>
border-color css
<style>
span { border-color: #083047; }
span { border-color: rgb(8,48,71); }
td.TdClassName
{
border-color: #083047;
}
.TagClassName
{
border-color: #083047;
}
</style>