Html Css Color HEX #142940 Tangaroa

📋 copy color: '#142940'

red 20 ◦ green 41 ◦ blue 64

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

Shades of Tangaroa #142940

Tints of Tangaroa #142940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.8%

 BLUE value IS 64 (25.39% from 255) = 51.2%

R = 16%
G = 32.8%
B = 51.2%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#142940 (or 0x142940) is known color: Tangaroa. HEX triplet: 14, 29 and 40. RGB value is (20,41,64). Sum of RGB (Red+Green+Blue) = 20+41+64=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #142940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142940 is #EBD6BF. Grayscale: #252525. Windows color (decimal): -15455936 or 4204820. OLE color: 4204820.

HSL color Cylindrical-coordinate representation of color #142940: hue angle of 211.36º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #142940 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 41 64 -
CMYK 0.69 0.36 0 0.75
HSL 211.36º 0.52% 0.16% -
HSV(B) 211.36º 0.69% 0.25% -
XYZ 2.01 2.1 5.15 -
YUV 37.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 20 41 64 0.69 0.36 0 0.75 211.36 0.52 0.16
Hex 14 29 40 45 24 0 4B D3 34 10
Octal 24 51 100 105 44 0 113 323 64 20
Binary 10100 101001 1000000 1000101 100100 0 1001011 11010011 110100 10000

Color Harmonies of #142940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142940

Black with #142940

Text Example


Text Example

White with #142940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142940; }

 p { color: rgb(20,41,64); }

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

background-color css

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

 a { background-color: rgb(20,41,64); }

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

border-color css

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

 span { border-color: rgb(20,41,64); }

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