Shades of Blue Whale #102D4D
Tints of Blue Whale #102D4D
RGB
CMYK
RGB Variations
Color information
#102D4D (or 0x102D4D) is known color: Blue Whale. HEX triplet: 10, 2D and 4D. RGB value is (16,45,77). Sum of RGB (Red+Green+Blue) = 16+45+77=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #102D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D4D is #EFD2B2. Grayscale: #272727. Windows color (decimal): -15717043 or 5057808. OLE color: 5057808.
HSL color Cylindrical-coordinate representation of color #102D4D: hue angle of 211.48º degrees, saturation: 0.66, 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 #102D4D is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 45 | 77 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.70 |
| HSL | 211.48º | 0.66% | 0.18% | - |
| HSV(B) | 211.48º | 0.79% | 0.3% | - |
| XYZ | 2.49 | 2.52 | 7.38 | - |
| YUV | 39.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 77 | 0.79 | 0.42 | 0 | 0.70 | 211.48 | 0.66 | 0.18 |
| Hex | 10 | 2D | 4D | 4F | 2A | 0 | 46 | D3 | 42 | 12 |
| Octal | 20 | 55 | 115 | 117 | 52 | 0 | 106 | 323 | 102 | 22 |
| Binary | 10000 | 101101 | 1001101 | 1001111 | 101010 | 0 | 1000110 | 11010011 | 1000010 | 10010 |
Color Harmonies of #102D4D
Complementary color
Monochromatic Colors of #102D4D
Black with #102D4D
Text Example
Text Example
White with #102D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D4D; }
p { color: rgb(16,45,77); }
H1.HeaderClassName
{
color: #102D4D;
}
.AnyTagClassName
{
color: #102D4D;
}
</style>
background-color css
<style>
a { background-color: #102D4D; }
a { background-color: rgb(16,45,77); }
div.DivClassName
{
background-color: #102D4D;
}
.BgClassName
{
background-color: #102D4D;
}
</style>
border-color css
<style>
span { border-color: #102D4D; }
span { border-color: rgb(16,45,77); }
td.TdClassName
{
border-color: #102D4D;
}
.TagClassName
{
border-color: #102D4D;
}
</style>