Shades of Blue Whale #103A48
Tints of Blue Whale #103A48
RGB
CMYK
RGB Variations
Color information
#103A48 (or 0x103A48) is known color: Blue Whale. HEX triplet: 10, 3A and 48. RGB value is (16,58,72). Sum of RGB (Red+Green+Blue) = 16+58+72=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #103A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103A48 is #EFC5B7. Grayscale: #2E2E2E. Windows color (decimal): -15713720 or 4733456. OLE color: 4733456.
HSL color Cylindrical-coordinate representation of color #103A48: hue angle of 195º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #103A48 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 58 | 72 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.72 |
| HSL | 195º | 0.64% | 0.17% | - |
| HSV(B) | 195º | 0.78% | 0.28% | - |
| XYZ | 2.9 | 3.6 | 6.67 | - |
| YUV | 47.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 72 | 0.78 | 0.19 | 0 | 0.72 | 195 | 0.64 | 0.17 |
| Hex | 10 | 3A | 48 | 4E | 13 | 0 | 48 | C3 | 40 | 11 |
| Octal | 20 | 72 | 110 | 116 | 23 | 0 | 110 | 303 | 100 | 21 |
| Binary | 10000 | 111010 | 1001000 | 1001110 | 10011 | 0 | 1001000 | 11000011 | 1000000 | 10001 |
Color Harmonies of #103A48
Complementary color
Monochromatic Colors of #103A48
Black with #103A48
Text Example
Text Example
White with #103A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A48; }
p { color: rgb(16,58,72); }
H1.HeaderClassName
{
color: #103A48;
}
.AnyTagClassName
{
color: #103A48;
}
</style>
background-color css
<style>
a { background-color: #103A48; }
a { background-color: rgb(16,58,72); }
div.DivClassName
{
background-color: #103A48;
}
.BgClassName
{
background-color: #103A48;
}
</style>
border-color css
<style>
span { border-color: #103A48; }
span { border-color: rgb(16,58,72); }
td.TdClassName
{
border-color: #103A48;
}
.TagClassName
{
border-color: #103A48;
}
</style>