Shades of Blue Whale #102C4A
Tints of Blue Whale #102C4A
RGB
CMYK
RGB Variations
Color information
#102C4A (or 0x102C4A) is known color: Blue Whale. HEX triplet: 10, 2C and 4A. RGB value is (16,44,74). Sum of RGB (Red+Green+Blue) = 16+44+74=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 74 (29.30% from 255 or 55.22% from 134); Max value from RGB is 74 - color contains mainly: blue. Hex color #102C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102C4A is #EFD3B5. Grayscale: #262626. Windows color (decimal): -15717302 or 4860944. OLE color: 4860944.
HSL color Cylindrical-coordinate representation of color #102C4A: hue angle of 211.03º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #102C4A is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 44 | 74 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.71 |
| HSL | 211.03º | 0.64% | 0.18% | - |
| HSV(B) | 211.03º | 0.78% | 0.29% | - |
| XYZ | 2.35 | 2.41 | 6.82 | - |
| YUV | 39.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 74 | 0.78 | 0.41 | 0 | 0.71 | 211.03 | 0.64 | 0.18 |
| Hex | 10 | 2C | 4A | 4E | 29 | 0 | 47 | D3 | 40 | 12 |
| Octal | 20 | 54 | 112 | 116 | 51 | 0 | 107 | 323 | 100 | 22 |
| Binary | 10000 | 101100 | 1001010 | 1001110 | 101001 | 0 | 1000111 | 11010011 | 1000000 | 10010 |
Color Harmonies of #102C4A
Complementary color
Monochromatic Colors of #102C4A
Black with #102C4A
Text Example
Text Example
White with #102C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C4A; }
p { color: rgb(16,44,74); }
H1.HeaderClassName
{
color: #102C4A;
}
.AnyTagClassName
{
color: #102C4A;
}
</style>
background-color css
<style>
a { background-color: #102C4A; }
a { background-color: rgb(16,44,74); }
div.DivClassName
{
background-color: #102C4A;
}
.BgClassName
{
background-color: #102C4A;
}
</style>
border-color css
<style>
span { border-color: #102C4A; }
span { border-color: rgb(16,44,74); }
td.TdClassName
{
border-color: #102C4A;
}
.TagClassName
{
border-color: #102C4A;
}
</style>