Shades of Blue Whale #102D50
Tints of Blue Whale #102D50
RGB
CMYK
RGB Variations
Color information
#102D50 (or 0x102D50) is known color: Blue Whale. HEX triplet: 10, 2D and 50. RGB value is (16,45,80). Sum of RGB (Red+Green+Blue) = 16+45+80=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #102D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102D50 is #EFD2AF. Grayscale: #282828. Windows color (decimal): -15717040 or 5254416. OLE color: 5254416.
HSL color Cylindrical-coordinate representation of color #102D50: hue angle of 212.81º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #102D50 is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 45 | 80 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.69 |
| HSL | 212.81º | 0.67% | 0.19% | - |
| HSV(B) | 212.81º | 0.8% | 0.31% | - |
| XYZ | 2.6 | 2.57 | 7.95 | - |
| YUV | 40.32 | 150.39 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 80 | 0.80 | 0.44 | 0 | 0.69 | 212.81 | 0.67 | 0.19 |
| Hex | 10 | 2D | 50 | 50 | 2C | 0 | 45 | D5 | 43 | 13 |
| Octal | 20 | 55 | 120 | 120 | 54 | 0 | 105 | 325 | 103 | 23 |
| Binary | 10000 | 101101 | 1010000 | 1010000 | 101100 | 0 | 1000101 | 11010101 | 1000011 | 10011 |
Color Harmonies of #102D50
Complementary color
Monochromatic Colors of #102D50
Black with #102D50
Text Example
Text Example
White with #102D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D50; }
p { color: rgb(16,45,80); }
H1.HeaderClassName
{
color: #102D50;
}
.AnyTagClassName
{
color: #102D50;
}
</style>
background-color css
<style>
a { background-color: #102D50; }
a { background-color: rgb(16,45,80); }
div.DivClassName
{
background-color: #102D50;
}
.BgClassName
{
background-color: #102D50;
}
</style>
border-color css
<style>
span { border-color: #102D50; }
span { border-color: rgb(16,45,80); }
td.TdClassName
{
border-color: #102D50;
}
.TagClassName
{
border-color: #102D50;
}
</style>