#112639

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

Shades of Tangaroa #112639

Tints of Tangaroa #112639

Color information

#112639 (or 0x112639) is unknown color: approx Tangaroa. HEX triplet: 11, 26 and 39. RGB value is (17,38,57). Sum of RGB (Red+Green+Blue) = 17+38+57=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #112639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112639 is #EED9C6. Grayscale: #212121. Windows color (decimal): -15653319 or 3745297. OLE color: 3745297.

HSL color Cylindrical-coordinate representation of color #112639: hue angle of 208.5º 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 #112639 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB173857-
CMYK0.700.3300.78
HSL208.5º54.05%14.51%-
HSV(B)208.5º70.18%22.35%-
XYZ1.661.84.13-
YUV33.89141.04115.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.18%
GREEN value IS 38 (15.23% from 255) = 33.93%
BLUE value IS 57 (22.66% from 255) = 50.89%
R=15.18%
G=33.93%
B=50.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1738570.700.3300.78208.554.0514.51
Hex112639462104Ed036f
Octal2146711064101163206617
Binary10001100110111001100011010000101001110110100001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112639; }

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

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

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

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

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

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

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

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