Shades of Blue Whale #15334E
Tints of Blue Whale #15334E
RGB
CMYK
RGB Variations
Color information
#15334E (or 0x15334E) is known color: Blue Whale. HEX triplet: 15, 33 and 4E. RGB value is (21,51,78). Sum of RGB (Red+Green+Blue) = 21+51+78=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #15334E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15334E is #EACCB1. Grayscale: #2C2C2C. Windows color (decimal): -15387826 or 5124885. OLE color: 5124885.
HSL color Cylindrical-coordinate representation of color #15334E: hue angle of 208.42º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15334E is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 51 | 78 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.69 |
| HSL | 208.42º | 0.58% | 0.19% | - |
| HSV(B) | 208.42º | 0.73% | 0.31% | - |
| XYZ | 2.87 | 3.08 | 7.65 | - |
| YUV | 45.11 | 146.56 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 51 | 78 | 0.73 | 0.35 | 0 | 0.69 | 208.42 | 0.58 | 0.19 |
| Hex | 15 | 33 | 4E | 49 | 23 | 0 | 45 | D0 | 3A | 13 |
| Octal | 25 | 63 | 116 | 111 | 43 | 0 | 105 | 320 | 72 | 23 |
| Binary | 10101 | 110011 | 1001110 | 1001001 | 100011 | 0 | 1000101 | 11010000 | 111010 | 10011 |
Color Harmonies of #15334E
Complementary color
Monochromatic Colors of #15334E
Black with #15334E
Text Example
Text Example
White with #15334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15334E; }
p { color: rgb(21,51,78); }
H1.HeaderClassName
{
color: #15334E;
}
.AnyTagClassName
{
color: #15334E;
}
</style>
background-color css
<style>
a { background-color: #15334E; }
a { background-color: rgb(21,51,78); }
div.DivClassName
{
background-color: #15334E;
}
.BgClassName
{
background-color: #15334E;
}
</style>
border-color css
<style>
span { border-color: #15334E; }
span { border-color: rgb(21,51,78); }
td.TdClassName
{
border-color: #15334E;
}
.TagClassName
{
border-color: #15334E;
}
</style>