Html Css Color HEX #142E49 Blue Whale

📋 copy color: '#142E49'

red 20 ◦ green 46 ◦ blue 73

#142E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #142E49

Tints of Blue Whale #142E49

RGB

 RED value IS 20 (8.2% from 255) = 14.39%

 GREEN value IS 46 (18.36% from 255) = 33.09%

 BLUE value IS 73 (28.91% from 255) = 52.52%

R = 14.39%
G = 33.09%
B = 52.52%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#142E49 (or 0x142E49) is known color: Blue Whale. HEX triplet: 14, 2E and 49. RGB value is (20,46,73). Sum of RGB (Red+Green+Blue) = 20+46+73=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #142E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E49 is #EBD1B6. Grayscale: #292929. Windows color (decimal): -15454647 or 4795924. OLE color: 4795924.

HSL color Cylindrical-coordinate representation of color #142E49: hue angle of 210.57º 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 #142E49 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 46 73 -
CMYK 0.73 0.37 0 0.71
HSL 210.57º 0.57% 0.18% -
HSV(B) 210.57º 0.73% 0.29% -
XYZ 2.47 2.58 6.67 -
YUV 41.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 20 46 73 0.73 0.37 0 0.71 210.57 0.57 0.18
Hex 14 2E 49 49 25 0 47 D3 39 12
Octal 24 56 111 111 45 0 107 323 71 22
Binary 10100 101110 1001001 1001001 100101 0 1000111 11010011 111001 10010

Color Harmonies of #142E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E49

Black with #142E49

Text Example


Text Example

White with #142E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142E49; }

 p { color: rgb(20,46,73); }

 H1.HeaderClassName
 {
   color: #142E49;
 }
 .AnyTagClassName
 {
   color: #142E49;
 }
</style>

background-color css

<style>
 a { background-color: #142E49; }

 a { background-color: rgb(20,46,73); }

 div.DivClassName
 {
   background-color: #142E49;
 }
 .BgClassName
 {
   background-color: #142E49;
 }
</style>

border-color css

<style>
 span { border-color: #142E49; }

 span { border-color: rgb(20,46,73); }

 td.TdClassName
 {
   border-color: #142E49;
 }
 .TagClassName
 {
   border-color: #142E49;
 }
</style>