Shades of Blue Whale #102E49
Tints of Blue Whale #102E49
RGB
CMYK
RGB Variations
Color information
#102E49 (or 0x102E49) is known color: Blue Whale. HEX triplet: 10, 2E and 49. RGB value is (16,46,73). Sum of RGB (Red+Green+Blue) = 16+46+73=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #102E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102E49 is #EFD1B6. Grayscale: #272727. Windows color (decimal): -15716791 or 4795920. OLE color: 4795920.
HSL color Cylindrical-coordinate representation of color #102E49: hue angle of 208.42º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #102E49 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 46 | 73 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.71 |
| HSL | 208.42º | 0.64% | 0.17% | - |
| HSV(B) | 208.42º | 0.78% | 0.29% | - |
| XYZ | 2.39 | 2.55 | 6.67 | - |
| YUV | 40.11 | 146.56 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 73 | 0.78 | 0.37 | 0 | 0.71 | 208.42 | 0.64 | 0.17 |
| Hex | 10 | 2E | 49 | 4E | 25 | 0 | 47 | D0 | 40 | 11 |
| Octal | 20 | 56 | 111 | 116 | 45 | 0 | 107 | 320 | 100 | 21 |
| Binary | 10000 | 101110 | 1001001 | 1001110 | 100101 | 0 | 1000111 | 11010000 | 1000000 | 10001 |
Color Harmonies of #102E49
Complementary color
Monochromatic Colors of #102E49
Black with #102E49
Text Example
Text Example
White with #102E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E49; }
p { color: rgb(16,46,73); }
H1.HeaderClassName
{
color: #102E49;
}
.AnyTagClassName
{
color: #102E49;
}
</style>
background-color css
<style>
a { background-color: #102E49; }
a { background-color: rgb(16,46,73); }
div.DivClassName
{
background-color: #102E49;
}
.BgClassName
{
background-color: #102E49;
}
</style>
border-color css
<style>
span { border-color: #102E49; }
span { border-color: rgb(16,46,73); }
td.TdClassName
{
border-color: #102E49;
}
.TagClassName
{
border-color: #102E49;
}
</style>