Shades of Blue Whale #153546
Tints of Blue Whale #153546
RGB
CMYK
RGB Variations
Color information
#153546 (or 0x153546) is known color: Blue Whale. HEX triplet: 15, 35 and 46. RGB value is (21,53,70). Sum of RGB (Red+Green+Blue) = 21+53+70=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #153546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153546 is #EACAB9. Grayscale: #2D2D2D. Windows color (decimal): -15387322 or 4601109. OLE color: 4601109.
HSL color Cylindrical-coordinate representation of color #153546: hue angle of 200.82º 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 #153546 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 53 | 70 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.73 |
| HSL | 200.82º | 0.54% | 0.18% | - |
| HSV(B) | 200.82º | 0.7% | 0.27% | - |
| XYZ | 2.69 | 3.15 | 6.26 | - |
| YUV | 45.37 | 141.9 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 70 | 0.70 | 0.24 | 0 | 0.73 | 200.82 | 0.54 | 0.18 |
| Hex | 15 | 35 | 46 | 46 | 18 | 0 | 49 | C9 | 36 | 12 |
| Octal | 25 | 65 | 106 | 106 | 30 | 0 | 111 | 311 | 66 | 22 |
| Binary | 10101 | 110101 | 1000110 | 1000110 | 11000 | 0 | 1001001 | 11001001 | 110110 | 10010 |
Color Harmonies of #153546
Complementary color
Monochromatic Colors of #153546
Black with #153546
Text Example
Text Example
White with #153546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153546; }
p { color: rgb(21,53,70); }
H1.HeaderClassName
{
color: #153546;
}
.AnyTagClassName
{
color: #153546;
}
</style>
background-color css
<style>
a { background-color: #153546; }
a { background-color: rgb(21,53,70); }
div.DivClassName
{
background-color: #153546;
}
.BgClassName
{
background-color: #153546;
}
</style>
border-color css
<style>
span { border-color: #153546; }
span { border-color: rgb(21,53,70); }
td.TdClassName
{
border-color: #153546;
}
.TagClassName
{
border-color: #153546;
}
</style>