Shades of Blue Whale #102F51
Tints of Blue Whale #102F51
RGB
CMYK
RGB Variations
Color information
#102F51 (or 0x102F51) is known color: Blue Whale. HEX triplet: 10, 2F and 51. RGB value is (16,47,81). Sum of RGB (Red+Green+Blue) = 16+47+81=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #102F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F51 is #EFD0AE. Grayscale: #292929. Windows color (decimal): -15716527 or 5320464. OLE color: 5320464.
HSL color Cylindrical-coordinate representation of color #102F51: hue angle of 211.38º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #102F51 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 47 | 81 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.68 |
| HSL | 211.38º | 0.67% | 0.19% | - |
| HSV(B) | 211.38º | 0.8% | 0.32% | - |
| XYZ | 2.72 | 2.74 | 8.17 | - |
| YUV | 41.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 81 | 0.80 | 0.42 | 0 | 0.68 | 211.38 | 0.67 | 0.19 |
| Hex | 10 | 2F | 51 | 50 | 2A | 0 | 44 | D3 | 43 | 13 |
| Octal | 20 | 57 | 121 | 120 | 52 | 0 | 104 | 323 | 103 | 23 |
| Binary | 10000 | 101111 | 1010001 | 1010000 | 101010 | 0 | 1000100 | 11010011 | 1000011 | 10011 |
Color Harmonies of #102F51
Complementary color
Monochromatic Colors of #102F51
Black with #102F51
Text Example
Text Example
White with #102F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F51; }
p { color: rgb(16,47,81); }
H1.HeaderClassName
{
color: #102F51;
}
.AnyTagClassName
{
color: #102F51;
}
</style>
background-color css
<style>
a { background-color: #102F51; }
a { background-color: rgb(16,47,81); }
div.DivClassName
{
background-color: #102F51;
}
.BgClassName
{
background-color: #102F51;
}
</style>
border-color css
<style>
span { border-color: #102F51; }
span { border-color: rgb(16,47,81); }
td.TdClassName
{
border-color: #102F51;
}
.TagClassName
{
border-color: #102F51;
}
</style>