Shades of Blue Whale #15364D
Tints of Blue Whale #15364D
RGB
CMYK
RGB Variations
Color information
#15364D (or 0x15364D) is known color: Blue Whale. HEX triplet: 15, 36 and 4D. RGB value is (21,54,77). Sum of RGB (Red+Green+Blue) = 21+54+77=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #15364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15364D is #EAC9B2. Grayscale: #2E2E2E. Windows color (decimal): -15387059 or 5060117. OLE color: 5060117.
HSL color Cylindrical-coordinate representation of color #15364D: hue angle of 204.64º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15364D is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 54 | 77 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.70 |
| HSL | 204.64º | 0.57% | 0.19% | - |
| HSV(B) | 204.64º | 0.73% | 0.3% | - |
| XYZ | 2.97 | 3.33 | 7.51 | - |
| YUV | 46.76 | 145.07 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 54 | 77 | 0.73 | 0.30 | 0 | 0.70 | 204.64 | 0.57 | 0.19 |
| Hex | 15 | 36 | 4D | 49 | 1E | 0 | 46 | CD | 39 | 13 |
| Octal | 25 | 66 | 115 | 111 | 36 | 0 | 106 | 315 | 71 | 23 |
| Binary | 10101 | 110110 | 1001101 | 1001001 | 11110 | 0 | 1000110 | 11001101 | 111001 | 10011 |
Color Harmonies of #15364D
Complementary color
Monochromatic Colors of #15364D
Black with #15364D
Text Example
Text Example
White with #15364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15364D; }
p { color: rgb(21,54,77); }
H1.HeaderClassName
{
color: #15364D;
}
.AnyTagClassName
{
color: #15364D;
}
</style>
background-color css
<style>
a { background-color: #15364D; }
a { background-color: rgb(21,54,77); }
div.DivClassName
{
background-color: #15364D;
}
.BgClassName
{
background-color: #15364D;
}
</style>
border-color css
<style>
span { border-color: #15364D; }
span { border-color: rgb(21,54,77); }
td.TdClassName
{
border-color: #15364D;
}
.TagClassName
{
border-color: #15364D;
}
</style>