Shades of Blue Whale #14374C
Tints of Blue Whale #14374C
RGB
CMYK
RGB Variations
Color information
#14374C (or 0x14374C) is known color: Blue Whale. HEX triplet: 14, 37 and 4C. RGB value is (20,55,76). Sum of RGB (Red+Green+Blue) = 20+55+76=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #14374C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14374C is #EBC8B3. Grayscale: #2E2E2E. Windows color (decimal): -15452340 or 4994836. OLE color: 4994836.
HSL color Cylindrical-coordinate representation of color #14374C: hue angle of 202.5º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14374C is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 55 | 76 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.70 |
| HSL | 202.5º | 0.58% | 0.19% | - |
| HSV(B) | 202.5º | 0.74% | 0.3% | - |
| XYZ | 2.96 | 3.4 | 7.34 | - |
| YUV | 46.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 76 | 0.74 | 0.28 | 0 | 0.70 | 202.5 | 0.58 | 0.19 |
| Hex | 14 | 37 | 4C | 4A | 1C | 0 | 46 | CA | 3A | 13 |
| Octal | 24 | 67 | 114 | 112 | 34 | 0 | 106 | 312 | 72 | 23 |
| Binary | 10100 | 110111 | 1001100 | 1001010 | 11100 | 0 | 1000110 | 11001010 | 111010 | 10011 |
Color Harmonies of #14374C
Complementary color
Monochromatic Colors of #14374C
Black with #14374C
Text Example
Text Example
White with #14374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14374C; }
p { color: rgb(20,55,76); }
H1.HeaderClassName
{
color: #14374C;
}
.AnyTagClassName
{
color: #14374C;
}
</style>
background-color css
<style>
a { background-color: #14374C; }
a { background-color: rgb(20,55,76); }
div.DivClassName
{
background-color: #14374C;
}
.BgClassName
{
background-color: #14374C;
}
</style>
border-color css
<style>
span { border-color: #14374C; }
span { border-color: rgb(20,55,76); }
td.TdClassName
{
border-color: #14374C;
}
.TagClassName
{
border-color: #14374C;
}
</style>