Shades of Blue Whale #153A47
Tints of Blue Whale #153A47
RGB
CMYK
RGB Variations
Color information
#153A47 (or 0x153A47) is known color: Blue Whale. HEX triplet: 15, 3A and 47. RGB value is (21,58,71). Sum of RGB (Red+Green+Blue) = 21+58+71=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #153A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A47 is #EAC5B8. Grayscale: #303030. Windows color (decimal): -15386041 or 4667925. OLE color: 4667925.
HSL color Cylindrical-coordinate representation of color #153A47: hue angle of 195.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #153A47 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 58 | 71 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.72 |
| HSL | 195.6º | 0.54% | 0.18% | - |
| HSV(B) | 195.6º | 0.7% | 0.28% | - |
| XYZ | 2.96 | 3.64 | 6.51 | - |
| YUV | 48.42 | 140.74 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 71 | 0.70 | 0.18 | 0 | 0.72 | 195.6 | 0.54 | 0.18 |
| Hex | 15 | 3A | 47 | 46 | 12 | 0 | 48 | C4 | 36 | 12 |
| Octal | 25 | 72 | 107 | 106 | 22 | 0 | 110 | 304 | 66 | 22 |
| Binary | 10101 | 111010 | 1000111 | 1000110 | 10010 | 0 | 1001000 | 11000100 | 110110 | 10010 |
Color Harmonies of #153A47
Complementary color
Monochromatic Colors of #153A47
Black with #153A47
Text Example
Text Example
White with #153A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A47; }
p { color: rgb(21,58,71); }
H1.HeaderClassName
{
color: #153A47;
}
.AnyTagClassName
{
color: #153A47;
}
</style>
background-color css
<style>
a { background-color: #153A47; }
a { background-color: rgb(21,58,71); }
div.DivClassName
{
background-color: #153A47;
}
.BgClassName
{
background-color: #153A47;
}
</style>
border-color css
<style>
span { border-color: #153A47; }
span { border-color: rgb(21,58,71); }
td.TdClassName
{
border-color: #153A47;
}
.TagClassName
{
border-color: #153A47;
}
</style>