Shades of Blue Whale #15324B
Tints of Blue Whale #15324B
RGB
CMYK
RGB Variations
Color information
#15324B (or 0x15324B) is known color: Blue Whale. HEX triplet: 15, 32 and 4B. RGB value is (21,50,75). Sum of RGB (Red+Green+Blue) = 21+50+75=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #15324B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15324B is #EACDB4. Grayscale: #2C2C2C. Windows color (decimal): -15388085 or 4928021. OLE color: 4928021.
HSL color Cylindrical-coordinate representation of color #15324B: hue angle of 207.78º 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 #15324B is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 50 | 75 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.71 |
| HSL | 207.78º | 0.56% | 0.19% | - |
| HSV(B) | 207.78º | 0.72% | 0.29% | - |
| XYZ | 2.72 | 2.95 | 7.08 | - |
| YUV | 44.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 50 | 75 | 0.72 | 0.33 | 0 | 0.71 | 207.78 | 0.56 | 0.19 |
| Hex | 15 | 32 | 4B | 48 | 21 | 0 | 47 | D0 | 38 | 13 |
| Octal | 25 | 62 | 113 | 110 | 41 | 0 | 107 | 320 | 70 | 23 |
| Binary | 10101 | 110010 | 1001011 | 1001000 | 100001 | 0 | 1000111 | 11010000 | 111000 | 10011 |
Color Harmonies of #15324B
Complementary color
Monochromatic Colors of #15324B
Black with #15324B
Text Example
Text Example
White with #15324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15324B; }
p { color: rgb(21,50,75); }
H1.HeaderClassName
{
color: #15324B;
}
.AnyTagClassName
{
color: #15324B;
}
</style>
background-color css
<style>
a { background-color: #15324B; }
a { background-color: rgb(21,50,75); }
div.DivClassName
{
background-color: #15324B;
}
.BgClassName
{
background-color: #15324B;
}
</style>
border-color css
<style>
span { border-color: #15324B; }
span { border-color: rgb(21,50,75); }
td.TdClassName
{
border-color: #15324B;
}
.TagClassName
{
border-color: #15324B;
}
</style>