Shades of Blue Whale #153749
Tints of Blue Whale #153749
RGB
CMYK
RGB Variations
Color information
#153749 (or 0x153749) is known color: Blue Whale. HEX triplet: 15, 37 and 49. RGB value is (21,55,73). Sum of RGB (Red+Green+Blue) = 21+55+73=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #153749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153749 is #EAC8B6. Grayscale: #2E2E2E. Windows color (decimal): -15386807 or 4798229. OLE color: 4798229.
HSL color Cylindrical-coordinate representation of color #153749: hue angle of 200.77º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #153749 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 55 | 73 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.71 |
| HSL | 200.77º | 0.55% | 0.18% | - |
| HSV(B) | 200.77º | 0.71% | 0.29% | - |
| XYZ | 2.88 | 3.37 | 6.8 | - |
| YUV | 46.89 | 142.74 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 73 | 0.71 | 0.25 | 0 | 0.71 | 200.77 | 0.55 | 0.18 |
| Hex | 15 | 37 | 49 | 47 | 19 | 0 | 47 | C9 | 37 | 12 |
| Octal | 25 | 67 | 111 | 107 | 31 | 0 | 107 | 311 | 67 | 22 |
| Binary | 10101 | 110111 | 1001001 | 1000111 | 11001 | 0 | 1000111 | 11001001 | 110111 | 10010 |
Color Harmonies of #153749
Complementary color
Monochromatic Colors of #153749
Black with #153749
Text Example
Text Example
White with #153749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153749; }
p { color: rgb(21,55,73); }
H1.HeaderClassName
{
color: #153749;
}
.AnyTagClassName
{
color: #153749;
}
</style>
background-color css
<style>
a { background-color: #153749; }
a { background-color: rgb(21,55,73); }
div.DivClassName
{
background-color: #153749;
}
.BgClassName
{
background-color: #153749;
}
</style>
border-color css
<style>
span { border-color: #153749; }
span { border-color: rgb(21,55,73); }
td.TdClassName
{
border-color: #153749;
}
.TagClassName
{
border-color: #153749;
}
</style>