Shades of Blue Whale #103250
Tints of Blue Whale #103250
RGB
CMYK
RGB Variations
Color information
#103250 (or 0x103250) is known color: Blue Whale. HEX triplet: 10, 32 and 50. RGB value is (16,50,80). Sum of RGB (Red+Green+Blue) = 16+50+80=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #103250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103250 is #EFCDAF. Grayscale: #2B2B2B. Windows color (decimal): -15715760 or 5255696. OLE color: 5255696.
HSL color Cylindrical-coordinate representation of color #103250: hue angle of 208.12º 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 #103250 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 50 | 80 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.69 |
| HSL | 208.13º | 0.67% | 0.19% | - |
| HSV(B) | 208.13º | 0.8% | 0.31% | - |
| XYZ | 2.8 | 2.97 | 8.02 | - |
| YUV | 43.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 80 | 0.80 | 0.37 | 0 | 0.69 | 208.13 | 0.67 | 0.19 |
| Hex | 10 | 32 | 50 | 50 | 25 | 0 | 45 | D0 | 43 | 13 |
| Octal | 20 | 62 | 120 | 120 | 45 | 0 | 105 | 320 | 103 | 23 |
| Binary | 10000 | 110010 | 1010000 | 1010000 | 100101 | 0 | 1000101 | 11010000 | 1000011 | 10011 |
Color Harmonies of #103250
Complementary color
Monochromatic Colors of #103250
Black with #103250
Text Example
Text Example
White with #103250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103250; }
p { color: rgb(16,50,80); }
H1.HeaderClassName
{
color: #103250;
}
.AnyTagClassName
{
color: #103250;
}
</style>
background-color css
<style>
a { background-color: #103250; }
a { background-color: rgb(16,50,80); }
div.DivClassName
{
background-color: #103250;
}
.BgClassName
{
background-color: #103250;
}
</style>
border-color css
<style>
span { border-color: #103250; }
span { border-color: rgb(16,50,80); }
td.TdClassName
{
border-color: #103250;
}
.TagClassName
{
border-color: #103250;
}
</style>