Shades of Blue Whale #102E4F
Tints of Blue Whale #102E4F
RGB
CMYK
RGB Variations
Color information
#102E4F (or 0x102E4F) is known color: Blue Whale. HEX triplet: 10, 2E and 4F. RGB value is (16,46,79). Sum of RGB (Red+Green+Blue) = 16+46+79=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 79 (31.25% from 255 or 56.03% from 141); Max value from RGB is 79 - color contains mainly: blue. Hex color #102E4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102E4F is #EFD1B0. Grayscale: #282828. Windows color (decimal): -15716785 or 5189136. OLE color: 5189136.
HSL color Cylindrical-coordinate representation of color #102E4F: hue angle of 211.43º degrees, saturation: 0.66, 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 #102E4F is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 46 | 79 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.69 |
| HSL | 211.43º | 0.66% | 0.19% | - |
| HSV(B) | 211.43º | 0.8% | 0.31% | - |
| XYZ | 2.6 | 2.63 | 7.77 | - |
| YUV | 40.79 | 149.56 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 79 | 0.80 | 0.42 | 0 | 0.69 | 211.43 | 0.66 | 0.19 |
| Hex | 10 | 2E | 4F | 50 | 2A | 0 | 45 | D3 | 42 | 13 |
| Octal | 20 | 56 | 117 | 120 | 52 | 0 | 105 | 323 | 102 | 23 |
| Binary | 10000 | 101110 | 1001111 | 1010000 | 101010 | 0 | 1000101 | 11010011 | 1000010 | 10011 |
Color Harmonies of #102E4F
Complementary color
Monochromatic Colors of #102E4F
Black with #102E4F
Text Example
Text Example
White with #102E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E4F; }
p { color: rgb(16,46,79); }
H1.HeaderClassName
{
color: #102E4F;
}
.AnyTagClassName
{
color: #102E4F;
}
</style>
background-color css
<style>
a { background-color: #102E4F; }
a { background-color: rgb(16,46,79); }
div.DivClassName
{
background-color: #102E4F;
}
.BgClassName
{
background-color: #102E4F;
}
</style>
border-color css
<style>
span { border-color: #102E4F; }
span { border-color: rgb(16,46,79); }
td.TdClassName
{
border-color: #102E4F;
}
.TagClassName
{
border-color: #102E4F;
}
</style>