Html Css Color HEX #142E41 Tangaroa

📋 copy color: '#142E41'

red 20 ◦ green 46 ◦ blue 65

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

Shades of Tangaroa #142E41

Tints of Tangaroa #142E41

RGB

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

 GREEN value IS 46 (18.36% from 255) = 35.11%

 BLUE value IS 65 (25.78% from 255) = 49.62%

R = 15.27%
G = 35.11%
B = 49.62%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#142E41 (or 0x142E41) is known color: Tangaroa. HEX triplet: 14, 2E and 41. RGB value is (20,46,65). Sum of RGB (Red+Green+Blue) = 20+46+65=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #142E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E41 is #EBD1BE. Grayscale: #282828. Windows color (decimal): -15454655 or 4271636. OLE color: 4271636.

HSL color Cylindrical-coordinate representation of color #142E41: hue angle of 205.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #142E41 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 46 65 -
CMYK 0.69 0.29 0 0.75
HSL 205.33º 0.53% 0.17% -
HSV(B) 205.33º 0.69% 0.25% -
XYZ 2.22 2.48 5.36 -
YUV 40.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 20 46 65 0.69 0.29 0 0.75 205.33 0.53 0.17
Hex 14 2E 41 45 1D 0 4B CD 35 11
Octal 24 56 101 105 35 0 113 315 65 21
Binary 10100 101110 1000001 1000101 11101 0 1001011 11001101 110101 10001

Color Harmonies of #142E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E41

Black with #142E41

Text Example


Text Example

White with #142E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,46,65); }

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

background-color css

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

 a { background-color: rgb(20,46,65); }

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

border-color css

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

 span { border-color: rgb(20,46,65); }

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