#14293E

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

Shades of Tangaroa #14293E

Tints of Tangaroa #14293E

Color information

#14293E (or 0x14293E) is unknown color: approx Tangaroa. HEX triplet: 14, 29 and 3E. RGB value is (20,41,62). Sum of RGB (Red+Green+Blue) = 20+41+62=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #14293E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14293E is #EBD6C1. Grayscale: #252525. Windows color (decimal): -15455938 or 4073748. OLE color: 4073748.

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

Color convert

RGB204162-
CMYK0.680.3400.76
HSL210º51.22%16.08%-
HSV(B)210º67.74%24.31%-
XYZ1.952.084.86-
YUV37.12142.04115.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 41 (16.41% from 255) = 33.33%
BLUE value IS 62 (24.61% from 255) = 50.41%
R=16.26%
G=33.33%
B=50.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2041620.680.3400.7621051.2216.08
Hex14293E442204Cd23310
Octal2451761044201143226320
Binary101001010011111101000100100010010011001101001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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