Shades of Blue Whale #153046
Tints of Blue Whale #153046
RGB
CMYK
RGB Variations
Color information
#153046 (or 0x153046) is known color: Blue Whale. HEX triplet: 15, 30 and 46. RGB value is (21,48,70). Sum of RGB (Red+Green+Blue) = 21+48+70=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #153046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153046 is #EACFB9. Grayscale: #2A2A2A. Windows color (decimal): -15388602 or 4599829. OLE color: 4599829.
HSL color Cylindrical-coordinate representation of color #153046: hue angle of 206.94º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #153046 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 48 | 70 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.73 |
| HSL | 206.94º | 0.54% | 0.18% | - |
| HSV(B) | 206.94º | 0.7% | 0.27% | - |
| XYZ | 2.47 | 2.72 | 6.19 | - |
| YUV | 42.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 70 | 0.70 | 0.31 | 0 | 0.73 | 206.94 | 0.54 | 0.18 |
| Hex | 15 | 30 | 46 | 46 | 1F | 0 | 49 | CF | 36 | 12 |
| Octal | 25 | 60 | 106 | 106 | 37 | 0 | 111 | 317 | 66 | 22 |
| Binary | 10101 | 110000 | 1000110 | 1000110 | 11111 | 0 | 1001001 | 11001111 | 110110 | 10010 |
Color Harmonies of #153046
Complementary color
Monochromatic Colors of #153046
Black with #153046
Text Example
Text Example
White with #153046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153046; }
p { color: rgb(21,48,70); }
H1.HeaderClassName
{
color: #153046;
}
.AnyTagClassName
{
color: #153046;
}
</style>
background-color css
<style>
a { background-color: #153046; }
a { background-color: rgb(21,48,70); }
div.DivClassName
{
background-color: #153046;
}
.BgClassName
{
background-color: #153046;
}
</style>
border-color css
<style>
span { border-color: #153046; }
span { border-color: rgb(21,48,70); }
td.TdClassName
{
border-color: #153046;
}
.TagClassName
{
border-color: #153046;
}
</style>