Shades of Blue Whale #102C4C
Tints of Blue Whale #102C4C
RGB
CMYK
RGB Variations
Color information
#102C4C (or 0x102C4C) is known color: Blue Whale. HEX triplet: 10, 2C and 4C. RGB value is (16,44,76). Sum of RGB (Red+Green+Blue) = 16+44+76=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #102C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102C4C is #EFD3B3. Grayscale: #272727. Windows color (decimal): -15717300 or 4992016. OLE color: 4992016.
HSL color Cylindrical-coordinate representation of color #102C4C: hue angle of 212º 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 #102C4C is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 44 | 76 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.70 |
| HSL | 212º | 0.65% | 0.18% | - |
| HSV(B) | 212º | 0.79% | 0.3% | - |
| XYZ | 2.42 | 2.43 | 7.18 | - |
| YUV | 39.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 76 | 0.79 | 0.42 | 0 | 0.70 | 212 | 0.65 | 0.18 |
| Hex | 10 | 2C | 4C | 4F | 2A | 0 | 46 | D4 | 41 | 12 |
| Octal | 20 | 54 | 114 | 117 | 52 | 0 | 106 | 324 | 101 | 22 |
| Binary | 10000 | 101100 | 1001100 | 1001111 | 101010 | 0 | 1000110 | 11010100 | 1000001 | 10010 |
Color Harmonies of #102C4C
Complementary color
Monochromatic Colors of #102C4C
Black with #102C4C
Text Example
Text Example
White with #102C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C4C; }
p { color: rgb(16,44,76); }
H1.HeaderClassName
{
color: #102C4C;
}
.AnyTagClassName
{
color: #102C4C;
}
</style>
background-color css
<style>
a { background-color: #102C4C; }
a { background-color: rgb(16,44,76); }
div.DivClassName
{
background-color: #102C4C;
}
.BgClassName
{
background-color: #102C4C;
}
</style>
border-color css
<style>
span { border-color: #102C4C; }
span { border-color: rgb(16,44,76); }
td.TdClassName
{
border-color: #102C4C;
}
.TagClassName
{
border-color: #102C4C;
}
</style>