Html Css Color HEX #142837 Tangaroa

📋 copy color: '#142837'

red 20 ◦ green 40 ◦ blue 55

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

Shades of Tangaroa #142837

Tints of Tangaroa #142837

RGB

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

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

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

R = 17.39%
G = 34.78%
B = 47.83%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#142837 (or 0x142837) is known color: Tangaroa. HEX triplet: 14, 28 and 37. RGB value is (20,40,55). Sum of RGB (Red+Green+Blue) = 20+40+55=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 55 (21.88% from 255 or 47.83% from 115); Max value from RGB is 55 - color contains mainly: blue. Hex color #142837 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142837 is #EBD7C8. Grayscale: #232323. Windows color (decimal): -15456201 or 3614740. OLE color: 3614740.

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

Color convert

RGB 20 40 55 -
CMYK 0.64 0.27 0 0.78
HSL 205.71º 0.47% 0.15% -
HSV(B) 205.71º 0.64% 0.22% -
XYZ 1.74 1.94 3.9 -
YUV 35.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 20 40 55 0.64 0.27 0 0.78 205.71 0.47 0.15
Hex 14 28 37 40 1B 0 4E CE 2F F
Octal 24 50 67 100 33 0 116 316 57 17
Binary 10100 101000 110111 1000000 11011 0 1001110 11001110 101111 1111

Color Harmonies of #142837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142837

Black with #142837

Text Example


Text Example

White with #142837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142837; }

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

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

background-color css

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

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

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

border-color css

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

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

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