Shades of Blue Whale #103147
Tints of Blue Whale #103147
RGB
CMYK
RGB Variations
Color information
#103147 (or 0x103147) is known color: Blue Whale. HEX triplet: 10, 31 and 47. RGB value is (16,49,71). Sum of RGB (Red+Green+Blue) = 16+49+71=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #103147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103147 is #EFCEB8. Grayscale: #292929. Windows color (decimal): -15716025 or 4665616. OLE color: 4665616.
HSL color Cylindrical-coordinate representation of color #103147: hue angle of 204º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #103147 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 49 | 71 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.72 |
| HSL | 204º | 0.63% | 0.17% | - |
| HSV(B) | 204º | 0.77% | 0.28% | - |
| XYZ | 2.45 | 2.76 | 6.37 | - |
| YUV | 41.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 71 | 0.77 | 0.31 | 0 | 0.72 | 204 | 0.63 | 0.17 |
| Hex | 10 | 31 | 47 | 4D | 1F | 0 | 48 | CC | 3F | 11 |
| Octal | 20 | 61 | 107 | 115 | 37 | 0 | 110 | 314 | 77 | 21 |
| Binary | 10000 | 110001 | 1000111 | 1001101 | 11111 | 0 | 1001000 | 11001100 | 111111 | 10001 |
Color Harmonies of #103147
Complementary color
Monochromatic Colors of #103147
Black with #103147
Text Example
Text Example
White with #103147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103147; }
p { color: rgb(16,49,71); }
H1.HeaderClassName
{
color: #103147;
}
.AnyTagClassName
{
color: #103147;
}
</style>
background-color css
<style>
a { background-color: #103147; }
a { background-color: rgb(16,49,71); }
div.DivClassName
{
background-color: #103147;
}
.BgClassName
{
background-color: #103147;
}
</style>
border-color css
<style>
span { border-color: #103147; }
span { border-color: rgb(16,49,71); }
td.TdClassName
{
border-color: #103147;
}
.TagClassName
{
border-color: #103147;
}
</style>