Shades of Blue Whale #153542
Tints of Blue Whale #153542
RGB
CMYK
RGB Variations
Color information
#153542 (or 0x153542) is known color: Blue Whale. HEX triplet: 15, 35 and 42. RGB value is (21,53,66). Sum of RGB (Red+Green+Blue) = 21+53+66=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 66 - color contains mainly: blue. Hex color #153542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153542 is #EACABD. Grayscale: #2C2C2C. Windows color (decimal): -15387326 or 4338965. OLE color: 4338965.
HSL color Cylindrical-coordinate representation of color #153542: hue angle of 197.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #153542 is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 53 | 66 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.74 |
| HSL | 197.33º | 0.52% | 0.17% | - |
| HSV(B) | 197.33º | 0.68% | 0.26% | - |
| XYZ | 2.57 | 3.1 | 5.62 | - |
| YUV | 44.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 66 | 0.68 | 0.20 | 0 | 0.74 | 197.33 | 0.52 | 0.17 |
| Hex | 15 | 35 | 42 | 44 | 14 | 0 | 4A | C5 | 34 | 11 |
| Octal | 25 | 65 | 102 | 104 | 24 | 0 | 112 | 305 | 64 | 21 |
| Binary | 10101 | 110101 | 1000010 | 1000100 | 10100 | 0 | 1001010 | 11000101 | 110100 | 10001 |
Color Harmonies of #153542
Complementary color
Monochromatic Colors of #153542
Black with #153542
Text Example
Text Example
White with #153542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153542; }
p { color: rgb(21,53,66); }
H1.HeaderClassName
{
color: #153542;
}
.AnyTagClassName
{
color: #153542;
}
</style>
background-color css
<style>
a { background-color: #153542; }
a { background-color: rgb(21,53,66); }
div.DivClassName
{
background-color: #153542;
}
.BgClassName
{
background-color: #153542;
}
</style>
border-color css
<style>
span { border-color: #153542; }
span { border-color: rgb(21,53,66); }
td.TdClassName
{
border-color: #153542;
}
.TagClassName
{
border-color: #153542;
}
</style>