#14273E

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

Shades of Tangaroa #14273E

Tints of Tangaroa #14273E

Color information

#14273E (or 0x14273E) is unknown color: approx Tangaroa. HEX triplet: 14, 27 and 3E. RGB value is (20,39,62). Sum of RGB (Red+Green+Blue) = 20+39+62=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #14273E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14273E is #EBD8C1. Grayscale: #232323. Windows color (decimal): -15456450 or 4073236. OLE color: 4073236.

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

Color convert

RGB203962-
CMYK0.680.3700.76
HSL212.86º51.22%16.08%-
HSV(B)212.86º67.74%24.31%-
XYZ1.881.954.83-
YUV35.94142.71116.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 39 (15.62% from 255) = 32.23%
BLUE value IS 62 (24.61% from 255) = 51.24%
R=16.53%
G=32.23%
B=51.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2039620.680.3700.76212.8651.2216.08
Hex14273E442504Cd53310
Octal2447761044501143256320
Binary101001001111111101000100100101010011001101010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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