Shades of Blue Whale #15314D
Tints of Blue Whale #15314D
RGB
CMYK
RGB Variations
Color information
#15314D (or 0x15314D) is known color: Blue Whale. HEX triplet: 15, 31 and 4D. RGB value is (21,49,77). Sum of RGB (Red+Green+Blue) = 21+49+77=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #15314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15314D is #EACEB2. Grayscale: #2B2B2B. Windows color (decimal): -15388339 or 5058837. OLE color: 5058837.
HSL color Cylindrical-coordinate representation of color #15314D: hue angle of 210º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15314D is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 49 | 77 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.70 |
| HSL | 210º | 0.57% | 0.19% | - |
| HSV(B) | 210º | 0.73% | 0.3% | - |
| XYZ | 2.75 | 2.89 | 7.43 | - |
| YUV | 43.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 77 | 0.73 | 0.36 | 0 | 0.70 | 210 | 0.57 | 0.19 |
| Hex | 15 | 31 | 4D | 49 | 24 | 0 | 46 | D2 | 39 | 13 |
| Octal | 25 | 61 | 115 | 111 | 44 | 0 | 106 | 322 | 71 | 23 |
| Binary | 10101 | 110001 | 1001101 | 1001001 | 100100 | 0 | 1000110 | 11010010 | 111001 | 10011 |
Color Harmonies of #15314D
Complementary color
Monochromatic Colors of #15314D
Black with #15314D
Text Example
Text Example
White with #15314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15314D; }
p { color: rgb(21,49,77); }
H1.HeaderClassName
{
color: #15314D;
}
.AnyTagClassName
{
color: #15314D;
}
</style>
background-color css
<style>
a { background-color: #15314D; }
a { background-color: rgb(21,49,77); }
div.DivClassName
{
background-color: #15314D;
}
.BgClassName
{
background-color: #15314D;
}
</style>
border-color css
<style>
span { border-color: #15314D; }
span { border-color: rgb(21,49,77); }
td.TdClassName
{
border-color: #15314D;
}
.TagClassName
{
border-color: #15314D;
}
</style>