Shades of Blue Whale #103548
Tints of Blue Whale #103548
RGB
CMYK
RGB Variations
Color information
#103548 (or 0x103548) is known color: Blue Whale. HEX triplet: 10, 35 and 48. RGB value is (16,53,72). Sum of RGB (Red+Green+Blue) = 16+53+72=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #103548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103548 is #EFCAB7. Grayscale: #2B2B2B. Windows color (decimal): -15715000 or 4732176. OLE color: 4732176.
HSL color Cylindrical-coordinate representation of color #103548: hue angle of 200.36º 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 #103548 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 53 | 72 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.72 |
| HSL | 200.36º | 0.64% | 0.17% | - |
| HSV(B) | 200.36º | 0.78% | 0.28% | - |
| XYZ | 2.66 | 3.12 | 6.59 | - |
| YUV | 44.1 | 143.74 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 72 | 0.78 | 0.26 | 0 | 0.72 | 200.36 | 0.64 | 0.17 |
| Hex | 10 | 35 | 48 | 4E | 1A | 0 | 48 | C8 | 40 | 11 |
| Octal | 20 | 65 | 110 | 116 | 32 | 0 | 110 | 310 | 100 | 21 |
| Binary | 10000 | 110101 | 1001000 | 1001110 | 11010 | 0 | 1001000 | 11001000 | 1000000 | 10001 |
Color Harmonies of #103548
Complementary color
Monochromatic Colors of #103548
Black with #103548
Text Example
Text Example
White with #103548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103548; }
p { color: rgb(16,53,72); }
H1.HeaderClassName
{
color: #103548;
}
.AnyTagClassName
{
color: #103548;
}
</style>
background-color css
<style>
a { background-color: #103548; }
a { background-color: rgb(16,53,72); }
div.DivClassName
{
background-color: #103548;
}
.BgClassName
{
background-color: #103548;
}
</style>
border-color css
<style>
span { border-color: #103548; }
span { border-color: rgb(16,53,72); }
td.TdClassName
{
border-color: #103548;
}
.TagClassName
{
border-color: #103548;
}
</style>