Html Css Color HEX #142637 Tangaroa

📋 copy color: '#142637'

red 20 ◦ green 38 ◦ blue 55

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

Shades of Tangaroa #142637

Tints of Tangaroa #142637

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.63%

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

R = 17.7%
G = 33.63%
B = 48.67%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#142637 (or 0x142637) is known color: Tangaroa. HEX triplet: 14, 26 and 37. RGB value is (20,38,55). Sum of RGB (Red+Green+Blue) = 20+38+55=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #142637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142637 is #EBD9C8. Grayscale: #222222. Windows color (decimal): -15456713 or 3614228. OLE color: 3614228.

HSL color Cylindrical-coordinate representation of color #142637: hue angle of 209.14º 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 #142637 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 38 55 -
CMYK 0.64 0.31 0 0.78
HSL 209.14º 0.47% 0.15% -
HSV(B) 209.14º 0.64% 0.22% -
XYZ 1.67 1.81 3.88 -
YUV 34.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 20 38 55 0.64 0.31 0 0.78 209.14 0.47 0.15
Hex 14 26 37 40 1F 0 4E D1 2F F
Octal 24 46 67 100 37 0 116 321 57 17
Binary 10100 100110 110111 1000000 11111 0 1001110 11010001 101111 1111

Color Harmonies of #142637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142637

Black with #142637

Text Example


Text Example

White with #142637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142637; }

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

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

background-color css

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

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

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

border-color css

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

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

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