Shades of Blue Whale #153240
Tints of Blue Whale #153240
RGB
CMYK
RGB Variations
Color information
#153240 (or 0x153240) is known color: Blue Whale. HEX triplet: 15, 32 and 40. RGB value is (21,50,64). Sum of RGB (Red+Green+Blue) = 21+50+64=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #153240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153240 is #EACDBF. Grayscale: #2A2A2A. Windows color (decimal): -15388096 or 4207125. OLE color: 4207125.
HSL color Cylindrical-coordinate representation of color #153240: hue angle of 199.53º 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 #153240 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 50 | 64 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.75 |
| HSL | 199.53º | 0.51% | 0.17% | - |
| HSV(B) | 199.53º | 0.67% | 0.25% | - |
| XYZ | 2.38 | 2.81 | 5.27 | - |
| YUV | 42.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 64 | 0.67 | 0.22 | 0 | 0.75 | 199.53 | 0.51 | 0.17 |
| Hex | 15 | 32 | 40 | 43 | 16 | 0 | 4B | C8 | 33 | 11 |
| Octal | 25 | 62 | 100 | 103 | 26 | 0 | 113 | 310 | 63 | 21 |
| Binary | 10101 | 110010 | 1000000 | 1000011 | 10110 | 0 | 1001011 | 11001000 | 110011 | 10001 |
Color Harmonies of #153240
Complementary color
Monochromatic Colors of #153240
Black with #153240
Text Example
Text Example
White with #153240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153240; }
p { color: rgb(21,50,64); }
H1.HeaderClassName
{
color: #153240;
}
.AnyTagClassName
{
color: #153240;
}
</style>
background-color css
<style>
a { background-color: #153240; }
a { background-color: rgb(21,50,64); }
div.DivClassName
{
background-color: #153240;
}
.BgClassName
{
background-color: #153240;
}
</style>
border-color css
<style>
span { border-color: #153240; }
span { border-color: rgb(21,50,64); }
td.TdClassName
{
border-color: #153240;
}
.TagClassName
{
border-color: #153240;
}
</style>