#112B47

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

Shades of Tangaroa #112B47

Tints of Tangaroa #112B47

Color information

#112B47 (or 0x112B47) is unknown color: approx Tangaroa. HEX triplet: 11, 2B and 47. RGB value is (17,43,71). Sum of RGB (Red+Green+Blue) = 17+43+71=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 71 (28.12% from 255 or 54.20% from 131); Max value from RGB is 71 - color contains mainly: blue. Hex color #112B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B47 is #EED4B8. Grayscale: #262626. Windows color (decimal): -15652025 or 4664081. OLE color: 4664081.

HSL color Cylindrical-coordinate representation of color #112B47: hue angle of 211.11º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #112B47 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB174371-
CMYK0.760.3900.72
HSL211.11º61.36%17.25%-
HSV(B)211.11º76.06%27.84%-
XYZ2.232.36.29-
YUV38.42146.39112.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.98%
GREEN value IS 43 (17.19% from 255) = 32.82%
BLUE value IS 71 (28.12% from 255) = 54.20%
R=12.98%
G=32.82%
B=54.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1743710.760.3900.72211.1161.3617.25
Hex112B474C27048d33d11
Octal21531071144701103237521
Binary1000110101110001111001100100111010010001101001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112B47; }

 p { color: rgb(17,43,71); }

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

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

 a { background-color: rgb(17,43,71); }

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

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

 span { border-color: rgb(17,43,71); }

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