Shades of Blue Whale #103A49
Tints of Blue Whale #103A49
RGB
CMYK
RGB Variations
Color information
#103A49 (or 0x103A49) is known color: Blue Whale. HEX triplet: 10, 3A and 49. RGB value is (16,58,73). Sum of RGB (Red+Green+Blue) = 16+58+73=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #103A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103A49 is #EFC5B6. Grayscale: #2F2F2F. Windows color (decimal): -15713719 or 4798992. OLE color: 4798992.
HSL color Cylindrical-coordinate representation of color #103A49: hue angle of 195.79º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #103A49 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 58 | 73 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.71 |
| HSL | 195.79º | 0.64% | 0.17% | - |
| HSV(B) | 195.79º | 0.78% | 0.29% | - |
| XYZ | 2.93 | 3.62 | 6.85 | - |
| YUV | 47.15 | 142.59 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 73 | 0.78 | 0.21 | 0 | 0.71 | 195.79 | 0.64 | 0.17 |
| Hex | 10 | 3A | 49 | 4E | 15 | 0 | 47 | C4 | 40 | 11 |
| Octal | 20 | 72 | 111 | 116 | 25 | 0 | 107 | 304 | 100 | 21 |
| Binary | 10000 | 111010 | 1001001 | 1001110 | 10101 | 0 | 1000111 | 11000100 | 1000000 | 10001 |
Color Harmonies of #103A49
Complementary color
Monochromatic Colors of #103A49
Black with #103A49
Text Example
Text Example
White with #103A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A49; }
p { color: rgb(16,58,73); }
H1.HeaderClassName
{
color: #103A49;
}
.AnyTagClassName
{
color: #103A49;
}
</style>
background-color css
<style>
a { background-color: #103A49; }
a { background-color: rgb(16,58,73); }
div.DivClassName
{
background-color: #103A49;
}
.BgClassName
{
background-color: #103A49;
}
</style>
border-color css
<style>
span { border-color: #103A49; }
span { border-color: rgb(16,58,73); }
td.TdClassName
{
border-color: #103A49;
}
.TagClassName
{
border-color: #103A49;
}
</style>