Shades of Blue Whale #153545
Tints of Blue Whale #153545
RGB
CMYK
RGB Variations
Color information
#153545 (or 0x153545) is known color: Blue Whale. HEX triplet: 15, 35 and 45. RGB value is (21,53,69). Sum of RGB (Red+Green+Blue) = 21+53+69=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 69 - color contains mainly: blue. Hex color #153545 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153545 is #EACABA. Grayscale: #2D2D2D. Windows color (decimal): -15387323 or 4535573. OLE color: 4535573.
HSL color Cylindrical-coordinate representation of color #153545: hue angle of 200º degrees, saturation: 0.53, 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 #153545 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 53 | 69 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.73 |
| HSL | 200º | 0.53% | 0.18% | - |
| HSV(B) | 200º | 0.7% | 0.27% | - |
| XYZ | 2.66 | 3.14 | 6.1 | - |
| YUV | 45.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 69 | 0.70 | 0.23 | 0 | 0.73 | 200 | 0.53 | 0.18 |
| Hex | 15 | 35 | 45 | 46 | 17 | 0 | 49 | C8 | 35 | 12 |
| Octal | 25 | 65 | 105 | 106 | 27 | 0 | 111 | 310 | 65 | 22 |
| Binary | 10101 | 110101 | 1000101 | 1000110 | 10111 | 0 | 1001001 | 11001000 | 110101 | 10010 |
Color Harmonies of #153545
Complementary color
Monochromatic Colors of #153545
Black with #153545
Text Example
Text Example
White with #153545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153545; }
p { color: rgb(21,53,69); }
H1.HeaderClassName
{
color: #153545;
}
.AnyTagClassName
{
color: #153545;
}
</style>
background-color css
<style>
a { background-color: #153545; }
a { background-color: rgb(21,53,69); }
div.DivClassName
{
background-color: #153545;
}
.BgClassName
{
background-color: #153545;
}
</style>
border-color css
<style>
span { border-color: #153545; }
span { border-color: rgb(21,53,69); }
td.TdClassName
{
border-color: #153545;
}
.TagClassName
{
border-color: #153545;
}
</style>