Shades of Blue Whale #103547
Tints of Blue Whale #103547
RGB
CMYK
RGB Variations
Color information
#103547 (or 0x103547) is known color: Blue Whale. HEX triplet: 10, 35 and 47. RGB value is (16,53,71). Sum of RGB (Red+Green+Blue) = 16+53+71=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #103547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103547 is #EFCAB8. Grayscale: #2B2B2B. Windows color (decimal): -15715001 or 4666640. OLE color: 4666640.
HSL color Cylindrical-coordinate representation of color #103547: hue angle of 199.64º 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 #103547 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 53 | 71 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.72 |
| HSL | 199.64º | 0.63% | 0.17% | - |
| HSV(B) | 199.64º | 0.77% | 0.28% | - |
| XYZ | 2.62 | 3.11 | 6.42 | - |
| YUV | 43.99 | 143.24 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 71 | 0.77 | 0.25 | 0 | 0.72 | 199.64 | 0.63 | 0.17 |
| Hex | 10 | 35 | 47 | 4D | 19 | 0 | 48 | C8 | 3F | 11 |
| Octal | 20 | 65 | 107 | 115 | 31 | 0 | 110 | 310 | 77 | 21 |
| Binary | 10000 | 110101 | 1000111 | 1001101 | 11001 | 0 | 1001000 | 11001000 | 111111 | 10001 |
Color Harmonies of #103547
Complementary color
Monochromatic Colors of #103547
Black with #103547
Text Example
Text Example
White with #103547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103547; }
p { color: rgb(16,53,71); }
H1.HeaderClassName
{
color: #103547;
}
.AnyTagClassName
{
color: #103547;
}
</style>
background-color css
<style>
a { background-color: #103547; }
a { background-color: rgb(16,53,71); }
div.DivClassName
{
background-color: #103547;
}
.BgClassName
{
background-color: #103547;
}
</style>
border-color css
<style>
span { border-color: #103547; }
span { border-color: rgb(16,53,71); }
td.TdClassName
{
border-color: #103547;
}
.TagClassName
{
border-color: #103547;
}
</style>