Html Css Color HEX #142B37 Tangaroa

📋 copy color: '#142B37'

red 20 ◦ green 43 ◦ blue 55

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

Shades of Tangaroa #142B37

Tints of Tangaroa #142B37

RGB

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

 GREEN value IS 43 (17.19% from 255) = 36.44%

 BLUE value IS 55 (21.88% from 255) = 46.61%

R = 16.95%
G = 36.44%
B = 46.61%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#142B37 (or 0x142B37) is known color: Tangaroa. HEX triplet: 14, 2B and 37. RGB value is (20,43,55). Sum of RGB (Red+Green+Blue) = 20+43+55=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 55 (21.88% from 255 or 46.61% from 118); Max value from RGB is 55 - color contains mainly: blue. Hex color #142B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B37 is #EBD4C8. Grayscale: #252525. Windows color (decimal): -15455433 or 3615508. OLE color: 3615508.

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

Color convert

RGB 20 43 55 -
CMYK 0.64 0.22 0 0.78
HSL 200.57º 0.47% 0.15% -
HSV(B) 200.57º 0.64% 0.22% -
XYZ 1.84 2.15 3.93 -
YUV 37.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 20 43 55 0.64 0.22 0 0.78 200.57 0.47 0.15
Hex 14 2B 37 40 16 0 4E C9 2F F
Octal 24 53 67 100 26 0 116 311 57 17
Binary 10100 101011 110111 1000000 10110 0 1001110 11001001 101111 1111

Color Harmonies of #142B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142B37

Black with #142B37

Text Example


Text Example

White with #142B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,43,55); }

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

background-color css

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

 a { background-color: rgb(20,43,55); }

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

border-color css

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

 span { border-color: rgb(20,43,55); }

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