Shades of Blue Whale #103143
Tints of Blue Whale #103143
RGB
CMYK
RGB Variations
Color information
#103143 (or 0x103143) is known color: Blue Whale. HEX triplet: 10, 31 and 43. RGB value is (16,49,67). Sum of RGB (Red+Green+Blue) = 16+49+67=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #103143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103143 is #EFCEBC. Grayscale: #292929. Windows color (decimal): -15716029 or 4403472. OLE color: 4403472.
HSL color Cylindrical-coordinate representation of color #103143: hue angle of 201.18º 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 #103143 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 49 | 67 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.74 |
| HSL | 201.18º | 0.61% | 0.16% | - |
| HSV(B) | 201.18º | 0.76% | 0.26% | - |
| XYZ | 2.33 | 2.71 | 5.71 | - |
| YUV | 41.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 67 | 0.76 | 0.27 | 0 | 0.74 | 201.18 | 0.61 | 0.16 |
| Hex | 10 | 31 | 43 | 4C | 1B | 0 | 4A | C9 | 3D | 10 |
| Octal | 20 | 61 | 103 | 114 | 33 | 0 | 112 | 311 | 75 | 20 |
| Binary | 10000 | 110001 | 1000011 | 1001100 | 11011 | 0 | 1001010 | 11001001 | 111101 | 10000 |
Color Harmonies of #103143
Complementary color
Monochromatic Colors of #103143
Black with #103143
Text Example
Text Example
White with #103143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103143; }
p { color: rgb(16,49,67); }
H1.HeaderClassName
{
color: #103143;
}
.AnyTagClassName
{
color: #103143;
}
</style>
background-color css
<style>
a { background-color: #103143; }
a { background-color: rgb(16,49,67); }
div.DivClassName
{
background-color: #103143;
}
.BgClassName
{
background-color: #103143;
}
</style>
border-color css
<style>
span { border-color: #103143; }
span { border-color: rgb(16,49,67); }
td.TdClassName
{
border-color: #103143;
}
.TagClassName
{
border-color: #103143;
}
</style>