Shades of Blue Whale #15354B
Tints of Blue Whale #15354B
RGB
CMYK
RGB Variations
Color information
#15354B (or 0x15354B) is known color: Blue Whale. HEX triplet: 15, 35 and 4B. RGB value is (21,53,75). Sum of RGB (Red+Green+Blue) = 21+53+75=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #15354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15354B is #EACAB4. Grayscale: #2D2D2D. Windows color (decimal): -15387317 or 4928789. OLE color: 4928789.
HSL color Cylindrical-coordinate representation of color #15354B: hue angle of 204.44º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15354B is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 53 | 75 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.71 |
| HSL | 204.44º | 0.56% | 0.19% | - |
| HSV(B) | 204.44º | 0.72% | 0.29% | - |
| XYZ | 2.85 | 3.21 | 7.13 | - |
| YUV | 45.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 75 | 0.72 | 0.29 | 0 | 0.71 | 204.44 | 0.56 | 0.19 |
| Hex | 15 | 35 | 4B | 48 | 1D | 0 | 47 | CC | 38 | 13 |
| Octal | 25 | 65 | 113 | 110 | 35 | 0 | 107 | 314 | 70 | 23 |
| Binary | 10101 | 110101 | 1001011 | 1001000 | 11101 | 0 | 1000111 | 11001100 | 111000 | 10011 |
Color Harmonies of #15354B
Complementary color
Monochromatic Colors of #15354B
Black with #15354B
Text Example
Text Example
White with #15354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15354B; }
p { color: rgb(21,53,75); }
H1.HeaderClassName
{
color: #15354B;
}
.AnyTagClassName
{
color: #15354B;
}
</style>
background-color css
<style>
a { background-color: #15354B; }
a { background-color: rgb(21,53,75); }
div.DivClassName
{
background-color: #15354B;
}
.BgClassName
{
background-color: #15354B;
}
</style>
border-color css
<style>
span { border-color: #15354B; }
span { border-color: rgb(21,53,75); }
td.TdClassName
{
border-color: #15354B;
}
.TagClassName
{
border-color: #15354B;
}
</style>