#142639

Color #142639 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #142639

Tints of Tangaroa #142639

Color information

#142639 (or 0x142639) is unknown color: approx Tangaroa. HEX triplet: 14, 26 and 39. RGB value is (20,38,57). Sum of RGB (Red+Green+Blue) = 20+38+57=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #142639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142639 is #EBD9C6. Grayscale: #222222. Windows color (decimal): -15456711 or 3745300. OLE color: 3745300.

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

Color convert

RGB203857-
CMYK0.650.3300.78
HSL210.81º48.05%15.1%-
HSV(B)210.81º64.91%22.35%-
XYZ1.721.834.13-
YUV34.78140.54117.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 38 (15.23% from 255) = 33.04%
BLUE value IS 57 (22.66% from 255) = 49.57%
R=17.39%
G=33.04%
B=49.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2038570.650.3300.78210.8148.0515.1
Hex142639412104Ed330f
Octal2446711014101163236017
Binary10100100110111001100000110000101001110110100111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142639; }

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

 H1.HeaderClassName
 {
   color: #142639;
 }
 .AnyTagClassName
 {
   color: #142639;
 }
</style>
background-color css

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

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

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

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

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

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