Shades of Blue Whale #14304E
Tints of Blue Whale #14304E
RGB
CMYK
RGB Variations
Color information
#14304E (or 0x14304E) is known color: Blue Whale. HEX triplet: 14, 30 and 4E. RGB value is (20,48,78). Sum of RGB (Red+Green+Blue) = 20+48+78=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 78 (30.86% from 255 or 53.42% from 146); Max value from RGB is 78 - color contains mainly: blue. Hex color #14304E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14304E is #EBCFB1. Grayscale: #2A2A2A. Windows color (decimal): -15454130 or 5124116. OLE color: 5124116.
HSL color Cylindrical-coordinate representation of color #14304E: hue angle of 211.03º 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 #14304E is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 48 | 78 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.69 |
| HSL | 211.03º | 0.59% | 0.19% | - |
| HSV(B) | 211.03º | 0.74% | 0.31% | - |
| XYZ | 2.72 | 2.81 | 7.61 | - |
| YUV | 43.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 78 | 0.74 | 0.38 | 0 | 0.69 | 211.03 | 0.59 | 0.19 |
| Hex | 14 | 30 | 4E | 4A | 26 | 0 | 45 | D3 | 3B | 13 |
| Octal | 24 | 60 | 116 | 112 | 46 | 0 | 105 | 323 | 73 | 23 |
| Binary | 10100 | 110000 | 1001110 | 1001010 | 100110 | 0 | 1000101 | 11010011 | 111011 | 10011 |
Color Harmonies of #14304E
Complementary color
Monochromatic Colors of #14304E
Black with #14304E
Text Example
Text Example
White with #14304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14304E; }
p { color: rgb(20,48,78); }
H1.HeaderClassName
{
color: #14304E;
}
.AnyTagClassName
{
color: #14304E;
}
</style>
background-color css
<style>
a { background-color: #14304E; }
a { background-color: rgb(20,48,78); }
div.DivClassName
{
background-color: #14304E;
}
.BgClassName
{
background-color: #14304E;
}
</style>
border-color css
<style>
span { border-color: #14304E; }
span { border-color: rgb(20,48,78); }
td.TdClassName
{
border-color: #14304E;
}
.TagClassName
{
border-color: #14304E;
}
</style>