Html Css Color HEX #142C41 Tangaroa

📋 copy color: '#142C41'

red 20 ◦ green 44 ◦ blue 65

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

Shades of Tangaroa #142C41

Tints of Tangaroa #142C41

RGB

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

 GREEN value IS 44 (17.58% from 255) = 34.11%

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

R = 15.5%
G = 34.11%
B = 50.39%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#142C41 (or 0x142C41) is known color: Tangaroa. HEX triplet: 14, 2C and 41. RGB value is (20,44,65). Sum of RGB (Red+Green+Blue) = 20+44+65=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #142C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C41 is #EBD3BE. Grayscale: #272727. Windows color (decimal): -15455167 or 4271124. OLE color: 4271124.

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

Color convert

RGB 20 44 65 -
CMYK 0.69 0.32 0 0.75
HSL 208º 0.53% 0.17% -
HSV(B) 208º 0.69% 0.25% -
XYZ 2.14 2.33 5.34 -
YUV 39.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 20 44 65 0.69 0.32 0 0.75 208 0.53 0.17
Hex 14 2C 41 45 20 0 4B D0 35 11
Octal 24 54 101 105 40 0 113 320 65 21
Binary 10100 101100 1000001 1000101 100000 0 1001011 11010000 110101 10001

Color Harmonies of #142C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C41

Black with #142C41

Text Example


Text Example

White with #142C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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