Html Css Color HEX #142E39 Tangaroa

📋 copy color: '#142E39'

red 20 ◦ green 46 ◦ blue 57

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

Shades of Tangaroa #142E39

Tints of Tangaroa #142E39

RGB

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

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

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

R = 16.26%
G = 37.4%
B = 46.34%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#142E39 (or 0x142E39) is known color: Tangaroa. HEX triplet: 14, 2E and 39. RGB value is (20,46,57). Sum of RGB (Red+Green+Blue) = 20+46+57=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #142E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E39 is #EBD1C6. Grayscale: #272727. Windows color (decimal): -15454663 or 3747348. OLE color: 3747348.

HSL color Cylindrical-coordinate representation of color #142E39: hue angle of 197.84º 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 #142E39 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 46 57 -
CMYK 0.65 0.19 0 0.78
HSL 197.84º 0.48% 0.15% -
HSV(B) 197.84º 0.65% 0.22% -
XYZ 2 2.4 4.23 -
YUV 39.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 20 46 57 0.65 0.19 0 0.78 197.84 0.48 0.15
Hex 14 2E 39 41 13 0 4E C6 30 F
Octal 24 56 71 101 23 0 116 306 60 17
Binary 10100 101110 111001 1000001 10011 0 1001110 11000110 110000 1111

Color Harmonies of #142E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E39

Black with #142E39

Text Example


Text Example

White with #142E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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