Html Css Color HEX #142739 Tangaroa

📋 copy color: '#142739'

red 20 ◦ green 39 ◦ blue 57

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

Shades of Tangaroa #142739

Tints of Tangaroa #142739

RGB

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

 GREEN value IS 39 (15.63% from 255) = 33.62%

 BLUE value IS 57 (22.66% from 255) = 49.14%

R = 17.24%
G = 33.62%
B = 49.14%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#142739 (or 0x142739) is known color: Tangaroa. HEX triplet: 14, 27 and 39. RGB value is (20,39,57). Sum of RGB (Red+Green+Blue) = 20+39+57=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 57 (22.66% from 255 or 49.14% from 116); Max value from RGB is 57 - color contains mainly: blue. Hex color #142739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142739 is #EBD8C6. Grayscale: #232323. Windows color (decimal): -15456455 or 3745556. OLE color: 3745556.

HSL color Cylindrical-coordinate representation of color #142739: hue angle of 209.19º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #142739 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 39 57 -
CMYK 0.65 0.32 0 0.78
HSL 209.19º 0.48% 0.15% -
HSV(B) 209.19º 0.65% 0.22% -
XYZ 1.75 1.9 4.14 -
YUV 35.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 20 39 57 0.65 0.32 0 0.78 209.19 0.48 0.15
Hex 14 27 39 41 20 0 4E D1 30 F
Octal 24 47 71 101 40 0 116 321 60 17
Binary 10100 100111 111001 1000001 100000 0 1001110 11010001 110000 1111

Color Harmonies of #142739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142739

Black with #142739

Text Example


Text Example

White with #142739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142739; }

 p { color: rgb(20,39,57); }

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

background-color css

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

 a { background-color: rgb(20,39,57); }

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

border-color css

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

 span { border-color: rgb(20,39,57); }

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