Html Css Color HEX #142638 Tangaroa

📋 copy color: '#142638'

red 20 ◦ green 38 ◦ blue 56

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

Shades of Tangaroa #142638

Tints of Tangaroa #142638

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.33%

 BLUE value IS 56 (22.27% from 255) = 49.12%

R = 17.54%
G = 33.33%
B = 49.12%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#142638 (or 0x142638) is known color: Tangaroa. HEX triplet: 14, 26 and 38. RGB value is (20,38,56). Sum of RGB (Red+Green+Blue) = 20+38+56=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 56 - color contains mainly: blue. Hex color #142638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142638 is #EBD9C7. Grayscale: #222222. Windows color (decimal): -15456712 or 3679764. OLE color: 3679764.

HSL color Cylindrical-coordinate representation of color #142638: hue angle of 210º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #142638 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 38 56 -
CMYK 0.64 0.32 0 0.78
HSL 210º 0.47% 0.15% -
HSV(B) 210º 0.64% 0.22% -
XYZ 1.7 1.82 4 -
YUV 34.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 20 38 56 0.64 0.32 0 0.78 210 0.47 0.15
Hex 14 26 38 40 20 0 4E D2 2F F
Octal 24 46 70 100 40 0 116 322 57 17
Binary 10100 100110 111000 1000000 100000 0 1001110 11010010 101111 1111

Color Harmonies of #142638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142638

Black with #142638

Text Example


Text Example

White with #142638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142638; }

 p { color: rgb(20,38,56); }

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

background-color css

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

 a { background-color: rgb(20,38,56); }

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

border-color css

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

 span { border-color: rgb(20,38,56); }

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