Shades of Blue Whale #14384E
Tints of Blue Whale #14384E
RGB
CMYK
RGB Variations
Color information
#14384E (or 0x14384E) is known color: Blue Whale. HEX triplet: 14, 38 and 4E. RGB value is (20,56,78). Sum of RGB (Red+Green+Blue) = 20+56+78=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #14384E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14384E is #EBC7B1. Grayscale: #2F2F2F. Windows color (decimal): -15452082 or 5126164. OLE color: 5126164.
HSL color Cylindrical-coordinate representation of color #14384E: hue angle of 202.76º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14384E is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 56 | 78 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.69 |
| HSL | 202.76º | 0.59% | 0.19% | - |
| HSV(B) | 202.76º | 0.74% | 0.31% | - |
| XYZ | 3.08 | 3.53 | 7.73 | - |
| YUV | 47.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 78 | 0.74 | 0.28 | 0 | 0.69 | 202.76 | 0.59 | 0.19 |
| Hex | 14 | 38 | 4E | 4A | 1C | 0 | 45 | CB | 3B | 13 |
| Octal | 24 | 70 | 116 | 112 | 34 | 0 | 105 | 313 | 73 | 23 |
| Binary | 10100 | 111000 | 1001110 | 1001010 | 11100 | 0 | 1000101 | 11001011 | 111011 | 10011 |
Color Harmonies of #14384E
Complementary color
Monochromatic Colors of #14384E
Black with #14384E
Text Example
Text Example
White with #14384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14384E; }
p { color: rgb(20,56,78); }
H1.HeaderClassName
{
color: #14384E;
}
.AnyTagClassName
{
color: #14384E;
}
</style>
background-color css
<style>
a { background-color: #14384E; }
a { background-color: rgb(20,56,78); }
div.DivClassName
{
background-color: #14384E;
}
.BgClassName
{
background-color: #14384E;
}
</style>
border-color css
<style>
span { border-color: #14384E; }
span { border-color: rgb(20,56,78); }
td.TdClassName
{
border-color: #14384E;
}
.TagClassName
{
border-color: #14384E;
}
</style>