Shades of Blue Whale #10313E
Tints of Blue Whale #10313E
RGB
CMYK
RGB Variations
Color information
#10313E (or 0x10313E) is known color: Blue Whale. HEX triplet: 10, 31 and 3E. RGB value is (16,49,62). Sum of RGB (Red+Green+Blue) = 16+49+62=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 62 (24.61% from 255 or 48.82% from 127); Max value from RGB is 62 - color contains mainly: blue. Hex color #10313E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10313E is #EFCEC1. Grayscale: #282828. Windows color (decimal): -15716034 or 4075792. OLE color: 4075792.
HSL color Cylindrical-coordinate representation of color #10313E: hue angle of 196.96º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10313E is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 49 | 62 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.76 |
| HSL | 196.96º | 0.59% | 0.15% | - |
| HSV(B) | 196.96º | 0.74% | 0.24% | - |
| XYZ | 2.18 | 2.65 | 4.95 | - |
| YUV | 40.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 62 | 0.74 | 0.21 | 0 | 0.76 | 196.96 | 0.59 | 0.15 |
| Hex | 10 | 31 | 3E | 4A | 15 | 0 | 4C | C5 | 3B | F |
| Octal | 20 | 61 | 76 | 112 | 25 | 0 | 114 | 305 | 73 | 17 |
| Binary | 10000 | 110001 | 111110 | 1001010 | 10101 | 0 | 1001100 | 11000101 | 111011 | 1111 |
Color Harmonies of #10313E
Complementary color
Monochromatic Colors of #10313E
Black with #10313E
Text Example
Text Example
White with #10313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10313E; }
p { color: rgb(16,49,62); }
H1.HeaderClassName
{
color: #10313E;
}
.AnyTagClassName
{
color: #10313E;
}
</style>
background-color css
<style>
a { background-color: #10313E; }
a { background-color: rgb(16,49,62); }
div.DivClassName
{
background-color: #10313E;
}
.BgClassName
{
background-color: #10313E;
}
</style>
border-color css
<style>
span { border-color: #10313E; }
span { border-color: rgb(16,49,62); }
td.TdClassName
{
border-color: #10313E;
}
.TagClassName
{
border-color: #10313E;
}
</style>