Shades of Blue Whale #153548
Tints of Blue Whale #153548
RGB
CMYK
RGB Variations
Color information
#153548 (or 0x153548) is known color: Blue Whale. HEX triplet: 15, 35 and 48. RGB value is (21,53,72). Sum of RGB (Red+Green+Blue) = 21+53+72=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #153548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153548 is #EACAB7. Grayscale: #2D2D2D. Windows color (decimal): -15387320 or 4732181. OLE color: 4732181.
HSL color Cylindrical-coordinate representation of color #153548: hue angle of 202.35º 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 #153548 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 53 | 72 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.72 |
| HSL | 202.35º | 0.55% | 0.18% | - |
| HSV(B) | 202.35º | 0.71% | 0.28% | - |
| XYZ | 2.75 | 3.17 | 6.6 | - |
| YUV | 45.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 72 | 0.71 | 0.26 | 0 | 0.72 | 202.35 | 0.55 | 0.18 |
| Hex | 15 | 35 | 48 | 47 | 1A | 0 | 48 | CA | 37 | 12 |
| Octal | 25 | 65 | 110 | 107 | 32 | 0 | 110 | 312 | 67 | 22 |
| Binary | 10101 | 110101 | 1001000 | 1000111 | 11010 | 0 | 1001000 | 11001010 | 110111 | 10010 |
Color Harmonies of #153548
Complementary color
Monochromatic Colors of #153548
Black with #153548
Text Example
Text Example
White with #153548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153548; }
p { color: rgb(21,53,72); }
H1.HeaderClassName
{
color: #153548;
}
.AnyTagClassName
{
color: #153548;
}
</style>
background-color css
<style>
a { background-color: #153548; }
a { background-color: rgb(21,53,72); }
div.DivClassName
{
background-color: #153548;
}
.BgClassName
{
background-color: #153548;
}
</style>
border-color css
<style>
span { border-color: #153548; }
span { border-color: rgb(21,53,72); }
td.TdClassName
{
border-color: #153548;
}
.TagClassName
{
border-color: #153548;
}
</style>