Shades of Blue Whale #14374D
Tints of Blue Whale #14374D
RGB
CMYK
RGB Variations
Color information
#14374D (or 0x14374D) is known color: Blue Whale. HEX triplet: 14, 37 and 4D. RGB value is (20,55,77). Sum of RGB (Red+Green+Blue) = 20+55+77=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #14374D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14374D is #EBC8B2. Grayscale: #2E2E2E. Windows color (decimal): -15452339 or 5060372. OLE color: 5060372.
HSL color Cylindrical-coordinate representation of color #14374D: hue angle of 203.16º degrees, saturation: 0.59, 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 #14374D is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 55 | 77 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.70 |
| HSL | 203.16º | 0.59% | 0.19% | - |
| HSV(B) | 203.16º | 0.74% | 0.3% | - |
| XYZ | 2.99 | 3.42 | 7.52 | - |
| YUV | 47.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 77 | 0.74 | 0.29 | 0 | 0.70 | 203.16 | 0.59 | 0.19 |
| Hex | 14 | 37 | 4D | 4A | 1D | 0 | 46 | CB | 3B | 13 |
| Octal | 24 | 67 | 115 | 112 | 35 | 0 | 106 | 313 | 73 | 23 |
| Binary | 10100 | 110111 | 1001101 | 1001010 | 11101 | 0 | 1000110 | 11001011 | 111011 | 10011 |
Color Harmonies of #14374D
Complementary color
Monochromatic Colors of #14374D
Black with #14374D
Text Example
Text Example
White with #14374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14374D; }
p { color: rgb(20,55,77); }
H1.HeaderClassName
{
color: #14374D;
}
.AnyTagClassName
{
color: #14374D;
}
</style>
background-color css
<style>
a { background-color: #14374D; }
a { background-color: rgb(20,55,77); }
div.DivClassName
{
background-color: #14374D;
}
.BgClassName
{
background-color: #14374D;
}
</style>
border-color css
<style>
span { border-color: #14374D; }
span { border-color: rgb(20,55,77); }
td.TdClassName
{
border-color: #14374D;
}
.TagClassName
{
border-color: #14374D;
}
</style>