Shades of Blue Whale #103846
Tints of Blue Whale #103846
RGB
CMYK
RGB Variations
Color information
#103846 (or 0x103846) is known color: Blue Whale. HEX triplet: 10, 38 and 46. RGB value is (16,56,70). Sum of RGB (Red+Green+Blue) = 16+56+70=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #103846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103846 is #EFC7B9. Grayscale: #2D2D2D. Windows color (decimal): -15714234 or 4601872. OLE color: 4601872.
HSL color Cylindrical-coordinate representation of color #103846: hue angle of 195.56º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #103846 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 56 | 70 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.73 |
| HSL | 195.56º | 0.63% | 0.17% | - |
| HSV(B) | 195.56º | 0.77% | 0.27% | - |
| XYZ | 2.73 | 3.38 | 6.3 | - |
| YUV | 45.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 56 | 70 | 0.77 | 0.20 | 0 | 0.73 | 195.56 | 0.63 | 0.17 |
| Hex | 10 | 38 | 46 | 4D | 14 | 0 | 49 | C4 | 3F | 11 |
| Octal | 20 | 70 | 106 | 115 | 24 | 0 | 111 | 304 | 77 | 21 |
| Binary | 10000 | 111000 | 1000110 | 1001101 | 10100 | 0 | 1001001 | 11000100 | 111111 | 10001 |
Color Harmonies of #103846
Complementary color
Monochromatic Colors of #103846
Black with #103846
Text Example
Text Example
White with #103846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103846; }
p { color: rgb(16,56,70); }
H1.HeaderClassName
{
color: #103846;
}
.AnyTagClassName
{
color: #103846;
}
</style>
background-color css
<style>
a { background-color: #103846; }
a { background-color: rgb(16,56,70); }
div.DivClassName
{
background-color: #103846;
}
.BgClassName
{
background-color: #103846;
}
</style>
border-color css
<style>
span { border-color: #103846; }
span { border-color: rgb(16,56,70); }
td.TdClassName
{
border-color: #103846;
}
.TagClassName
{
border-color: #103846;
}
</style>