Shades of Blue Whale #083850
Tints of Blue Whale #083850
RGB
CMYK
RGB Variations
Color information
#083850 (or 0x083850) is known color: Blue Whale. HEX triplet: 08, 38 and 50. RGB value is (8,56,80). Sum of RGB (Red+Green+Blue) = 8+56+80=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #083850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083850 is #F7C7AF. Grayscale: #2C2C2C. Windows color (decimal): -16238512 or 5257224. OLE color: 5257224.
HSL color Cylindrical-coordinate representation of color #083850: hue angle of 200º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083850 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 56 | 80 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.69 |
| HSL | 200º | 0.82% | 0.17% | - |
| HSV(B) | 200º | 0.9% | 0.31% | - |
| XYZ | 2.96 | 3.46 | 8.1 | - |
| YUV | 44.38 | 148.1 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 56 | 80 | 0.90 | 0.30 | 0 | 0.69 | 200 | 0.82 | 0.17 |
| Hex | 8 | 38 | 50 | 5A | 1E | 0 | 45 | C8 | 52 | 11 |
| Octal | 10 | 70 | 120 | 132 | 36 | 0 | 105 | 310 | 122 | 21 |
| Binary | 1000 | 111000 | 1010000 | 1011010 | 11110 | 0 | 1000101 | 11001000 | 1010010 | 10001 |
Color Harmonies of #083850
Complementary color
Monochromatic Colors of #083850
Black with #083850
Text Example
Text Example
White with #083850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083850; }
p { color: rgb(8,56,80); }
H1.HeaderClassName
{
color: #083850;
}
.AnyTagClassName
{
color: #083850;
}
</style>
background-color css
<style>
a { background-color: #083850; }
a { background-color: rgb(8,56,80); }
div.DivClassName
{
background-color: #083850;
}
.BgClassName
{
background-color: #083850;
}
</style>
border-color css
<style>
span { border-color: #083850; }
span { border-color: rgb(8,56,80); }
td.TdClassName
{
border-color: #083850;
}
.TagClassName
{
border-color: #083850;
}
</style>