Shades of Blue Whale #14354D
Tints of Blue Whale #14354D
RGB
CMYK
RGB Variations
Color information
#14354D (or 0x14354D) is known color: Blue Whale. HEX triplet: 14, 35 and 4D. RGB value is (20,53,77). Sum of RGB (Red+Green+Blue) = 20+53+77=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #14354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14354D is #EBCAB2. Grayscale: #2D2D2D. Windows color (decimal): -15452851 or 5059860. OLE color: 5059860.
HSL color Cylindrical-coordinate representation of color #14354D: hue angle of 205.26º 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 #14354D is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 53 | 77 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.70 |
| HSL | 205.26º | 0.59% | 0.19% | - |
| HSV(B) | 205.26º | 0.74% | 0.3% | - |
| XYZ | 2.9 | 3.23 | 7.49 | - |
| YUV | 45.87 | 145.57 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 77 | 0.74 | 0.31 | 0 | 0.70 | 205.26 | 0.59 | 0.19 |
| Hex | 14 | 35 | 4D | 4A | 1F | 0 | 46 | CD | 3B | 13 |
| Octal | 24 | 65 | 115 | 112 | 37 | 0 | 106 | 315 | 73 | 23 |
| Binary | 10100 | 110101 | 1001101 | 1001010 | 11111 | 0 | 1000110 | 11001101 | 111011 | 10011 |
Color Harmonies of #14354D
Complementary color
Monochromatic Colors of #14354D
Black with #14354D
Text Example
Text Example
White with #14354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14354D; }
p { color: rgb(20,53,77); }
H1.HeaderClassName
{
color: #14354D;
}
.AnyTagClassName
{
color: #14354D;
}
</style>
background-color css
<style>
a { background-color: #14354D; }
a { background-color: rgb(20,53,77); }
div.DivClassName
{
background-color: #14354D;
}
.BgClassName
{
background-color: #14354D;
}
</style>
border-color css
<style>
span { border-color: #14354D; }
span { border-color: rgb(20,53,77); }
td.TdClassName
{
border-color: #14354D;
}
.TagClassName
{
border-color: #14354D;
}
</style>