Shades of Blue Whale #15313C
Tints of Blue Whale #15313C
RGB
CMYK
RGB Variations
Color information
#15313C (or 0x15313C) is known color: Blue Whale. HEX triplet: 15, 31 and 3C. RGB value is (21,49,60). Sum of RGB (Red+Green+Blue) = 21+49+60=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 60 - color contains mainly: blue. Hex color #15313C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15313C is #EACEC3. Grayscale: #292929. Windows color (decimal): -15388356 or 3944725. OLE color: 3944725.
HSL color Cylindrical-coordinate representation of color #15313C: hue angle of 196.92º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #15313C is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 49 | 60 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.76 |
| HSL | 196.92º | 0.48% | 0.16% | - |
| HSV(B) | 196.92º | 0.65% | 0.24% | - |
| XYZ | 2.22 | 2.68 | 4.68 | - |
| YUV | 41.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 60 | 0.65 | 0.18 | 0 | 0.76 | 196.92 | 0.48 | 0.16 |
| Hex | 15 | 31 | 3C | 41 | 12 | 0 | 4C | C5 | 30 | 10 |
| Octal | 25 | 61 | 74 | 101 | 22 | 0 | 114 | 305 | 60 | 20 |
| Binary | 10101 | 110001 | 111100 | 1000001 | 10010 | 0 | 1001100 | 11000101 | 110000 | 10000 |
Color Harmonies of #15313C
Complementary color
Monochromatic Colors of #15313C
Black with #15313C
Text Example
Text Example
White with #15313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15313C; }
p { color: rgb(21,49,60); }
H1.HeaderClassName
{
color: #15313C;
}
.AnyTagClassName
{
color: #15313C;
}
</style>
background-color css
<style>
a { background-color: #15313C; }
a { background-color: rgb(21,49,60); }
div.DivClassName
{
background-color: #15313C;
}
.BgClassName
{
background-color: #15313C;
}
</style>
border-color css
<style>
span { border-color: #15313C; }
span { border-color: rgb(21,49,60); }
td.TdClassName
{
border-color: #15313C;
}
.TagClassName
{
border-color: #15313C;
}
</style>