Shades of Blue Whale #14354A
Tints of Blue Whale #14354A
RGB
CMYK
RGB Variations
Color information
#14354A (or 0x14354A) is known color: Blue Whale. HEX triplet: 14, 35 and 4A. RGB value is (20,53,74). Sum of RGB (Red+Green+Blue) = 20+53+74=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #14354A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14354A is #EBCAB5. Grayscale: #2D2D2D. Windows color (decimal): -15452854 or 4863252. OLE color: 4863252.
HSL color Cylindrical-coordinate representation of color #14354A: hue angle of 203.33º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14354A is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 53 | 74 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.71 |
| HSL | 203.33º | 0.57% | 0.18% | - |
| HSV(B) | 203.33º | 0.73% | 0.29% | - |
| XYZ | 2.8 | 3.19 | 6.95 | - |
| YUV | 45.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 74 | 0.73 | 0.28 | 0 | 0.71 | 203.33 | 0.57 | 0.18 |
| Hex | 14 | 35 | 4A | 49 | 1C | 0 | 47 | CB | 39 | 12 |
| Octal | 24 | 65 | 112 | 111 | 34 | 0 | 107 | 313 | 71 | 22 |
| Binary | 10100 | 110101 | 1001010 | 1001001 | 11100 | 0 | 1000111 | 11001011 | 111001 | 10010 |
Color Harmonies of #14354A
Complementary color
Monochromatic Colors of #14354A
Black with #14354A
Text Example
Text Example
White with #14354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14354A; }
p { color: rgb(20,53,74); }
H1.HeaderClassName
{
color: #14354A;
}
.AnyTagClassName
{
color: #14354A;
}
</style>
background-color css
<style>
a { background-color: #14354A; }
a { background-color: rgb(20,53,74); }
div.DivClassName
{
background-color: #14354A;
}
.BgClassName
{
background-color: #14354A;
}
</style>
border-color css
<style>
span { border-color: #14354A; }
span { border-color: rgb(20,53,74); }
td.TdClassName
{
border-color: #14354A;
}
.TagClassName
{
border-color: #14354A;
}
</style>