#112740

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

Shades of Tangaroa #112740

Tints of Tangaroa #112740

Color information

#112740 (or 0x112740) is unknown color: approx Tangaroa. HEX triplet: 11, 27 and 40. RGB value is (17,39,64). Sum of RGB (Red+Green+Blue) = 17+39+64=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #112740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112740 is #EED8BF. Grayscale: #232323. Windows color (decimal): -15653056 or 4204305. OLE color: 4204305.

HSL color Cylindrical-coordinate representation of color #112740: hue angle of 211.91º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #112740 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB173964-
CMYK0.730.3900.75
HSL211.91º58.02%15.88%-
HSV(B)211.91º73.44%25.1%-
XYZ1.881.945.13-
YUV35.27144.21114.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.17%
GREEN value IS 39 (15.62% from 255) = 32.5%
BLUE value IS 64 (25.39% from 255) = 53.33%
R=14.17%
G=32.5%
B=53.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1739640.730.3900.75211.9158.0215.88
Hex112740492704Bd43a10
Octal21471001114701133247220
Binary1000110011110000001001001100111010010111101010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112740; }

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

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

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

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

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

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

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

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