#14263E

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

Shades of Tangaroa #14263E

Tints of Tangaroa #14263E

Color information

#14263E (or 0x14263E) is unknown color: approx Tangaroa. HEX triplet: 14, 26 and 3E. RGB value is (20,38,62). Sum of RGB (Red+Green+Blue) = 20+38+62=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #14263E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14263E is #EBD9C1. Grayscale: #232323. Windows color (decimal): -15456706 or 4072980. OLE color: 4072980.

HSL color Cylindrical-coordinate representation of color #14263E: hue angle of 214.29º 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 #14263E is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB203862-
CMYK0.680.3900.76
HSL214.29º51.22%16.08%-
HSV(B)214.29º67.74%24.31%-
XYZ1.851.884.82-
YUV35.35143.04117.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 38 (15.23% from 255) = 31.67%
BLUE value IS 62 (24.61% from 255) = 51.67%
R=16.67%
G=31.67%
B=51.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2038620.680.3900.76214.2951.2216.08
Hex14263E442704Cd63310
Octal2446761044701143266320
Binary101001001101111101000100100111010011001101011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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