#142435

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

Shades of Tangaroa #142435

Tints of Tangaroa #142435

Color information

#142435 (or 0x142435) is unknown color: approx Tangaroa. HEX triplet: 14, 24 and 35. RGB value is (20,36,53). Sum of RGB (Red+Green+Blue) = 20+36+53=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #142435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142435 is #EBDBCA. Grayscale: #212121. Windows color (decimal): -15457227 or 3482644. OLE color: 3482644.

HSL color Cylindrical-coordinate representation of color #142435: hue angle of 210.91º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #142435 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB203653-
CMYK0.620.3200.79
HSL210.91º45.21%14.31%-
HSV(B)210.91º62.26%20.78%-
XYZ1.561.673.61-
YUV33.15139.2118.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 36 (14.45% from 255) = 33.03%
BLUE value IS 53 (21.09% from 255) = 48.62%
R=18.35%
G=33.03%
B=48.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2036530.620.3200.79210.9145.2114.31
Hex1424353E2004Fd32de
Octal244465764001173235516
Binary1010010010011010111111010000001001111110100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142435; }

 p { color: rgb(20,36,53); }

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

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

 a { background-color: rgb(20,36,53); }

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

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

 span { border-color: rgb(20,36,53); }

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