Shades of Blue Whale #102F40
Tints of Blue Whale #102F40
RGB
CMYK
RGB Variations
Color information
#102F40 (or 0x102F40) is known color: Blue Whale. HEX triplet: 10, 2F and 40. RGB value is (16,47,64). Sum of RGB (Red+Green+Blue) = 16+47+64=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #102F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102F40 is #EFD0BF. Grayscale: #272727. Windows color (decimal): -15716544 or 4206352. OLE color: 4206352.
HSL color Cylindrical-coordinate representation of color #102F40: hue angle of 201.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #102F40 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 47 | 64 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.75 |
| HSL | 201.25º | 0.6% | 0.16% | - |
| HSV(B) | 201.25º | 0.75% | 0.25% | - |
| XYZ | 2.16 | 2.51 | 5.22 | - |
| YUV | 39.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 64 | 0.75 | 0.27 | 0 | 0.75 | 201.25 | 0.6 | 0.16 |
| Hex | 10 | 2F | 40 | 4B | 1B | 0 | 4B | C9 | 3C | 10 |
| Octal | 20 | 57 | 100 | 113 | 33 | 0 | 113 | 311 | 74 | 20 |
| Binary | 10000 | 101111 | 1000000 | 1001011 | 11011 | 0 | 1001011 | 11001001 | 111100 | 10000 |
Color Harmonies of #102F40
Complementary color
Monochromatic Colors of #102F40
Black with #102F40
Text Example
Text Example
White with #102F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F40; }
p { color: rgb(16,47,64); }
H1.HeaderClassName
{
color: #102F40;
}
.AnyTagClassName
{
color: #102F40;
}
</style>
background-color css
<style>
a { background-color: #102F40; }
a { background-color: rgb(16,47,64); }
div.DivClassName
{
background-color: #102F40;
}
.BgClassName
{
background-color: #102F40;
}
</style>
border-color css
<style>
span { border-color: #102F40; }
span { border-color: rgb(16,47,64); }
td.TdClassName
{
border-color: #102F40;
}
.TagClassName
{
border-color: #102F40;
}
</style>