Html Css Color HEX #142836 Tangaroa

📋 copy color: '#142836'

red 20 ◦ green 40 ◦ blue 54

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

Shades of Tangaroa #142836

Tints of Tangaroa #142836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 47.37%

R = 17.54%
G = 35.09%
B = 47.37%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#142836 (or 0x142836) is known color: Tangaroa. HEX triplet: 14, 28 and 36. RGB value is (20,40,54). Sum of RGB (Red+Green+Blue) = 20+40+54=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 54 (21.48% from 255 or 47.37% from 114); Max value from RGB is 54 - color contains mainly: blue. Hex color #142836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142836 is #EBD7C9. Grayscale: #232323. Windows color (decimal): -15456202 or 3549204. OLE color: 3549204.

HSL color Cylindrical-coordinate representation of color #142836: hue angle of 204.71º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #142836 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 40 54 -
CMYK 0.63 0.26 0 0.79
HSL 204.71º 0.46% 0.15% -
HSV(B) 204.71º 0.63% 0.21% -
XYZ 1.71 1.93 3.77 -
YUV 35.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 20 40 54 0.63 0.26 0 0.79 204.71 0.46 0.15
Hex 14 28 36 3F 1A 0 4F CD 2E F
Octal 24 50 66 77 32 0 117 315 56 17
Binary 10100 101000 110110 111111 11010 0 1001111 11001101 101110 1111

Color Harmonies of #142836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142836

Black with #142836

Text Example


Text Example

White with #142836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142836; }

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

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

background-color css

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

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

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

border-color css

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

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

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