#14253A

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

Shades of Tangaroa #14253A

Tints of Tangaroa #14253A

Color information

#14253A (or 0x14253A) is unknown color: approx Tangaroa. HEX triplet: 14, 25 and 3A. RGB value is (20,37,58). Sum of RGB (Red+Green+Blue) = 20+37+58=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #14253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14253A is #EBDAC5. Grayscale: #222222. Windows color (decimal): -15456966 or 3810580. OLE color: 3810580.

HSL color Cylindrical-coordinate representation of color #14253A: hue angle of 213.16º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #14253A is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB203758-
CMYK0.660.3600.77
HSL213.16º48.72%15.29%-
HSV(B)213.16º65.52%22.75%-
XYZ1.711.784.26-
YUV34.31141.37117.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 37 (14.84% from 255) = 32.17%
BLUE value IS 58 (23.05% from 255) = 50.43%
R=17.39%
G=32.17%
B=50.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2037580.660.3600.77213.1648.7215.29
Hex14253A422404Dd531f
Octal2445721024401153256117
Binary10100100101111010100001010010001001101110101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14253A; }

 p { color: rgb(20,37,58); }

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

<style>
 a { background-color: #14253A; }

 a { background-color: rgb(20,37,58); }

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

<style>
 span { border-color: #14253A; }

 span { border-color: rgb(20,37,58); }

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