Shades of Blue Whale #103247
Tints of Blue Whale #103247
RGB
CMYK
RGB Variations
Color information
#103247 (or 0x103247) is known color: Blue Whale. HEX triplet: 10, 32 and 47. RGB value is (16,50,71). Sum of RGB (Red+Green+Blue) = 16+50+71=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #103247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103247 is #EFCDB8. Grayscale: #2A2A2A. Windows color (decimal): -15715769 or 4665872. OLE color: 4665872.
HSL color Cylindrical-coordinate representation of color #103247: hue angle of 202.91º 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 #103247 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 50 | 71 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.72 |
| HSL | 202.91º | 0.63% | 0.17% | - |
| HSV(B) | 202.91º | 0.77% | 0.28% | - |
| XYZ | 2.49 | 2.85 | 6.38 | - |
| YUV | 42.23 | 144.24 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 71 | 0.77 | 0.30 | 0 | 0.72 | 202.91 | 0.63 | 0.17 |
| Hex | 10 | 32 | 47 | 4D | 1E | 0 | 48 | CB | 3F | 11 |
| Octal | 20 | 62 | 107 | 115 | 36 | 0 | 110 | 313 | 77 | 21 |
| Binary | 10000 | 110010 | 1000111 | 1001101 | 11110 | 0 | 1001000 | 11001011 | 111111 | 10001 |
Color Harmonies of #103247
Complementary color
Monochromatic Colors of #103247
Black with #103247
Text Example
Text Example
White with #103247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103247; }
p { color: rgb(16,50,71); }
H1.HeaderClassName
{
color: #103247;
}
.AnyTagClassName
{
color: #103247;
}
</style>
background-color css
<style>
a { background-color: #103247; }
a { background-color: rgb(16,50,71); }
div.DivClassName
{
background-color: #103247;
}
.BgClassName
{
background-color: #103247;
}
</style>
border-color css
<style>
span { border-color: #103247; }
span { border-color: rgb(16,50,71); }
td.TdClassName
{
border-color: #103247;
}
.TagClassName
{
border-color: #103247;
}
</style>