Shades of Blue Whale #10314D
Tints of Blue Whale #10314D
RGB
CMYK
RGB Variations
Color information
#10314D (or 0x10314D) is known color: Blue Whale. HEX triplet: 10, 31 and 4D. RGB value is (16,49,77). Sum of RGB (Red+Green+Blue) = 16+49+77=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #10314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10314D is #EFCEB2. Grayscale: #2A2A2A. Windows color (decimal): -15716019 or 5058832. OLE color: 5058832.
HSL color Cylindrical-coordinate representation of color #10314D: hue angle of 207.54º 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 #10314D is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 49 | 77 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.70 |
| HSL | 207.54º | 0.66% | 0.18% | - |
| HSV(B) | 207.54º | 0.79% | 0.3% | - |
| XYZ | 2.65 | 2.84 | 7.43 | - |
| YUV | 42.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 77 | 0.79 | 0.36 | 0 | 0.70 | 207.54 | 0.66 | 0.18 |
| Hex | 10 | 31 | 4D | 4F | 24 | 0 | 46 | D0 | 42 | 12 |
| Octal | 20 | 61 | 115 | 117 | 44 | 0 | 106 | 320 | 102 | 22 |
| Binary | 10000 | 110001 | 1001101 | 1001111 | 100100 | 0 | 1000110 | 11010000 | 1000010 | 10010 |
Color Harmonies of #10314D
Complementary color
Monochromatic Colors of #10314D
Black with #10314D
Text Example
Text Example
White with #10314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10314D; }
p { color: rgb(16,49,77); }
H1.HeaderClassName
{
color: #10314D;
}
.AnyTagClassName
{
color: #10314D;
}
</style>
background-color css
<style>
a { background-color: #10314D; }
a { background-color: rgb(16,49,77); }
div.DivClassName
{
background-color: #10314D;
}
.BgClassName
{
background-color: #10314D;
}
</style>
border-color css
<style>
span { border-color: #10314D; }
span { border-color: rgb(16,49,77); }
td.TdClassName
{
border-color: #10314D;
}
.TagClassName
{
border-color: #10314D;
}
</style>