Shades of Blue Whale #142E4A
Tints of Blue Whale #142E4A
RGB
CMYK
RGB Variations
Color information
#142E4A (or 0x142E4A) is known color: Blue Whale. HEX triplet: 14, 2E and 4A. RGB value is (20,46,74). Sum of RGB (Red+Green+Blue) = 20+46+74=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #142E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E4A is #EBD1B5. Grayscale: #292929. Windows color (decimal): -15454646 or 4861460. OLE color: 4861460.
HSL color Cylindrical-coordinate representation of color #142E4A: hue angle of 211.11º 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 #142E4A is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 46 | 74 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.71 |
| HSL | 211.11º | 0.57% | 0.18% | - |
| HSV(B) | 211.11º | 0.73% | 0.29% | - |
| XYZ | 2.5 | 2.6 | 6.85 | - |
| YUV | 41.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 46 | 74 | 0.73 | 0.38 | 0 | 0.71 | 211.11 | 0.57 | 0.18 |
| Hex | 14 | 2E | 4A | 49 | 26 | 0 | 47 | D3 | 39 | 12 |
| Octal | 24 | 56 | 112 | 111 | 46 | 0 | 107 | 323 | 71 | 22 |
| Binary | 10100 | 101110 | 1001010 | 1001001 | 100110 | 0 | 1000111 | 11010011 | 111001 | 10010 |
Color Harmonies of #142E4A
Complementary color
Monochromatic Colors of #142E4A
Black with #142E4A
Text Example
Text Example
White with #142E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142E4A; }
p { color: rgb(20,46,74); }
H1.HeaderClassName
{
color: #142E4A;
}
.AnyTagClassName
{
color: #142E4A;
}
</style>
background-color css
<style>
a { background-color: #142E4A; }
a { background-color: rgb(20,46,74); }
div.DivClassName
{
background-color: #142E4A;
}
.BgClassName
{
background-color: #142E4A;
}
</style>
border-color css
<style>
span { border-color: #142E4A; }
span { border-color: rgb(20,46,74); }
td.TdClassName
{
border-color: #142E4A;
}
.TagClassName
{
border-color: #142E4A;
}
</style>