Shades of Blue Whale #153540
Tints of Blue Whale #153540
RGB
CMYK
RGB Variations
Color information
#153540 (or 0x153540) is known color: Blue Whale. HEX triplet: 15, 35 and 40. RGB value is (21,53,64). Sum of RGB (Red+Green+Blue) = 21+53+64=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #153540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153540 is #EACABF. Grayscale: #2C2C2C. Windows color (decimal): -15387328 or 4207893. OLE color: 4207893.
HSL color Cylindrical-coordinate representation of color #153540: hue angle of 195.35º 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 #153540 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 53 | 64 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.75 |
| HSL | 195.35º | 0.51% | 0.17% | - |
| HSV(B) | 195.35º | 0.67% | 0.25% | - |
| XYZ | 2.51 | 3.08 | 5.31 | - |
| YUV | 44.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 64 | 0.67 | 0.17 | 0 | 0.75 | 195.35 | 0.51 | 0.17 |
| Hex | 15 | 35 | 40 | 43 | 11 | 0 | 4B | C3 | 33 | 11 |
| Octal | 25 | 65 | 100 | 103 | 21 | 0 | 113 | 303 | 63 | 21 |
| Binary | 10101 | 110101 | 1000000 | 1000011 | 10001 | 0 | 1001011 | 11000011 | 110011 | 10001 |
Color Harmonies of #153540
Complementary color
Monochromatic Colors of #153540
Black with #153540
Text Example
Text Example
White with #153540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153540; }
p { color: rgb(21,53,64); }
H1.HeaderClassName
{
color: #153540;
}
.AnyTagClassName
{
color: #153540;
}
</style>
background-color css
<style>
a { background-color: #153540; }
a { background-color: rgb(21,53,64); }
div.DivClassName
{
background-color: #153540;
}
.BgClassName
{
background-color: #153540;
}
</style>
border-color css
<style>
span { border-color: #153540; }
span { border-color: rgb(21,53,64); }
td.TdClassName
{
border-color: #153540;
}
.TagClassName
{
border-color: #153540;
}
</style>