Html Css Color HEX #142736 Tangaroa

📋 copy color: '#142736'

red 20 ◦ green 39 ◦ blue 54

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

Shades of Tangaroa #142736

Tints of Tangaroa #142736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 34.51%

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

R = 17.7%
G = 34.51%
B = 47.79%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#142736 (or 0x142736) is known color: Tangaroa. HEX triplet: 14, 27 and 36. RGB value is (20,39,54). Sum of RGB (Red+Green+Blue) = 20+39+54=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 54 (21.48% from 255 or 47.79% from 113); Max value from RGB is 54 - color contains mainly: blue. Hex color #142736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142736 is #EBD8C9. Grayscale: #222222. Windows color (decimal): -15456458 or 3548948. OLE color: 3548948.

HSL color Cylindrical-coordinate representation of color #142736: hue angle of 206.47º 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 #142736 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 39 54 -
CMYK 0.63 0.28 0 0.79
HSL 206.47º 0.46% 0.15% -
HSV(B) 206.47º 0.63% 0.21% -
XYZ 1.68 1.87 3.76 -
YUV 35.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 20 39 54 0.63 0.28 0 0.79 206.47 0.46 0.15
Hex 14 27 36 3F 1C 0 4F CE 2E F
Octal 24 47 66 77 34 0 117 316 56 17
Binary 10100 100111 110110 111111 11100 0 1001111 11001110 101110 1111

Color Harmonies of #142736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142736

Black with #142736

Text Example


Text Example

White with #142736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142736; }

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

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

background-color css

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

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

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

border-color css

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

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

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