Shades of Blue Whale #15374A
Tints of Blue Whale #15374A
RGB
CMYK
RGB Variations
Color information
#15374A (or 0x15374A) is known color: Blue Whale. HEX triplet: 15, 37 and 4A. RGB value is (21,55,74). Sum of RGB (Red+Green+Blue) = 21+55+74=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #15374A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15374A is #EAC8B5. Grayscale: #2E2E2E. Windows color (decimal): -15386806 or 4863765. OLE color: 4863765.
HSL color Cylindrical-coordinate representation of color #15374A: hue angle of 201.51º 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 #15374A is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 55 | 74 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.71 |
| HSL | 201.51º | 0.56% | 0.19% | - |
| HSV(B) | 201.51º | 0.72% | 0.29% | - |
| XYZ | 2.91 | 3.39 | 6.98 | - |
| YUV | 47 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 55 | 74 | 0.72 | 0.26 | 0 | 0.71 | 201.51 | 0.56 | 0.19 |
| Hex | 15 | 37 | 4A | 48 | 1A | 0 | 47 | CA | 38 | 13 |
| Octal | 25 | 67 | 112 | 110 | 32 | 0 | 107 | 312 | 70 | 23 |
| Binary | 10101 | 110111 | 1001010 | 1001000 | 11010 | 0 | 1000111 | 11001010 | 111000 | 10011 |
Color Harmonies of #15374A
Complementary color
Monochromatic Colors of #15374A
Black with #15374A
Text Example
Text Example
White with #15374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15374A; }
p { color: rgb(21,55,74); }
H1.HeaderClassName
{
color: #15374A;
}
.AnyTagClassName
{
color: #15374A;
}
</style>
background-color css
<style>
a { background-color: #15374A; }
a { background-color: rgb(21,55,74); }
div.DivClassName
{
background-color: #15374A;
}
.BgClassName
{
background-color: #15374A;
}
</style>
border-color css
<style>
span { border-color: #15374A; }
span { border-color: rgb(21,55,74); }
td.TdClassName
{
border-color: #15374A;
}
.TagClassName
{
border-color: #15374A;
}
</style>