Html Css Color HEX #142B3D Tangaroa

📋 copy color: '#142B3D'

red 20 ◦ green 43 ◦ blue 61

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

Shades of Tangaroa #142B3D

Tints of Tangaroa #142B3D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.68%

 BLUE value IS 61 (24.22% from 255) = 49.19%

R = 16.13%
G = 34.68%
B = 49.19%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#142B3D (or 0x142B3D) is known color: Tangaroa. HEX triplet: 14, 2B and 3D. RGB value is (20,43,61). Sum of RGB (Red+Green+Blue) = 20+43+61=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #142B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B3D is #EBD4C2. Grayscale: #262626. Windows color (decimal): -15455427 or 4008724. OLE color: 4008724.

HSL color Cylindrical-coordinate representation of color #142B3D: hue angle of 206.34º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #142B3D is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 43 61 -
CMYK 0.67 0.30 0 0.76
HSL 206.34º 0.51% 0.16% -
HSV(B) 206.34º 0.67% 0.24% -
XYZ 1.99 2.21 4.74 -
YUV 38.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 20 43 61 0.67 0.30 0 0.76 206.34 0.51 0.16
Hex 14 2B 3D 43 1E 0 4C CE 33 10
Octal 24 53 75 103 36 0 114 316 63 20
Binary 10100 101011 111101 1000011 11110 0 1001100 11001110 110011 10000

Color Harmonies of #142B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142B3D

Black with #142B3D

Text Example


Text Example

White with #142B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142B3D; }

 p { color: rgb(20,43,61); }

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

background-color css

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

 a { background-color: rgb(20,43,61); }

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

border-color css

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

 span { border-color: rgb(20,43,61); }

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