#14293F

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

Shades of Tangaroa #14293F

Tints of Tangaroa #14293F

Color information

#14293F (or 0x14293F) is unknown color: approx Tangaroa. HEX triplet: 14, 29 and 3F. RGB value is (20,41,63). Sum of RGB (Red+Green+Blue) = 20+41+63=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #14293F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14293F is #EBD6C0. Grayscale: #252525. Windows color (decimal): -15455937 or 4139284. OLE color: 4139284.

HSL color Cylindrical-coordinate representation of color #14293F: hue angle of 210.7º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14293F is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB204163-
CMYK0.680.3500.75
HSL210.7º51.81%16.27%-
HSV(B)210.7º68.25%24.71%-
XYZ1.982.095-
YUV37.23142.54115.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 41 (16.41% from 255) = 33.06%
BLUE value IS 63 (25% from 255) = 50.81%
R=16.13%
G=33.06%
B=50.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2041630.680.3500.75210.751.8116.27
Hex14293F442304Bd33410
Octal2451771044301133236420
Binary101001010011111111000100100011010010111101001111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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