Html Css Color HEX #142B40 Tangaroa

📋 copy color: '#142B40'

red 20 ◦ green 43 ◦ blue 64

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

Shades of Tangaroa #142B40

Tints of Tangaroa #142B40

RGB

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

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

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

R = 15.75%
G = 33.86%
B = 50.39%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#142B40 (or 0x142B40) is known color: Tangaroa. HEX triplet: 14, 2B and 40. RGB value is (20,43,64). Sum of RGB (Red+Green+Blue) = 20+43+64=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #142B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B40 is #EBD4BF. Grayscale: #262626. Windows color (decimal): -15455424 or 4205332. OLE color: 4205332.

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

Color convert

RGB 20 43 64 -
CMYK 0.69 0.33 0 0.75
HSL 208.64º 0.52% 0.16% -
HSV(B) 208.64º 0.69% 0.25% -
XYZ 2.08 2.25 5.17 -
YUV 38.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 20 43 64 0.69 0.33 0 0.75 208.64 0.52 0.16
Hex 14 2B 40 45 21 0 4B D1 34 10
Octal 24 53 100 105 41 0 113 321 64 20
Binary 10100 101011 1000000 1000101 100001 0 1001011 11010001 110100 10000

Color Harmonies of #142B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142B40

Black with #142B40

Text Example


Text Example

White with #142B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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