Shades of Blue Whale #103443
Tints of Blue Whale #103443
RGB
CMYK
RGB Variations
Color information
#103443 (or 0x103443) is known color: Blue Whale. HEX triplet: 10, 34 and 43. RGB value is (16,52,67). Sum of RGB (Red+Green+Blue) = 16+52+67=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 67 (26.56% from 255 or 49.63% from 135); Max value from RGB is 67 - color contains mainly: blue. Hex color #103443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103443 is #EFCBBC. Grayscale: #2A2A2A. Windows color (decimal): -15715261 or 4404240. OLE color: 4404240.
HSL color Cylindrical-coordinate representation of color #103443: hue angle of 197.65º 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 #103443 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 52 | 67 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.74 |
| HSL | 197.65º | 0.61% | 0.16% | - |
| HSV(B) | 197.65º | 0.76% | 0.26% | - |
| XYZ | 2.45 | 2.97 | 5.75 | - |
| YUV | 42.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 67 | 0.76 | 0.22 | 0 | 0.74 | 197.65 | 0.61 | 0.16 |
| Hex | 10 | 34 | 43 | 4C | 16 | 0 | 4A | C6 | 3D | 10 |
| Octal | 20 | 64 | 103 | 114 | 26 | 0 | 112 | 306 | 75 | 20 |
| Binary | 10000 | 110100 | 1000011 | 1001100 | 10110 | 0 | 1001010 | 11000110 | 111101 | 10000 |
Color Harmonies of #103443
Complementary color
Monochromatic Colors of #103443
Black with #103443
Text Example
Text Example
White with #103443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103443; }
p { color: rgb(16,52,67); }
H1.HeaderClassName
{
color: #103443;
}
.AnyTagClassName
{
color: #103443;
}
</style>
background-color css
<style>
a { background-color: #103443; }
a { background-color: rgb(16,52,67); }
div.DivClassName
{
background-color: #103443;
}
.BgClassName
{
background-color: #103443;
}
</style>
border-color css
<style>
span { border-color: #103443; }
span { border-color: rgb(16,52,67); }
td.TdClassName
{
border-color: #103443;
}
.TagClassName
{
border-color: #103443;
}
</style>