#14293A

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

Shades of Tangaroa #14293A

Tints of Tangaroa #14293A

Color information

#14293A (or 0x14293A) is unknown color: approx Tangaroa. HEX triplet: 14, 29 and 3A. RGB value is (20,41,58). Sum of RGB (Red+Green+Blue) = 20+41+58=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #14293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14293A is #EBD6C5. Grayscale: #242424. Windows color (decimal): -15455942 or 3811604. OLE color: 3811604.

HSL color Cylindrical-coordinate representation of color #14293A: hue angle of 206.84º 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 #14293A is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB204158-
CMYK0.660.2900.77
HSL206.84º48.72%15.29%-
HSV(B)206.84º65.52%22.75%-
XYZ1.852.044.3-
YUV36.66140.04116.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 41 (16.41% from 255) = 34.45%
BLUE value IS 58 (23.05% from 255) = 48.74%
R=16.81%
G=34.45%
B=48.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2041580.660.2900.77206.8448.7215.29
Hex14293A421D04Dcf31f
Octal2451721023501153176117
Binary1010010100111101010000101110101001101110011111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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