Html Css Color HEX #142537 Tangaroa

📋 copy color: '#142537'

red 20 ◦ green 37 ◦ blue 55

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

Shades of Tangaroa #142537

Tints of Tangaroa #142537

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.04%

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

R = 17.86%
G = 33.04%
B = 49.11%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#142537 (or 0x142537) is known color: Tangaroa. HEX triplet: 14, 25 and 37. RGB value is (20,37,55). Sum of RGB (Red+Green+Blue) = 20+37+55=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 55 - color contains mainly: blue. Hex color #142537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142537 is #EBDAC8. Grayscale: #212121. Windows color (decimal): -15456969 or 3613972. OLE color: 3613972.

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

Color convert

RGB 20 37 55 -
CMYK 0.64 0.33 0 0.78
HSL 210.86º 0.47% 0.15% -
HSV(B) 210.86º 0.64% 0.22% -
XYZ 1.64 1.75 3.87 -
YUV 33.97 139.87 118.04 -
System Red Green Blue C M Y K H S L
Decimal 20 37 55 0.64 0.33 0 0.78 210.86 0.47 0.15
Hex 14 25 37 40 21 0 4E D3 2F F
Octal 24 45 67 100 41 0 116 323 57 17
Binary 10100 100101 110111 1000000 100001 0 1001110 11010011 101111 1111

Color Harmonies of #142537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142537

Black with #142537

Text Example


Text Example

White with #142537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142537; }

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

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

background-color css

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

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

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

border-color css

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

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

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