Shades of Blue Whale #103849
Tints of Blue Whale #103849
RGB
CMYK
RGB Variations
Color information
#103849 (or 0x103849) is known color: Blue Whale. HEX triplet: 10, 38 and 49. RGB value is (16,56,73). Sum of RGB (Red+Green+Blue) = 16+56+73=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #103849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103849 is #EFC7B6. Grayscale: #2D2D2D. Windows color (decimal): -15714231 or 4798480. OLE color: 4798480.
HSL color Cylindrical-coordinate representation of color #103849: hue angle of 197.89º 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 #103849 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 56 | 73 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.71 |
| HSL | 197.89º | 0.64% | 0.17% | - |
| HSV(B) | 197.89º | 0.78% | 0.29% | - |
| XYZ | 2.83 | 3.42 | 6.81 | - |
| YUV | 45.98 | 143.25 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 56 | 73 | 0.78 | 0.23 | 0 | 0.71 | 197.89 | 0.64 | 0.17 |
| Hex | 10 | 38 | 49 | 4E | 17 | 0 | 47 | C6 | 40 | 11 |
| Octal | 20 | 70 | 111 | 116 | 27 | 0 | 107 | 306 | 100 | 21 |
| Binary | 10000 | 111000 | 1001001 | 1001110 | 10111 | 0 | 1000111 | 11000110 | 1000000 | 10001 |
Color Harmonies of #103849
Complementary color
Monochromatic Colors of #103849
Black with #103849
Text Example
Text Example
White with #103849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103849; }
p { color: rgb(16,56,73); }
H1.HeaderClassName
{
color: #103849;
}
.AnyTagClassName
{
color: #103849;
}
</style>
background-color css
<style>
a { background-color: #103849; }
a { background-color: rgb(16,56,73); }
div.DivClassName
{
background-color: #103849;
}
.BgClassName
{
background-color: #103849;
}
</style>
border-color css
<style>
span { border-color: #103849; }
span { border-color: rgb(16,56,73); }
td.TdClassName
{
border-color: #103849;
}
.TagClassName
{
border-color: #103849;
}
</style>