Shades of Blue Whale #14394D
Tints of Blue Whale #14394D
RGB
CMYK
RGB Variations
Color information
#14394D (or 0x14394D) is known color: Blue Whale. HEX triplet: 14, 39 and 4D. RGB value is (20,57,77). Sum of RGB (Red+Green+Blue) = 20+57+77=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #14394D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14394D is #EBC6B2. Grayscale: #303030. Windows color (decimal): -15451827 or 5060884. OLE color: 5060884.
HSL color Cylindrical-coordinate representation of color #14394D: hue angle of 201.05º 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 #14394D is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 57 | 77 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.70 |
| HSL | 201.05º | 0.59% | 0.19% | - |
| HSV(B) | 201.05º | 0.74% | 0.3% | - |
| XYZ | 3.09 | 3.61 | 7.56 | - |
| YUV | 48.22 | 144.24 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 77 | 0.74 | 0.26 | 0 | 0.70 | 201.05 | 0.59 | 0.19 |
| Hex | 14 | 39 | 4D | 4A | 1A | 0 | 46 | C9 | 3B | 13 |
| Octal | 24 | 71 | 115 | 112 | 32 | 0 | 106 | 311 | 73 | 23 |
| Binary | 10100 | 111001 | 1001101 | 1001010 | 11010 | 0 | 1000110 | 11001001 | 111011 | 10011 |
Color Harmonies of #14394D
Complementary color
Monochromatic Colors of #14394D
Black with #14394D
Text Example
Text Example
White with #14394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14394D; }
p { color: rgb(20,57,77); }
H1.HeaderClassName
{
color: #14394D;
}
.AnyTagClassName
{
color: #14394D;
}
</style>
background-color css
<style>
a { background-color: #14394D; }
a { background-color: rgb(20,57,77); }
div.DivClassName
{
background-color: #14394D;
}
.BgClassName
{
background-color: #14394D;
}
</style>
border-color css
<style>
span { border-color: #14394D; }
span { border-color: rgb(20,57,77); }
td.TdClassName
{
border-color: #14394D;
}
.TagClassName
{
border-color: #14394D;
}
</style>