Html Css Color HEX #142840 Tangaroa

📋 copy color: '#142840'

red 20 ◦ green 40 ◦ blue 64

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

Shades of Tangaroa #142840

Tints of Tangaroa #142840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32.26%

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

R = 16.13%
G = 32.26%
B = 51.61%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#142840 (or 0x142840) is known color: Tangaroa. HEX triplet: 14, 28 and 40. RGB value is (20,40,64). Sum of RGB (Red+Green+Blue) = 20+40+64=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #142840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142840 is #EBD7BF. Grayscale: #242424. Windows color (decimal): -15456192 or 4204564. OLE color: 4204564.

HSL color Cylindrical-coordinate representation of color #142840: hue angle of 212.73º 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 #142840 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 40 64 -
CMYK 0.69 0.38 0 0.75
HSL 212.73º 0.52% 0.16% -
HSV(B) 212.73º 0.69% 0.25% -
XYZ 1.97 2.04 5.14 -
YUV 36.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 20 40 64 0.69 0.38 0 0.75 212.73 0.52 0.16
Hex 14 28 40 45 26 0 4B D5 34 10
Octal 24 50 100 105 46 0 113 325 64 20
Binary 10100 101000 1000000 1000101 100110 0 1001011 11010101 110100 10000

Color Harmonies of #142840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142840

Black with #142840

Text Example


Text Example

White with #142840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142840; }

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

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

background-color css

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

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

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

border-color css

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

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

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