Shades of Blue Whale #15384D
Tints of Blue Whale #15384D
RGB
CMYK
RGB Variations
Color information
#15384D (or 0x15384D) is known color: Blue Whale. HEX triplet: 15, 38 and 4D. RGB value is (21,56,77). Sum of RGB (Red+Green+Blue) = 21+56+77=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #15384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15384D is #EAC7B2. Grayscale: #2F2F2F. Windows color (decimal): -15386547 or 5060629. OLE color: 5060629.
HSL color Cylindrical-coordinate representation of color #15384D: hue angle of 202.5º 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 #15384D is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 56 | 77 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.70 |
| HSL | 202.5º | 0.57% | 0.19% | - |
| HSV(B) | 202.5º | 0.73% | 0.3% | - |
| XYZ | 3.06 | 3.52 | 7.54 | - |
| YUV | 47.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 77 | 0.73 | 0.27 | 0 | 0.70 | 202.5 | 0.57 | 0.19 |
| Hex | 15 | 38 | 4D | 49 | 1B | 0 | 46 | CA | 39 | 13 |
| Octal | 25 | 70 | 115 | 111 | 33 | 0 | 106 | 312 | 71 | 23 |
| Binary | 10101 | 111000 | 1001101 | 1001001 | 11011 | 0 | 1000110 | 11001010 | 111001 | 10011 |
Color Harmonies of #15384D
Complementary color
Monochromatic Colors of #15384D
Black with #15384D
Text Example
Text Example
White with #15384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15384D; }
p { color: rgb(21,56,77); }
H1.HeaderClassName
{
color: #15384D;
}
.AnyTagClassName
{
color: #15384D;
}
</style>
background-color css
<style>
a { background-color: #15384D; }
a { background-color: rgb(21,56,77); }
div.DivClassName
{
background-color: #15384D;
}
.BgClassName
{
background-color: #15384D;
}
</style>
border-color css
<style>
span { border-color: #15384D; }
span { border-color: rgb(21,56,77); }
td.TdClassName
{
border-color: #15384D;
}
.TagClassName
{
border-color: #15384D;
}
</style>