Html Css Color HEX #142437 Tangaroa

📋 copy color: '#142437'

red 20 ◦ green 36 ◦ blue 55

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

Shades of Tangaroa #142437

Tints of Tangaroa #142437

RGB

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

 GREEN value IS 36 (14.45% from 255) = 32.43%

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

R = 18.02%
G = 32.43%
B = 49.55%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#142437 (or 0x142437) is known color: Tangaroa. HEX triplet: 14, 24 and 37. RGB value is (20,36,55). Sum of RGB (Red+Green+Blue) = 20+36+55=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #142437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142437 is #EBDBC8. Grayscale: #212121. Windows color (decimal): -15457225 or 3613716. OLE color: 3613716.

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

Color convert

RGB 20 36 55 -
CMYK 0.64 0.35 0 0.78
HSL 212.57º 0.47% 0.15% -
HSV(B) 212.57º 0.64% 0.22% -
XYZ 1.61 1.69 3.86 -
YUV 33.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 20 36 55 0.64 0.35 0 0.78 212.57 0.47 0.15
Hex 14 24 37 40 23 0 4E D5 2F F
Octal 24 44 67 100 43 0 116 325 57 17
Binary 10100 100100 110111 1000000 100011 0 1001110 11010101 101111 1111

Color Harmonies of #142437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142437

Black with #142437

Text Example


Text Example

White with #142437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142437; }

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

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

background-color css

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

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

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

border-color css

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

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

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