Shades of Blue Whale #14314A
Tints of Blue Whale #14314A
RGB
CMYK
RGB Variations
Color information
#14314A (or 0x14314A) is known color: Blue Whale. HEX triplet: 14, 31 and 4A. RGB value is (20,49,74). Sum of RGB (Red+Green+Blue) = 20+49+74=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #14314A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14314A is #EBCEB5. Grayscale: #2B2B2B. Windows color (decimal): -15453878 or 4862228. OLE color: 4862228.
HSL color Cylindrical-coordinate representation of color #14314A: hue angle of 207.78º 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 #14314A is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 49 | 74 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.71 |
| HSL | 207.78º | 0.57% | 0.18% | - |
| HSV(B) | 207.78º | 0.73% | 0.29% | - |
| XYZ | 2.62 | 2.84 | 6.89 | - |
| YUV | 43.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 74 | 0.73 | 0.34 | 0 | 0.71 | 207.78 | 0.57 | 0.18 |
| Hex | 14 | 31 | 4A | 49 | 22 | 0 | 47 | D0 | 39 | 12 |
| Octal | 24 | 61 | 112 | 111 | 42 | 0 | 107 | 320 | 71 | 22 |
| Binary | 10100 | 110001 | 1001010 | 1001001 | 100010 | 0 | 1000111 | 11010000 | 111001 | 10010 |
Color Harmonies of #14314A
Complementary color
Monochromatic Colors of #14314A
Black with #14314A
Text Example
Text Example
White with #14314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14314A; }
p { color: rgb(20,49,74); }
H1.HeaderClassName
{
color: #14314A;
}
.AnyTagClassName
{
color: #14314A;
}
</style>
background-color css
<style>
a { background-color: #14314A; }
a { background-color: rgb(20,49,74); }
div.DivClassName
{
background-color: #14314A;
}
.BgClassName
{
background-color: #14314A;
}
</style>
border-color css
<style>
span { border-color: #14314A; }
span { border-color: rgb(20,49,74); }
td.TdClassName
{
border-color: #14314A;
}
.TagClassName
{
border-color: #14314A;
}
</style>