Shades of Blue Whale #15354E
Tints of Blue Whale #15354E
RGB
CMYK
RGB Variations
Color information
#15354E (or 0x15354E) is known color: Blue Whale. HEX triplet: 15, 35 and 4E. RGB value is (21,53,78). Sum of RGB (Red+Green+Blue) = 21+53+78=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #15354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15354E is #EACAB1. Grayscale: #2E2E2E. Windows color (decimal): -15387314 or 5125397. OLE color: 5125397.
HSL color Cylindrical-coordinate representation of color #15354E: hue angle of 206.32º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15354E is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 53 | 78 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.69 |
| HSL | 206.32º | 0.58% | 0.19% | - |
| HSV(B) | 206.32º | 0.73% | 0.31% | - |
| XYZ | 2.96 | 3.26 | 7.68 | - |
| YUV | 46.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 78 | 0.73 | 0.32 | 0 | 0.69 | 206.32 | 0.58 | 0.19 |
| Hex | 15 | 35 | 4E | 49 | 20 | 0 | 45 | CE | 3A | 13 |
| Octal | 25 | 65 | 116 | 111 | 40 | 0 | 105 | 316 | 72 | 23 |
| Binary | 10101 | 110101 | 1001110 | 1001001 | 100000 | 0 | 1000101 | 11001110 | 111010 | 10011 |
Color Harmonies of #15354E
Complementary color
Monochromatic Colors of #15354E
Black with #15354E
Text Example
Text Example
White with #15354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15354E; }
p { color: rgb(21,53,78); }
H1.HeaderClassName
{
color: #15354E;
}
.AnyTagClassName
{
color: #15354E;
}
</style>
background-color css
<style>
a { background-color: #15354E; }
a { background-color: rgb(21,53,78); }
div.DivClassName
{
background-color: #15354E;
}
.BgClassName
{
background-color: #15354E;
}
</style>
border-color css
<style>
span { border-color: #15354E; }
span { border-color: rgb(21,53,78); }
td.TdClassName
{
border-color: #15354E;
}
.TagClassName
{
border-color: #15354E;
}
</style>