Shades of Blue Whale #103543
Tints of Blue Whale #103543
RGB
CMYK
RGB Variations
Color information
#103543 (or 0x103543) is known color: Blue Whale. HEX triplet: 10, 35 and 43. RGB value is (16,53,67). Sum of RGB (Red+Green+Blue) = 16+53+67=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 67 - color contains mainly: blue. Hex color #103543 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103543 is #EFCABC. Grayscale: #2B2B2B. Windows color (decimal): -15715005 or 4404496. OLE color: 4404496.
HSL color Cylindrical-coordinate representation of color #103543: hue angle of 196.47º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #103543 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 53 | 67 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.74 |
| HSL | 196.47º | 0.61% | 0.16% | - |
| HSV(B) | 196.47º | 0.76% | 0.26% | - |
| XYZ | 2.5 | 3.06 | 5.77 | - |
| YUV | 43.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 53 | 67 | 0.76 | 0.21 | 0 | 0.74 | 196.47 | 0.61 | 0.16 |
| Hex | 10 | 35 | 43 | 4C | 15 | 0 | 4A | C4 | 3D | 10 |
| Octal | 20 | 65 | 103 | 114 | 25 | 0 | 112 | 304 | 75 | 20 |
| Binary | 10000 | 110101 | 1000011 | 1001100 | 10101 | 0 | 1001010 | 11000100 | 111101 | 10000 |
Color Harmonies of #103543
Complementary color
Monochromatic Colors of #103543
Black with #103543
Text Example
Text Example
White with #103543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103543; }
p { color: rgb(16,53,67); }
H1.HeaderClassName
{
color: #103543;
}
.AnyTagClassName
{
color: #103543;
}
</style>
background-color css
<style>
a { background-color: #103543; }
a { background-color: rgb(16,53,67); }
div.DivClassName
{
background-color: #103543;
}
.BgClassName
{
background-color: #103543;
}
</style>
border-color css
<style>
span { border-color: #103543; }
span { border-color: rgb(16,53,67); }
td.TdClassName
{
border-color: #103543;
}
.TagClassName
{
border-color: #103543;
}
</style>