Html Css Color HEX #142E3A Tangaroa

📋 copy color: '#142E3A'

red 20 ◦ green 46 ◦ blue 58

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

Shades of Tangaroa #142E3A

Tints of Tangaroa #142E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 46.77%

R = 16.13%
G = 37.1%
B = 46.77%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#142E3A (or 0x142E3A) is known color: Tangaroa. HEX triplet: 14, 2E and 3A. RGB value is (20,46,58). Sum of RGB (Red+Green+Blue) = 20+46+58=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 58 - color contains mainly: blue. Hex color #142E3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E3A is #EBD1C5. Grayscale: #272727. Windows color (decimal): -15454662 or 3812884. OLE color: 3812884.

HSL color Cylindrical-coordinate representation of color #142E3A: hue angle of 198.95º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #142E3A is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 46 58 -
CMYK 0.66 0.21 0 0.77
HSL 198.95º 0.49% 0.15% -
HSV(B) 198.95º 0.66% 0.23% -
XYZ 2.03 2.41 4.36 -
YUV 39.59 138.39 114.02 -
System Red Green Blue C M Y K H S L
Decimal 20 46 58 0.66 0.21 0 0.77 198.95 0.49 0.15
Hex 14 2E 3A 42 15 0 4D C7 31 F
Octal 24 56 72 102 25 0 115 307 61 17
Binary 10100 101110 111010 1000010 10101 0 1001101 11000111 110001 1111

Color Harmonies of #142E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E3A

Black with #142E3A

Text Example


Text Example

White with #142E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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