Shades of Blue Whale #152F41
Tints of Blue Whale #152F41
RGB
CMYK
RGB Variations
Color information
#152F41 (or 0x152F41) is known color: Blue Whale. HEX triplet: 15, 2F and 41. RGB value is (21,47,65). Sum of RGB (Red+Green+Blue) = 21+47+65=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #152F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F41 is #EAD0BE. Grayscale: #292929. Windows color (decimal): -15388863 or 4271893. OLE color: 4271893.
HSL color Cylindrical-coordinate representation of color #152F41: hue angle of 204.55º 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 #152F41 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 47 | 65 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.75 |
| HSL | 204.55º | 0.51% | 0.17% | - |
| HSV(B) | 204.55º | 0.68% | 0.25% | - |
| XYZ | 2.28 | 2.57 | 5.38 | - |
| YUV | 41.28 | 141.39 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 65 | 0.68 | 0.28 | 0 | 0.75 | 204.55 | 0.51 | 0.17 |
| Hex | 15 | 2F | 41 | 44 | 1C | 0 | 4B | CD | 33 | 11 |
| Octal | 25 | 57 | 101 | 104 | 34 | 0 | 113 | 315 | 63 | 21 |
| Binary | 10101 | 101111 | 1000001 | 1000100 | 11100 | 0 | 1001011 | 11001101 | 110011 | 10001 |
Color Harmonies of #152F41
Complementary color
Monochromatic Colors of #152F41
Black with #152F41
Text Example
Text Example
White with #152F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F41; }
p { color: rgb(21,47,65); }
H1.HeaderClassName
{
color: #152F41;
}
.AnyTagClassName
{
color: #152F41;
}
</style>
background-color css
<style>
a { background-color: #152F41; }
a { background-color: rgb(21,47,65); }
div.DivClassName
{
background-color: #152F41;
}
.BgClassName
{
background-color: #152F41;
}
</style>
border-color css
<style>
span { border-color: #152F41; }
span { border-color: rgb(21,47,65); }
td.TdClassName
{
border-color: #152F41;
}
.TagClassName
{
border-color: #152F41;
}
</style>