#14293D

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

Shades of Tangaroa #14293D

Tints of Tangaroa #14293D

Color information

#14293D (or 0x14293D) is unknown color: approx Tangaroa. HEX triplet: 14, 29 and 3D. RGB value is (20,41,61). Sum of RGB (Red+Green+Blue) = 20+41+61=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #14293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14293D is #EBD6C2. Grayscale: #242424. Windows color (decimal): -15455939 or 4008212. OLE color: 4008212.

HSL color Cylindrical-coordinate representation of color #14293D: hue angle of 209.27º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14293D is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB204161-
CMYK0.670.3300.76
HSL209.27º50.62%15.88%-
HSV(B)209.27º67.21%23.92%-
XYZ1.922.074.71-
YUV37141.54115.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.39%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 61 (24.22% from 255) = 50%
R=16.39%
G=33.61%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2041610.670.3300.76209.2750.6215.88
Hex14293D432104Cd13310
Octal2451751034101143216320
Binary101001010011111011000011100001010011001101000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14293D; }

 p { color: rgb(20,41,61); }

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

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

 a { background-color: rgb(20,41,61); }

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

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

 span { border-color: rgb(20,41,61); }

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