Shades of Blue Whale #102F49
Tints of Blue Whale #102F49
RGB
CMYK
RGB Variations
Color information
#102F49 (or 0x102F49) is known color: Blue Whale. HEX triplet: 10, 2F and 49. RGB value is (16,47,73). Sum of RGB (Red+Green+Blue) = 16+47+73=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #102F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102F49 is #EFD0B6. Grayscale: #282828. Windows color (decimal): -15716535 or 4796176. OLE color: 4796176.
HSL color Cylindrical-coordinate representation of color #102F49: hue angle of 207.37º 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 #102F49 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 47 | 73 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.71 |
| HSL | 207.37º | 0.64% | 0.17% | - |
| HSV(B) | 207.37º | 0.78% | 0.29% | - |
| XYZ | 2.43 | 2.62 | 6.68 | - |
| YUV | 40.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 73 | 0.78 | 0.36 | 0 | 0.71 | 207.37 | 0.64 | 0.17 |
| Hex | 10 | 2F | 49 | 4E | 24 | 0 | 47 | CF | 40 | 11 |
| Octal | 20 | 57 | 111 | 116 | 44 | 0 | 107 | 317 | 100 | 21 |
| Binary | 10000 | 101111 | 1001001 | 1001110 | 100100 | 0 | 1000111 | 11001111 | 1000000 | 10001 |
Color Harmonies of #102F49
Complementary color
Monochromatic Colors of #102F49
Black with #102F49
Text Example
Text Example
White with #102F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F49; }
p { color: rgb(16,47,73); }
H1.HeaderClassName
{
color: #102F49;
}
.AnyTagClassName
{
color: #102F49;
}
</style>
background-color css
<style>
a { background-color: #102F49; }
a { background-color: rgb(16,47,73); }
div.DivClassName
{
background-color: #102F49;
}
.BgClassName
{
background-color: #102F49;
}
</style>
border-color css
<style>
span { border-color: #102F49; }
span { border-color: rgb(16,47,73); }
td.TdClassName
{
border-color: #102F49;
}
.TagClassName
{
border-color: #102F49;
}
</style>