Shades of Blue Whale #103142
Tints of Blue Whale #103142
RGB
CMYK
RGB Variations
Color information
#103142 (or 0x103142) is known color: Blue Whale. HEX triplet: 10, 31 and 42. RGB value is (16,49,66). Sum of RGB (Red+Green+Blue) = 16+49+66=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 66 (26.17% from 255 or 50.38% from 131); Max value from RGB is 66 - color contains mainly: blue. Hex color #103142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103142 is #EFCEBD. Grayscale: #282828. Windows color (decimal): -15716030 or 4337936. OLE color: 4337936.
HSL color Cylindrical-coordinate representation of color #103142: hue angle of 200.4º 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 #103142 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 49 | 66 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.74 |
| HSL | 200.4º | 0.61% | 0.16% | - |
| HSV(B) | 200.4º | 0.76% | 0.26% | - |
| XYZ | 2.3 | 2.7 | 5.55 | - |
| YUV | 41.07 | 142.07 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 66 | 0.76 | 0.26 | 0 | 0.74 | 200.4 | 0.61 | 0.16 |
| Hex | 10 | 31 | 42 | 4C | 1A | 0 | 4A | C8 | 3D | 10 |
| Octal | 20 | 61 | 102 | 114 | 32 | 0 | 112 | 310 | 75 | 20 |
| Binary | 10000 | 110001 | 1000010 | 1001100 | 11010 | 0 | 1001010 | 11001000 | 111101 | 10000 |
Color Harmonies of #103142
Complementary color
Monochromatic Colors of #103142
Black with #103142
Text Example
Text Example
White with #103142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103142; }
p { color: rgb(16,49,66); }
H1.HeaderClassName
{
color: #103142;
}
.AnyTagClassName
{
color: #103142;
}
</style>
background-color css
<style>
a { background-color: #103142; }
a { background-color: rgb(16,49,66); }
div.DivClassName
{
background-color: #103142;
}
.BgClassName
{
background-color: #103142;
}
</style>
border-color css
<style>
span { border-color: #103142; }
span { border-color: rgb(16,49,66); }
td.TdClassName
{
border-color: #103142;
}
.TagClassName
{
border-color: #103142;
}
</style>