#112637

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

Shades of Tangaroa #112637

Tints of Tangaroa #112637

Color information

#112637 (or 0x112637) is unknown color: approx Tangaroa. HEX triplet: 11, 26 and 37. RGB value is (17,38,55). Sum of RGB (Red+Green+Blue) = 17+38+55=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #112637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112637 is #EED9C8. Grayscale: #212121. Windows color (decimal): -15653321 or 3614225. OLE color: 3614225.

HSL color Cylindrical-coordinate representation of color #112637: hue angle of 206.84º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #112637 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB173855-
CMYK0.690.3100.78
HSL206.84º52.78%14.12%-
HSV(B)206.84º69.09%21.57%-
XYZ1.611.783.87-
YUV33.66140.04116.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.45%
GREEN value IS 38 (15.23% from 255) = 34.55%
BLUE value IS 55 (21.88% from 255) = 50%
R=15.45%
G=34.55%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1738550.690.3100.78206.8452.7814.12
Hex112637451F04Ecf35e
Octal2146671053701163176516
Binary1000110011011011110001011111101001110110011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112637; }

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

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

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

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

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

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

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

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