Shades of Blue Whale #153A49
Tints of Blue Whale #153A49
RGB
CMYK
RGB Variations
Color information
#153A49 (or 0x153A49) is known color: Blue Whale. HEX triplet: 15, 3A and 49. RGB value is (21,58,73). Sum of RGB (Red+Green+Blue) = 21+58+73=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #153A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A49 is #EAC5B6. Grayscale: #303030. Windows color (decimal): -15386039 or 4798997. OLE color: 4798997.
HSL color Cylindrical-coordinate representation of color #153A49: hue angle of 197.31º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #153A49 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 58 | 73 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.71 |
| HSL | 197.31º | 0.55% | 0.18% | - |
| HSV(B) | 197.31º | 0.71% | 0.29% | - |
| XYZ | 3.02 | 3.67 | 6.85 | - |
| YUV | 48.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 73 | 0.71 | 0.21 | 0 | 0.71 | 197.31 | 0.55 | 0.18 |
| Hex | 15 | 3A | 49 | 47 | 15 | 0 | 47 | C5 | 37 | 12 |
| Octal | 25 | 72 | 111 | 107 | 25 | 0 | 107 | 305 | 67 | 22 |
| Binary | 10101 | 111010 | 1001001 | 1000111 | 10101 | 0 | 1000111 | 11000101 | 110111 | 10010 |
Color Harmonies of #153A49
Complementary color
Monochromatic Colors of #153A49
Black with #153A49
Text Example
Text Example
White with #153A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A49; }
p { color: rgb(21,58,73); }
H1.HeaderClassName
{
color: #153A49;
}
.AnyTagClassName
{
color: #153A49;
}
</style>
background-color css
<style>
a { background-color: #153A49; }
a { background-color: rgb(21,58,73); }
div.DivClassName
{
background-color: #153A49;
}
.BgClassName
{
background-color: #153A49;
}
</style>
border-color css
<style>
span { border-color: #153A49; }
span { border-color: rgb(21,58,73); }
td.TdClassName
{
border-color: #153A49;
}
.TagClassName
{
border-color: #153A49;
}
</style>