#112641

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

Shades of Tangaroa #112641

Tints of Tangaroa #112641

Color information

#112641 (or 0x112641) is unknown color: approx Tangaroa. HEX triplet: 11, 26 and 41. RGB value is (17,38,65). Sum of RGB (Red+Green+Blue) = 17+38+65=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #112641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112641 is #EED9BE. Grayscale: #222222. Windows color (decimal): -15653311 or 4269585. OLE color: 4269585.

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

Color convert

RGB173865-
CMYK0.740.4200.75
HSL213.75º58.54%16.08%-
HSV(B)213.75º73.85%25.49%-
XYZ1.881.895.27-
YUV34.8145.04115.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.17%
GREEN value IS 38 (15.23% from 255) = 31.67%
BLUE value IS 65 (25.78% from 255) = 54.17%
R=14.17%
G=31.67%
B=54.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1738650.740.4200.75213.7558.5416.08
Hex1126414A2A04Bd63b10
Octal21461011125201133267320
Binary1000110011010000011001010101010010010111101011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112641; }

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

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

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

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

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

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

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

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