Html Css Color HEX #142E42 Tangaroa

📋 copy color: '#142E42'

red 20 ◦ green 46 ◦ blue 66

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

Shades of Tangaroa #142E42

Tints of Tangaroa #142E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 50%

R = 15.15%
G = 34.85%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#142E42 (or 0x142E42) is known color: Tangaroa. HEX triplet: 14, 2E and 42. RGB value is (20,46,66). Sum of RGB (Red+Green+Blue) = 20+46+66=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #142E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E42 is #EBD1BD. Grayscale: #282828. Windows color (decimal): -15454654 or 4337172. OLE color: 4337172.

HSL color Cylindrical-coordinate representation of color #142E42: hue angle of 206.09º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #142E42 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 46 66 -
CMYK 0.70 0.30 0 0.74
HSL 206.09º 0.53% 0.17% -
HSV(B) 206.09º 0.7% 0.26% -
XYZ 2.25 2.5 5.52 -
YUV 40.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 20 46 66 0.70 0.30 0 0.74 206.09 0.53 0.17
Hex 14 2E 42 46 1E 0 4A CE 35 11
Octal 24 56 102 106 36 0 112 316 65 21
Binary 10100 101110 1000010 1000110 11110 0 1001010 11001110 110101 10001

Color Harmonies of #142E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E42

Black with #142E42

Text Example


Text Example

White with #142E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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