#142838

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

Shades of Tangaroa #142838

Tints of Tangaroa #142838

Color information

#142838 (or 0x142838) is unknown color: approx Tangaroa. HEX triplet: 14, 28 and 38. RGB value is (20,40,56). Sum of RGB (Red+Green+Blue) = 20+40+56=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #142838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142838 is #EBD7C7. Grayscale: #232323. Windows color (decimal): -15456200 or 3680276. OLE color: 3680276.

HSL color Cylindrical-coordinate representation of color #142838: hue angle of 206.67º 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 #142838 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB204056-
CMYK0.640.2900.78
HSL206.67º47.37%14.9%-
HSV(B)206.67º64.29%21.96%-
XYZ1.761.954.03-
YUV35.84139.37116.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 40 (16.02% from 255) = 34.48%
BLUE value IS 56 (22.27% from 255) = 48.28%
R=17.24%
G=34.48%
B=48.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2040560.640.2900.78206.6747.3714.9
Hex142838401D04Ecf2ff
Octal2450701003501163175717
Binary1010010100011100010000001110101001110110011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142838; }

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

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

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

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

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

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

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

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