Shades of Blue Whale #102E50
Tints of Blue Whale #102E50
RGB
CMYK
RGB Variations
Color information
#102E50 (or 0x102E50) is known color: Blue Whale. HEX triplet: 10, 2E and 50. RGB value is (16,46,80). Sum of RGB (Red+Green+Blue) = 16+46+80=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #102E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102E50 is #EFD1AF. Grayscale: #282828. Windows color (decimal): -15716784 or 5254672. OLE color: 5254672.
HSL color Cylindrical-coordinate representation of color #102E50: hue angle of 211.88º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #102E50 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 46 | 80 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.69 |
| HSL | 211.88º | 0.67% | 0.19% | - |
| HSV(B) | 211.88º | 0.8% | 0.31% | - |
| XYZ | 2.64 | 2.64 | 7.96 | - |
| YUV | 40.91 | 150.06 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 80 | 0.80 | 0.42 | 0 | 0.69 | 211.88 | 0.67 | 0.19 |
| Hex | 10 | 2E | 50 | 50 | 2A | 0 | 45 | D4 | 43 | 13 |
| Octal | 20 | 56 | 120 | 120 | 52 | 0 | 105 | 324 | 103 | 23 |
| Binary | 10000 | 101110 | 1010000 | 1010000 | 101010 | 0 | 1000101 | 11010100 | 1000011 | 10011 |
Color Harmonies of #102E50
Complementary color
Monochromatic Colors of #102E50
Black with #102E50
Text Example
Text Example
White with #102E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E50; }
p { color: rgb(16,46,80); }
H1.HeaderClassName
{
color: #102E50;
}
.AnyTagClassName
{
color: #102E50;
}
</style>
background-color css
<style>
a { background-color: #102E50; }
a { background-color: rgb(16,46,80); }
div.DivClassName
{
background-color: #102E50;
}
.BgClassName
{
background-color: #102E50;
}
</style>
border-color css
<style>
span { border-color: #102E50; }
span { border-color: rgb(16,46,80); }
td.TdClassName
{
border-color: #102E50;
}
.TagClassName
{
border-color: #102E50;
}
</style>