#14263D

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

Shades of Tangaroa #14263D

Tints of Tangaroa #14263D

Color information

#14263D (or 0x14263D) is unknown color: approx Tangaroa. HEX triplet: 14, 26 and 3D. RGB value is (20,38,61). Sum of RGB (Red+Green+Blue) = 20+38+61=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #14263D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14263D is #EBD9C2. Grayscale: #232323. Windows color (decimal): -15456707 or 4007444. OLE color: 4007444.

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

Color convert

RGB203861-
CMYK0.670.3800.76
HSL213.66º50.62%15.88%-
HSV(B)213.66º67.21%23.92%-
XYZ1.821.874.68-
YUV35.24142.54117.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 38 (15.23% from 255) = 31.93%
BLUE value IS 61 (24.22% from 255) = 51.26%
R=16.81%
G=31.93%
B=51.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2038610.670.3800.76213.6650.6215.88
Hex14263D432604Cd63310
Octal2446751034601143266320
Binary101001001101111011000011100110010011001101011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14263D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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