#142133

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

Shades of Tangaroa #142133

Tints of Tangaroa #142133

Color information

#142133 (or 0x142133) is unknown color: approx Tangaroa. HEX triplet: 14, 21 and 33. RGB value is (20,33,51). Sum of RGB (Red+Green+Blue) = 20+33+51=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 51 (20.31% from 255 or 49.04% from 104); Max value from RGB is 51 - color contains mainly: blue. Hex color #142133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142133 is #EBDECC. Grayscale: #1F1F1F. Windows color (decimal): -15457997 or 3350804. OLE color: 3350804.

HSL color Cylindrical-coordinate representation of color #142133: hue angle of 214.84º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #142133 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB203351-
CMYK0.610.3500.8
HSL214.84º43.66%13.92%-
HSV(B)214.84º60.78%20%-
XYZ1.431.483.34-
YUV31.16139.19120.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 51 (20.31% from 255) = 49.04%
R=19.23%
G=31.73%
B=49.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2033510.610.3500.8214.8443.6613.92
Hex1421333D23050d72ce
Octal244163754301203275416
Binary1010010000111001111110110001101010000110101111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142133; }

 p { color: rgb(20,33,51); }

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

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

 a { background-color: rgb(20,33,51); }

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

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

 span { border-color: rgb(20,33,51); }

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