Shades of Blue Whale #153547
Tints of Blue Whale #153547
RGB
CMYK
RGB Variations
Color information
#153547 (or 0x153547) is known color: Blue Whale. HEX triplet: 15, 35 and 47. RGB value is (21,53,71). Sum of RGB (Red+Green+Blue) = 21+53+71=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #153547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153547 is #EACAB8. Grayscale: #2D2D2D. Windows color (decimal): -15387321 or 4666645. OLE color: 4666645.
HSL color Cylindrical-coordinate representation of color #153547: hue angle of 201.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #153547 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 53 | 71 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.72 |
| HSL | 201.6º | 0.54% | 0.18% | - |
| HSV(B) | 201.6º | 0.7% | 0.28% | - |
| XYZ | 2.72 | 3.16 | 6.43 | - |
| YUV | 45.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 71 | 0.70 | 0.25 | 0 | 0.72 | 201.6 | 0.54 | 0.18 |
| Hex | 15 | 35 | 47 | 46 | 19 | 0 | 48 | CA | 36 | 12 |
| Octal | 25 | 65 | 107 | 106 | 31 | 0 | 110 | 312 | 66 | 22 |
| Binary | 10101 | 110101 | 1000111 | 1000110 | 11001 | 0 | 1001000 | 11001010 | 110110 | 10010 |
Color Harmonies of #153547
Complementary color
Monochromatic Colors of #153547
Black with #153547
Text Example
Text Example
White with #153547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153547; }
p { color: rgb(21,53,71); }
H1.HeaderClassName
{
color: #153547;
}
.AnyTagClassName
{
color: #153547;
}
</style>
background-color css
<style>
a { background-color: #153547; }
a { background-color: rgb(21,53,71); }
div.DivClassName
{
background-color: #153547;
}
.BgClassName
{
background-color: #153547;
}
</style>
border-color css
<style>
span { border-color: #153547; }
span { border-color: rgb(21,53,71); }
td.TdClassName
{
border-color: #153547;
}
.TagClassName
{
border-color: #153547;
}
</style>