Shades of Blue Whale #153140
Tints of Blue Whale #153140
RGB
CMYK
RGB Variations
Color information
#153140 (or 0x153140) is known color: Blue Whale. HEX triplet: 15, 31 and 40. RGB value is (21,49,64). Sum of RGB (Red+Green+Blue) = 21+49+64=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #153140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153140 is #EACEBF. Grayscale: #2A2A2A. Windows color (decimal): -15388352 or 4206869. OLE color: 4206869.
HSL color Cylindrical-coordinate representation of color #153140: hue angle of 200.93º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153140 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 49 | 64 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.75 |
| HSL | 200.93º | 0.51% | 0.17% | - |
| HSV(B) | 200.93º | 0.67% | 0.25% | - |
| XYZ | 2.33 | 2.73 | 5.25 | - |
| YUV | 42.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 64 | 0.67 | 0.23 | 0 | 0.75 | 200.93 | 0.51 | 0.17 |
| Hex | 15 | 31 | 40 | 43 | 17 | 0 | 4B | C9 | 33 | 11 |
| Octal | 25 | 61 | 100 | 103 | 27 | 0 | 113 | 311 | 63 | 21 |
| Binary | 10101 | 110001 | 1000000 | 1000011 | 10111 | 0 | 1001011 | 11001001 | 110011 | 10001 |
Color Harmonies of #153140
Complementary color
Monochromatic Colors of #153140
Black with #153140
Text Example
Text Example
White with #153140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153140; }
p { color: rgb(21,49,64); }
H1.HeaderClassName
{
color: #153140;
}
.AnyTagClassName
{
color: #153140;
}
</style>
background-color css
<style>
a { background-color: #153140; }
a { background-color: rgb(21,49,64); }
div.DivClassName
{
background-color: #153140;
}
.BgClassName
{
background-color: #153140;
}
</style>
border-color css
<style>
span { border-color: #153140; }
span { border-color: rgb(21,49,64); }
td.TdClassName
{
border-color: #153140;
}
.TagClassName
{
border-color: #153140;
}
</style>