#112739

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

Shades of Tangaroa #112739

Tints of Tangaroa #112739

Color information

#112739 (or 0x112739) is unknown color: approx Tangaroa. HEX triplet: 11, 27 and 39. RGB value is (17,39,57). Sum of RGB (Red+Green+Blue) = 17+39+57=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #112739 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112739 is #EED8C6. Grayscale: #222222. Windows color (decimal): -15653063 or 3745553. OLE color: 3745553.

HSL color Cylindrical-coordinate representation of color #112739: hue angle of 207º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #112739 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB173957-
CMYK0.700.3200.78
HSL207º54.05%14.51%-
HSV(B)207º70.18%22.35%-
XYZ1.71.874.14-
YUV34.47140.71115.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 39 (15.62% from 255) = 34.51%
BLUE value IS 57 (22.66% from 255) = 50.44%
R=15.04%
G=34.51%
B=50.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1739570.700.3200.7820754.0514.51
Hex112739462004Ecf36f
Octal2147711064001163176617
Binary10001100111111001100011010000001001110110011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112739; }

 p { color: rgb(17,39,57); }

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

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

 a { background-color: rgb(17,39,57); }

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

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

 span { border-color: rgb(17,39,57); }

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