Html Css Color HEX #142A40 Tangaroa

📋 copy color: '#142A40'

red 20 ◦ green 42 ◦ blue 64

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

Shades of Tangaroa #142A40

Tints of Tangaroa #142A40

RGB

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

 GREEN value IS 42 (16.8% from 255) = 33.33%

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

R = 15.87%
G = 33.33%
B = 50.79%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#142A40 (or 0x142A40) is known color: Tangaroa. HEX triplet: 14, 2A and 40. RGB value is (20,42,64). Sum of RGB (Red+Green+Blue) = 20+42+64=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #142A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A40 is #EBD5BF. Grayscale: #252525. Windows color (decimal): -15455680 or 4205076. OLE color: 4205076.

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

Color convert

RGB 20 42 64 -
CMYK 0.69 0.34 0 0.75
HSL 210º 0.52% 0.16% -
HSV(B) 210º 0.69% 0.25% -
XYZ 2.04 2.17 5.16 -
YUV 37.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 20 42 64 0.69 0.34 0 0.75 210 0.52 0.16
Hex 14 2A 40 45 22 0 4B D2 34 10
Octal 24 52 100 105 42 0 113 322 64 20
Binary 10100 101010 1000000 1000101 100010 0 1001011 11010010 110100 10000

Color Harmonies of #142A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142A40

Black with #142A40

Text Example


Text Example

White with #142A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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