Shades of Blue Whale #102E4C
Tints of Blue Whale #102E4C
RGB
CMYK
RGB Variations
Color information
#102E4C (or 0x102E4C) is known color: Blue Whale. HEX triplet: 10, 2E and 4C. RGB value is (16,46,76). Sum of RGB (Red+Green+Blue) = 16+46+76=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #102E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102E4C is #EFD1B3. Grayscale: #282828. Windows color (decimal): -15716788 or 4992528. OLE color: 4992528.
HSL color Cylindrical-coordinate representation of color #102E4C: hue angle of 210º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #102E4C is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 46 | 76 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.70 |
| HSL | 210º | 0.65% | 0.18% | - |
| HSV(B) | 210º | 0.79% | 0.3% | - |
| XYZ | 2.5 | 2.59 | 7.21 | - |
| YUV | 40.45 | 148.06 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 76 | 0.79 | 0.39 | 0 | 0.70 | 210 | 0.65 | 0.18 |
| Hex | 10 | 2E | 4C | 4F | 27 | 0 | 46 | D2 | 41 | 12 |
| Octal | 20 | 56 | 114 | 117 | 47 | 0 | 106 | 322 | 101 | 22 |
| Binary | 10000 | 101110 | 1001100 | 1001111 | 100111 | 0 | 1000110 | 11010010 | 1000001 | 10010 |
Color Harmonies of #102E4C
Complementary color
Monochromatic Colors of #102E4C
Black with #102E4C
Text Example
Text Example
White with #102E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E4C; }
p { color: rgb(16,46,76); }
H1.HeaderClassName
{
color: #102E4C;
}
.AnyTagClassName
{
color: #102E4C;
}
</style>
background-color css
<style>
a { background-color: #102E4C; }
a { background-color: rgb(16,46,76); }
div.DivClassName
{
background-color: #102E4C;
}
.BgClassName
{
background-color: #102E4C;
}
</style>
border-color css
<style>
span { border-color: #102E4C; }
span { border-color: rgb(16,46,76); }
td.TdClassName
{
border-color: #102E4C;
}
.TagClassName
{
border-color: #102E4C;
}
</style>