Shades of Blue Whale #153241
Tints of Blue Whale #153241
RGB
CMYK
RGB Variations
Color information
#153241 (or 0x153241) is known color: Blue Whale. HEX triplet: 15, 32 and 41. RGB value is (21,50,65). Sum of RGB (Red+Green+Blue) = 21+50+65=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #153241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153241 is #EACDBE. Grayscale: #2A2A2A. Windows color (decimal): -15388095 or 4272661. OLE color: 4272661.
HSL color Cylindrical-coordinate representation of color #153241: hue angle of 200.45º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #153241 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 50 | 65 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.75 |
| HSL | 200.45º | 0.51% | 0.17% | - |
| HSV(B) | 200.45º | 0.68% | 0.25% | - |
| XYZ | 2.4 | 2.82 | 5.42 | - |
| YUV | 43.04 | 140.39 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 65 | 0.68 | 0.23 | 0 | 0.75 | 200.45 | 0.51 | 0.17 |
| Hex | 15 | 32 | 41 | 44 | 17 | 0 | 4B | C8 | 33 | 11 |
| Octal | 25 | 62 | 101 | 104 | 27 | 0 | 113 | 310 | 63 | 21 |
| Binary | 10101 | 110010 | 1000001 | 1000100 | 10111 | 0 | 1001011 | 11001000 | 110011 | 10001 |
Color Harmonies of #153241
Complementary color
Monochromatic Colors of #153241
Black with #153241
Text Example
Text Example
White with #153241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153241; }
p { color: rgb(21,50,65); }
H1.HeaderClassName
{
color: #153241;
}
.AnyTagClassName
{
color: #153241;
}
</style>
background-color css
<style>
a { background-color: #153241; }
a { background-color: rgb(21,50,65); }
div.DivClassName
{
background-color: #153241;
}
.BgClassName
{
background-color: #153241;
}
</style>
border-color css
<style>
span { border-color: #153241; }
span { border-color: rgb(21,50,65); }
td.TdClassName
{
border-color: #153241;
}
.TagClassName
{
border-color: #153241;
}
</style>