Shades of Blue Whale #102F4D
Tints of Blue Whale #102F4D
RGB
CMYK
RGB Variations
Color information
#102F4D (or 0x102F4D) is known color: Blue Whale. HEX triplet: 10, 2F and 4D. RGB value is (16,47,77). Sum of RGB (Red+Green+Blue) = 16+47+77=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #102F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F4D is #EFD0B2. Grayscale: #282828. Windows color (decimal): -15716531 or 5058320. OLE color: 5058320.
HSL color Cylindrical-coordinate representation of color #102F4D: hue angle of 209.51º 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 #102F4D is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 47 | 77 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.70 |
| HSL | 209.51º | 0.66% | 0.18% | - |
| HSV(B) | 209.51º | 0.79% | 0.3% | - |
| XYZ | 2.57 | 2.68 | 7.4 | - |
| YUV | 41.15 | 148.23 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 77 | 0.79 | 0.39 | 0 | 0.70 | 209.51 | 0.66 | 0.18 |
| Hex | 10 | 2F | 4D | 4F | 27 | 0 | 46 | D2 | 42 | 12 |
| Octal | 20 | 57 | 115 | 117 | 47 | 0 | 106 | 322 | 102 | 22 |
| Binary | 10000 | 101111 | 1001101 | 1001111 | 100111 | 0 | 1000110 | 11010010 | 1000010 | 10010 |
Color Harmonies of #102F4D
Complementary color
Monochromatic Colors of #102F4D
Black with #102F4D
Text Example
Text Example
White with #102F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F4D; }
p { color: rgb(16,47,77); }
H1.HeaderClassName
{
color: #102F4D;
}
.AnyTagClassName
{
color: #102F4D;
}
</style>
background-color css
<style>
a { background-color: #102F4D; }
a { background-color: rgb(16,47,77); }
div.DivClassName
{
background-color: #102F4D;
}
.BgClassName
{
background-color: #102F4D;
}
</style>
border-color css
<style>
span { border-color: #102F4D; }
span { border-color: rgb(16,47,77); }
td.TdClassName
{
border-color: #102F4D;
}
.TagClassName
{
border-color: #102F4D;
}
</style>