Shades of Blue Whale #153A48
Tints of Blue Whale #153A48
RGB
CMYK
RGB Variations
Color information
#153A48 (or 0x153A48) is known color: Blue Whale. HEX triplet: 15, 3A and 48. RGB value is (21,58,72). Sum of RGB (Red+Green+Blue) = 21+58+72=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #153A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A48 is #EAC5B7. Grayscale: #303030. Windows color (decimal): -15386040 or 4733461. OLE color: 4733461.
HSL color Cylindrical-coordinate representation of color #153A48: hue angle of 196.47º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #153A48 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 58 | 72 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.72 |
| HSL | 196.47º | 0.55% | 0.18% | - |
| HSV(B) | 196.47º | 0.71% | 0.28% | - |
| XYZ | 2.99 | 3.65 | 6.68 | - |
| YUV | 48.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 72 | 0.71 | 0.19 | 0 | 0.72 | 196.47 | 0.55 | 0.18 |
| Hex | 15 | 3A | 48 | 47 | 13 | 0 | 48 | C4 | 37 | 12 |
| Octal | 25 | 72 | 110 | 107 | 23 | 0 | 110 | 304 | 67 | 22 |
| Binary | 10101 | 111010 | 1001000 | 1000111 | 10011 | 0 | 1001000 | 11000100 | 110111 | 10010 |
Color Harmonies of #153A48
Complementary color
Monochromatic Colors of #153A48
Black with #153A48
Text Example
Text Example
White with #153A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A48; }
p { color: rgb(21,58,72); }
H1.HeaderClassName
{
color: #153A48;
}
.AnyTagClassName
{
color: #153A48;
}
</style>
background-color css
<style>
a { background-color: #153A48; }
a { background-color: rgb(21,58,72); }
div.DivClassName
{
background-color: #153A48;
}
.BgClassName
{
background-color: #153A48;
}
</style>
border-color css
<style>
span { border-color: #153A48; }
span { border-color: rgb(21,58,72); }
td.TdClassName
{
border-color: #153A48;
}
.TagClassName
{
border-color: #153A48;
}
</style>