Shades of Blue Whale #15334B
Tints of Blue Whale #15334B
RGB
CMYK
RGB Variations
Color information
#15334B (or 0x15334B) is known color: Blue Whale. HEX triplet: 15, 33 and 4B. RGB value is (21,51,75). Sum of RGB (Red+Green+Blue) = 21+51+75=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #15334B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15334B is #EACCB4. Grayscale: #2C2C2C. Windows color (decimal): -15387829 or 4928277. OLE color: 4928277.
HSL color Cylindrical-coordinate representation of color #15334B: hue angle of 206.67º 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 #15334B is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 51 | 75 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.71 |
| HSL | 206.67º | 0.56% | 0.19% | - |
| HSV(B) | 206.67º | 0.72% | 0.29% | - |
| XYZ | 2.76 | 3.04 | 7.1 | - |
| YUV | 44.77 | 145.06 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 75 | 0.72 | 0.32 | 0 | 0.71 | 206.67 | 0.56 | 0.19 |
| Hex | 15 | 33 | 4B | 48 | 20 | 0 | 47 | CF | 38 | 13 |
| Octal | 25 | 63 | 113 | 110 | 40 | 0 | 107 | 317 | 70 | 23 |
| Binary | 10101 | 110011 | 1001011 | 1001000 | 100000 | 0 | 1000111 | 11001111 | 111000 | 10011 |
Color Harmonies of #15334B
Complementary color
Monochromatic Colors of #15334B
Black with #15334B
Text Example
Text Example
White with #15334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15334B; }
p { color: rgb(21,51,75); }
H1.HeaderClassName
{
color: #15334B;
}
.AnyTagClassName
{
color: #15334B;
}
</style>
background-color css
<style>
a { background-color: #15334B; }
a { background-color: rgb(21,51,75); }
div.DivClassName
{
background-color: #15334B;
}
.BgClassName
{
background-color: #15334B;
}
</style>
border-color css
<style>
span { border-color: #15334B; }
span { border-color: rgb(21,51,75); }
td.TdClassName
{
border-color: #15334B;
}
.TagClassName
{
border-color: #15334B;
}
</style>