Shades of Blue Whale #153145
Tints of Blue Whale #153145
RGB
CMYK
RGB Variations
Color information
#153145 (or 0x153145) is known color: Blue Whale. HEX triplet: 15, 31 and 45. RGB value is (21,49,69). Sum of RGB (Red+Green+Blue) = 21+49+69=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 69 (27.34% from 255 or 49.64% from 139); Max value from RGB is 69 - color contains mainly: blue. Hex color #153145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153145 is #EACEBA. Grayscale: #2A2A2A. Windows color (decimal): -15388347 or 4534549. OLE color: 4534549.
HSL color Cylindrical-coordinate representation of color #153145: hue angle of 205º 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 #153145 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 49 | 69 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.73 |
| HSL | 205º | 0.53% | 0.18% | - |
| HSV(B) | 205º | 0.7% | 0.27% | - |
| XYZ | 2.48 | 2.79 | 6.04 | - |
| YUV | 42.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 69 | 0.70 | 0.29 | 0 | 0.73 | 205 | 0.53 | 0.18 |
| Hex | 15 | 31 | 45 | 46 | 1D | 0 | 49 | CD | 35 | 12 |
| Octal | 25 | 61 | 105 | 106 | 35 | 0 | 111 | 315 | 65 | 22 |
| Binary | 10101 | 110001 | 1000101 | 1000110 | 11101 | 0 | 1001001 | 11001101 | 110101 | 10010 |
Color Harmonies of #153145
Complementary color
Monochromatic Colors of #153145
Black with #153145
Text Example
Text Example
White with #153145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153145; }
p { color: rgb(21,49,69); }
H1.HeaderClassName
{
color: #153145;
}
.AnyTagClassName
{
color: #153145;
}
</style>
background-color css
<style>
a { background-color: #153145; }
a { background-color: rgb(21,49,69); }
div.DivClassName
{
background-color: #153145;
}
.BgClassName
{
background-color: #153145;
}
</style>
border-color css
<style>
span { border-color: #153145; }
span { border-color: rgb(21,49,69); }
td.TdClassName
{
border-color: #153145;
}
.TagClassName
{
border-color: #153145;
}
</style>