Html Css Color HEX #142E40 Tangaroa

📋 copy color: '#142E40'

red 20 ◦ green 46 ◦ blue 64

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

Shades of Tangaroa #142E40

Tints of Tangaroa #142E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 49.23%

R = 15.38%
G = 35.38%
B = 49.23%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#142E40 (or 0x142E40) is known color: Tangaroa. HEX triplet: 14, 2E and 40. RGB value is (20,46,64). Sum of RGB (Red+Green+Blue) = 20+46+64=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #142E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E40 is #EBD1BF. Grayscale: #282828. Windows color (decimal): -15454656 or 4206100. OLE color: 4206100.

HSL color Cylindrical-coordinate representation of color #142E40: hue angle of 204.55º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #142E40 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 46 64 -
CMYK 0.69 0.28 0 0.75
HSL 204.55º 0.52% 0.16% -
HSV(B) 204.55º 0.69% 0.25% -
XYZ 2.19 2.47 5.21 -
YUV 40.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 20 46 64 0.69 0.28 0 0.75 204.55 0.52 0.16
Hex 14 2E 40 45 1C 0 4B CD 34 10
Octal 24 56 100 105 34 0 113 315 64 20
Binary 10100 101110 1000000 1000101 11100 0 1001011 11001101 110100 10000

Color Harmonies of #142E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E40

Black with #142E40

Text Example


Text Example

White with #142E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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