Shades of Blue Whale #15313E
Tints of Blue Whale #15313E
RGB
CMYK
RGB Variations
Color information
#15313E (or 0x15313E) is known color: Blue Whale. HEX triplet: 15, 31 and 3E. RGB value is (21,49,62). Sum of RGB (Red+Green+Blue) = 21+49+62=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 62 - color contains mainly: blue. Hex color #15313E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15313E is #EACEC1. Grayscale: #2A2A2A. Windows color (decimal): -15388354 or 4075797. OLE color: 4075797.
HSL color Cylindrical-coordinate representation of color #15313E: hue angle of 199.02º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #15313E is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 49 | 62 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.76 |
| HSL | 199.02º | 0.49% | 0.16% | - |
| HSV(B) | 199.02º | 0.66% | 0.24% | - |
| XYZ | 2.28 | 2.7 | 4.96 | - |
| YUV | 42.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 62 | 0.66 | 0.21 | 0 | 0.76 | 199.02 | 0.49 | 0.16 |
| Hex | 15 | 31 | 3E | 42 | 15 | 0 | 4C | C7 | 31 | 10 |
| Octal | 25 | 61 | 76 | 102 | 25 | 0 | 114 | 307 | 61 | 20 |
| Binary | 10101 | 110001 | 111110 | 1000010 | 10101 | 0 | 1001100 | 11000111 | 110001 | 10000 |
Color Harmonies of #15313E
Complementary color
Monochromatic Colors of #15313E
Black with #15313E
Text Example
Text Example
White with #15313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15313E; }
p { color: rgb(21,49,62); }
H1.HeaderClassName
{
color: #15313E;
}
.AnyTagClassName
{
color: #15313E;
}
</style>
background-color css
<style>
a { background-color: #15313E; }
a { background-color: rgb(21,49,62); }
div.DivClassName
{
background-color: #15313E;
}
.BgClassName
{
background-color: #15313E;
}
</style>
border-color css
<style>
span { border-color: #15313E; }
span { border-color: rgb(21,49,62); }
td.TdClassName
{
border-color: #15313E;
}
.TagClassName
{
border-color: #15313E;
}
</style>