Shades of Blue Whale #083446
Tints of Blue Whale #083446
RGB
CMYK
RGB Variations
Color information
#083446 (or 0x083446) is known color: Blue Whale. HEX triplet: 08, 34 and 46. RGB value is (8,52,70). Sum of RGB (Red+Green+Blue) = 8+52+70=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 70 (27.73% from 255 or 53.85% from 130); Max value from RGB is 70 - color contains mainly: blue. Hex color #083446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083446 is #F7CBB9. Grayscale: #282828. Windows color (decimal): -16239546 or 4600840. OLE color: 4600840.
HSL color Cylindrical-coordinate representation of color #083446: hue angle of 197.42º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #083446 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 52 | 70 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.73 |
| HSL | 197.42º | 0.79% | 0.15% | - |
| HSV(B) | 197.42º | 0.89% | 0.27% | - |
| XYZ | 2.43 | 2.95 | 6.24 | - |
| YUV | 40.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 70 | 0.89 | 0.26 | 0 | 0.73 | 197.42 | 0.79 | 0.15 |
| Hex | 8 | 34 | 46 | 59 | 1A | 0 | 49 | C5 | 4F | F |
| Octal | 10 | 64 | 106 | 131 | 32 | 0 | 111 | 305 | 117 | 17 |
| Binary | 1000 | 110100 | 1000110 | 1011001 | 11010 | 0 | 1001001 | 11000101 | 1001111 | 1111 |
Color Harmonies of #083446
Complementary color
Monochromatic Colors of #083446
Black with #083446
Text Example
Text Example
White with #083446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083446; }
p { color: rgb(8,52,70); }
H1.HeaderClassName
{
color: #083446;
}
.AnyTagClassName
{
color: #083446;
}
</style>
background-color css
<style>
a { background-color: #083446; }
a { background-color: rgb(8,52,70); }
div.DivClassName
{
background-color: #083446;
}
.BgClassName
{
background-color: #083446;
}
</style>
border-color css
<style>
span { border-color: #083446; }
span { border-color: rgb(8,52,70); }
td.TdClassName
{
border-color: #083446;
}
.TagClassName
{
border-color: #083446;
}
</style>