Shades of Blue Whale #153341
Tints of Blue Whale #153341
RGB
CMYK
RGB Variations
Color information
#153341 (or 0x153341) is known color: Blue Whale. HEX triplet: 15, 33 and 41. RGB value is (21,51,65). Sum of RGB (Red+Green+Blue) = 21+51+65=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #153341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153341 is #EACCBE. Grayscale: #2B2B2B. Windows color (decimal): -15387839 or 4272917. OLE color: 4272917.
HSL color Cylindrical-coordinate representation of color #153341: hue angle of 199.09º 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 #153341 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 51 | 65 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.75 |
| HSL | 199.09º | 0.51% | 0.17% | - |
| HSV(B) | 199.09º | 0.68% | 0.25% | - |
| XYZ | 2.45 | 2.91 | 5.43 | - |
| YUV | 43.63 | 140.06 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 65 | 0.68 | 0.22 | 0 | 0.75 | 199.09 | 0.51 | 0.17 |
| Hex | 15 | 33 | 41 | 44 | 16 | 0 | 4B | C7 | 33 | 11 |
| Octal | 25 | 63 | 101 | 104 | 26 | 0 | 113 | 307 | 63 | 21 |
| Binary | 10101 | 110011 | 1000001 | 1000100 | 10110 | 0 | 1001011 | 11000111 | 110011 | 10001 |
Color Harmonies of #153341
Complementary color
Monochromatic Colors of #153341
Black with #153341
Text Example
Text Example
White with #153341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153341; }
p { color: rgb(21,51,65); }
H1.HeaderClassName
{
color: #153341;
}
.AnyTagClassName
{
color: #153341;
}
</style>
background-color css
<style>
a { background-color: #153341; }
a { background-color: rgb(21,51,65); }
div.DivClassName
{
background-color: #153341;
}
.BgClassName
{
background-color: #153341;
}
</style>
border-color css
<style>
span { border-color: #153341; }
span { border-color: rgb(21,51,65); }
td.TdClassName
{
border-color: #153341;
}
.TagClassName
{
border-color: #153341;
}
</style>