Html Css Color HEX #142C3F Tangaroa

📋 copy color: '#142C3F'

red 20 ◦ green 44 ◦ blue 63

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

Shades of Tangaroa #142C3F

Tints of Tangaroa #142C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 49.61%

R = 15.75%
G = 34.65%
B = 49.61%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#142C3F (or 0x142C3F) is known color: Tangaroa. HEX triplet: 14, 2C and 3F. RGB value is (20,44,63). Sum of RGB (Red+Green+Blue) = 20+44+63=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #142C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C3F is #EBD3C0. Grayscale: #262626. Windows color (decimal): -15455169 or 4140052. OLE color: 4140052.

HSL color Cylindrical-coordinate representation of color #142C3F: hue angle of 206.51º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #142C3F is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 44 63 -
CMYK 0.68 0.30 0 0.75
HSL 206.51º 0.52% 0.16% -
HSV(B) 206.51º 0.68% 0.25% -
XYZ 2.09 2.31 5.04 -
YUV 38.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 20 44 63 0.68 0.30 0 0.75 206.51 0.52 0.16
Hex 14 2C 3F 44 1E 0 4B CF 34 10
Octal 24 54 77 104 36 0 113 317 64 20
Binary 10100 101100 111111 1000100 11110 0 1001011 11001111 110100 10000

Color Harmonies of #142C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C3F

Black with #142C3F

Text Example


Text Example

White with #142C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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