Shades of Blue Whale #14334E
Tints of Blue Whale #14334E
RGB
CMYK
RGB Variations
Color information
#14334E (or 0x14334E) is known color: Blue Whale. HEX triplet: 14, 33 and 4E. RGB value is (20,51,78). Sum of RGB (Red+Green+Blue) = 20+51+78=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #14334E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14334E is #EBCCB1. Grayscale: #2C2C2C. Windows color (decimal): -15453362 or 5124884. OLE color: 5124884.
HSL color Cylindrical-coordinate representation of color #14334E: hue angle of 207.93º 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 #14334E is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 51 | 78 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.69 |
| HSL | 207.93º | 0.59% | 0.19% | - |
| HSV(B) | 207.93º | 0.74% | 0.31% | - |
| XYZ | 2.85 | 3.07 | 7.65 | - |
| YUV | 44.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 78 | 0.74 | 0.35 | 0 | 0.69 | 207.93 | 0.59 | 0.19 |
| Hex | 14 | 33 | 4E | 4A | 23 | 0 | 45 | D0 | 3B | 13 |
| Octal | 24 | 63 | 116 | 112 | 43 | 0 | 105 | 320 | 73 | 23 |
| Binary | 10100 | 110011 | 1001110 | 1001010 | 100011 | 0 | 1000101 | 11010000 | 111011 | 10011 |
Color Harmonies of #14334E
Complementary color
Monochromatic Colors of #14334E
Black with #14334E
Text Example
Text Example
White with #14334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14334E; }
p { color: rgb(20,51,78); }
H1.HeaderClassName
{
color: #14334E;
}
.AnyTagClassName
{
color: #14334E;
}
</style>
background-color css
<style>
a { background-color: #14334E; }
a { background-color: rgb(20,51,78); }
div.DivClassName
{
background-color: #14334E;
}
.BgClassName
{
background-color: #14334E;
}
</style>
border-color css
<style>
span { border-color: #14334E; }
span { border-color: rgb(20,51,78); }
td.TdClassName
{
border-color: #14334E;
}
.TagClassName
{
border-color: #14334E;
}
</style>