Shades of Blue Whale #15374B
Tints of Blue Whale #15374B
RGB
CMYK
RGB Variations
Color information
#15374B (or 0x15374B) is known color: Blue Whale. HEX triplet: 15, 37 and 4B. RGB value is (21,55,75). Sum of RGB (Red+Green+Blue) = 21+55+75=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #15374B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15374B is #EAC8B4. Grayscale: #2E2E2E. Windows color (decimal): -15386805 or 4929301. OLE color: 4929301.
HSL color Cylindrical-coordinate representation of color #15374B: hue angle of 202.22º 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 #15374B is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 55 | 75 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.71 |
| HSL | 202.22º | 0.56% | 0.19% | - |
| HSV(B) | 202.22º | 0.72% | 0.29% | - |
| XYZ | 2.95 | 3.4 | 7.16 | - |
| YUV | 47.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 75 | 0.72 | 0.27 | 0 | 0.71 | 202.22 | 0.56 | 0.19 |
| Hex | 15 | 37 | 4B | 48 | 1B | 0 | 47 | CA | 38 | 13 |
| Octal | 25 | 67 | 113 | 110 | 33 | 0 | 107 | 312 | 70 | 23 |
| Binary | 10101 | 110111 | 1001011 | 1001000 | 11011 | 0 | 1000111 | 11001010 | 111000 | 10011 |
Color Harmonies of #15374B
Complementary color
Monochromatic Colors of #15374B
Black with #15374B
Text Example
Text Example
White with #15374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15374B; }
p { color: rgb(21,55,75); }
H1.HeaderClassName
{
color: #15374B;
}
.AnyTagClassName
{
color: #15374B;
}
</style>
background-color css
<style>
a { background-color: #15374B; }
a { background-color: rgb(21,55,75); }
div.DivClassName
{
background-color: #15374B;
}
.BgClassName
{
background-color: #15374B;
}
</style>
border-color css
<style>
span { border-color: #15374B; }
span { border-color: rgb(21,55,75); }
td.TdClassName
{
border-color: #15374B;
}
.TagClassName
{
border-color: #15374B;
}
</style>