Shades of Blue Whale #153445
Tints of Blue Whale #153445
RGB
CMYK
RGB Variations
Color information
#153445 (or 0x153445) is known color: Blue Whale. HEX triplet: 15, 34 and 45. RGB value is (21,52,69). Sum of RGB (Red+Green+Blue) = 21+52+69=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 69 - color contains mainly: blue. Hex color #153445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153445 is #EACBBA. Grayscale: #2C2C2C. Windows color (decimal): -15387579 or 4535317. OLE color: 4535317.
HSL color Cylindrical-coordinate representation of color #153445: hue angle of 201.25º 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 #153445 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 52 | 69 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.73 |
| HSL | 201.25º | 0.53% | 0.18% | - |
| HSV(B) | 201.25º | 0.7% | 0.27% | - |
| XYZ | 2.61 | 3.05 | 6.08 | - |
| YUV | 44.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 69 | 0.70 | 0.25 | 0 | 0.73 | 201.25 | 0.53 | 0.18 |
| Hex | 15 | 34 | 45 | 46 | 19 | 0 | 49 | C9 | 35 | 12 |
| Octal | 25 | 64 | 105 | 106 | 31 | 0 | 111 | 311 | 65 | 22 |
| Binary | 10101 | 110100 | 1000101 | 1000110 | 11001 | 0 | 1001001 | 11001001 | 110101 | 10010 |
Color Harmonies of #153445
Complementary color
Monochromatic Colors of #153445
Black with #153445
Text Example
Text Example
White with #153445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153445; }
p { color: rgb(21,52,69); }
H1.HeaderClassName
{
color: #153445;
}
.AnyTagClassName
{
color: #153445;
}
</style>
background-color css
<style>
a { background-color: #153445; }
a { background-color: rgb(21,52,69); }
div.DivClassName
{
background-color: #153445;
}
.BgClassName
{
background-color: #153445;
}
</style>
border-color css
<style>
span { border-color: #153445; }
span { border-color: rgb(21,52,69); }
td.TdClassName
{
border-color: #153445;
}
.TagClassName
{
border-color: #153445;
}
</style>