Shades of Blue Whale #10314E
Tints of Blue Whale #10314E
RGB
CMYK
RGB Variations
Color information
#10314E (or 0x10314E) is known color: Blue Whale. HEX triplet: 10, 31 and 4E. RGB value is (16,49,78). Sum of RGB (Red+Green+Blue) = 16+49+78=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 78 (30.86% from 255 or 54.55% from 143); Max value from RGB is 78 - color contains mainly: blue. Hex color #10314E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10314E is #EFCEB1. Grayscale: #2A2A2A. Windows color (decimal): -15716018 or 5124368. OLE color: 5124368.
HSL color Cylindrical-coordinate representation of color #10314E: hue angle of 208.06º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10314E is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 49 | 78 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.69 |
| HSL | 208.06º | 0.66% | 0.18% | - |
| HSV(B) | 208.06º | 0.79% | 0.31% | - |
| XYZ | 2.69 | 2.86 | 7.62 | - |
| YUV | 42.44 | 148.07 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 78 | 0.79 | 0.37 | 0 | 0.69 | 208.06 | 0.66 | 0.18 |
| Hex | 10 | 31 | 4E | 4F | 25 | 0 | 45 | D0 | 42 | 12 |
| Octal | 20 | 61 | 116 | 117 | 45 | 0 | 105 | 320 | 102 | 22 |
| Binary | 10000 | 110001 | 1001110 | 1001111 | 100101 | 0 | 1000101 | 11010000 | 1000010 | 10010 |
Color Harmonies of #10314E
Complementary color
Monochromatic Colors of #10314E
Black with #10314E
Text Example
Text Example
White with #10314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10314E; }
p { color: rgb(16,49,78); }
H1.HeaderClassName
{
color: #10314E;
}
.AnyTagClassName
{
color: #10314E;
}
</style>
background-color css
<style>
a { background-color: #10314E; }
a { background-color: rgb(16,49,78); }
div.DivClassName
{
background-color: #10314E;
}
.BgClassName
{
background-color: #10314E;
}
</style>
border-color css
<style>
span { border-color: #10314E; }
span { border-color: rgb(16,49,78); }
td.TdClassName
{
border-color: #10314E;
}
.TagClassName
{
border-color: #10314E;
}
</style>