#142D44

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

Shades of Tangaroa #142D44

Tints of Tangaroa #142D44

Color information

#142D44 (or 0x142D44) is unknown color: approx Tangaroa. HEX triplet: 14, 2D and 44. RGB value is (20,45,68). Sum of RGB (Red+Green+Blue) = 20+45+68=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #142D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142D44 is #EBD2BB. Grayscale: #282828. Windows color (decimal): -15454908 or 4467988. OLE color: 4467988.

HSL color Cylindrical-coordinate representation of color #142D44: hue angle of 208.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #142D44 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB204568-
CMYK0.710.3400.73
HSL208.75º54.55%17.25%-
HSV(B)208.75º70.59%26.67%-
XYZ2.272.445.82-
YUV40.15143.72113.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 45 (17.97% from 255) = 33.83%
BLUE value IS 68 (26.95% from 255) = 51.13%
R=15.04%
G=33.83%
B=51.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2045680.710.3400.73208.7554.5517.25
Hex142D444722049d13711
Octal24551041074201113216721
Binary1010010110110001001000111100010010010011101000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142D44; }

 p { color: rgb(20,45,68); }

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

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

 a { background-color: rgb(20,45,68); }

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

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

 span { border-color: rgb(20,45,68); }

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