Shades of Blue Whale #153440
Tints of Blue Whale #153440
RGB
CMYK
RGB Variations
Color information
#153440 (or 0x153440) is known color: Blue Whale. HEX triplet: 15, 34 and 40. RGB value is (21,52,64). Sum of RGB (Red+Green+Blue) = 21+52+64=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #153440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153440 is #EACBBF. Grayscale: #2C2C2C. Windows color (decimal): -15387584 or 4207637. OLE color: 4207637.
HSL color Cylindrical-coordinate representation of color #153440: hue angle of 196.74º 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 #153440 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 52 | 64 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.75 |
| HSL | 196.74º | 0.51% | 0.17% | - |
| HSV(B) | 196.74º | 0.67% | 0.25% | - |
| XYZ | 2.46 | 2.99 | 5.3 | - |
| YUV | 44.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 64 | 0.67 | 0.19 | 0 | 0.75 | 196.74 | 0.51 | 0.17 |
| Hex | 15 | 34 | 40 | 43 | 13 | 0 | 4B | C5 | 33 | 11 |
| Octal | 25 | 64 | 100 | 103 | 23 | 0 | 113 | 305 | 63 | 21 |
| Binary | 10101 | 110100 | 1000000 | 1000011 | 10011 | 0 | 1001011 | 11000101 | 110011 | 10001 |
Color Harmonies of #153440
Complementary color
Monochromatic Colors of #153440
Black with #153440
Text Example
Text Example
White with #153440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153440; }
p { color: rgb(21,52,64); }
H1.HeaderClassName
{
color: #153440;
}
.AnyTagClassName
{
color: #153440;
}
</style>
background-color css
<style>
a { background-color: #153440; }
a { background-color: rgb(21,52,64); }
div.DivClassName
{
background-color: #153440;
}
.BgClassName
{
background-color: #153440;
}
</style>
border-color css
<style>
span { border-color: #153440; }
span { border-color: rgb(21,52,64); }
td.TdClassName
{
border-color: #153440;
}
.TagClassName
{
border-color: #153440;
}
</style>